Skip to content

Commit

Permalink
customEndpointPort must be an integer (#4401) (#4404)
Browse files Browse the repository at this point in the history
* customEndpointPort must be an integer

* docs: remove broken deeplink on pack

* docs: adjust pack link wording

---------

Co-authored-by: addetz <[email protected]>
(cherry picked from commit 19be01a)

Co-authored-by: Kevin Reeuwijk <[email protected]>
  • Loading branch information
1 parent ad8c599 commit 11d109e
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 12 deletions.
8 changes: 4 additions & 4 deletions docs/deprecated/integrations/kubernetes.md
Original file line number Diff line number Diff line change
Expand Up @@ -457,7 +457,7 @@ pack:
cloud:
maas:
customEndpoint: "cluster-123.baremetal.company.com"
customEndpointPort: "6443"
customEndpointPort: 6443
```

In order to prevent the need for per-cluster profile adjustments which can become difficult to maintain at scale, we
Expand All @@ -474,7 +474,7 @@ pack:
cloud:
maas:
customEndpoint: "{{ .spectro.system.cluster.name }}.baremetal.company.com"
customEndpointPort: "6443"
customEndpointPort: 6443
```

</TabItem>
Expand Down Expand Up @@ -848,7 +848,7 @@ pack:
cloud:
maas:
customEndpoint: "cluster-123.baremetal.company.com"
customEndpointPort: "6443"
customEndpointPort: 6443
```

In order to prevent the need for per-cluster profile adjustments which can become difficult to maintain at scale, we
Expand All @@ -865,7 +865,7 @@ pack:
cloud:
maas:
customEndpoint: "{{ .spectro.system.cluster.name }}.baremetal.company.com"
customEndpointPort: "6443"
customEndpointPort: 6443
```

</TabItem>
Expand Down
4 changes: 2 additions & 2 deletions docs/docs-content/clusters/data-center/maas/architecture.md
Original file line number Diff line number Diff line change
Expand Up @@ -43,8 +43,8 @@ Kubernetes pack allows you to configure a custom API server endpoint for your cl

This feature is only supported in Palette eXtended Kubernetes (PXK). Refer to the <VersionedLink
text="Custom API Server Endpoint for MAAS Clusters"
url="/integrations/packs/?pack=kubernetes#custom-api-server-endpoint-for-maas-clusters"
url="/integrations/packs/?pack=kubernetes"
/>
section for further guidance.
section of the pack Additional Guidance for further information.

<!-- prettier-ignore-end -->
Original file line number Diff line number Diff line change
Expand Up @@ -39,9 +39,9 @@ Kubernetes pack allows you to configure a custom API server endpoint for your cl

This feature is only supported in Palette eXtended Kubernetes (PXK). Refer to the <VersionedLink
text="Custom API Server Endpoint for MAAS Clusters"
url="/integrations/packs/?pack=kubernetes#custom-api-server-endpoint-for-maas-clusters"
url="/integrations/packs/?pack=kubernetes"
/>
section for further guidance.
section of the pack Additional Guidance for further information.

<!-- prettier-ignore-end -->

Expand Down
8 changes: 4 additions & 4 deletions docs/docs-content/integrations/kubernetes.md
Original file line number Diff line number Diff line change
Expand Up @@ -432,7 +432,7 @@ pack:
cloud:
maas:
customEndpoint: "cluster-123.baremetal.company.com"
customEndpointPort: "6443"
customEndpointPort: 6443
```

In order to prevent the need for per-cluster profile adjustments which can become difficult to maintain at scale, we
Expand All @@ -449,7 +449,7 @@ pack:
cloud:
maas:
customEndpoint: "{{ .spectro.system.cluster.name }}.baremetal.company.com"
customEndpointPort: "6443"
customEndpointPort: 6443
```

</TabItem>
Expand Down Expand Up @@ -789,7 +789,7 @@ pack:
cloud:
maas:
customEndpoint: "cluster-123.baremetal.company.com"
customEndpointPort: "6443"
customEndpointPort: 6443
```

In order to prevent the need for per-cluster profile adjustments which can become difficult to maintain at scale, we
Expand All @@ -806,7 +806,7 @@ pack:
cloud:
maas:
customEndpoint: "{{ .spectro.system.cluster.name }}.baremetal.company.com"
customEndpointPort: "6443"
customEndpointPort: 6443
```

</TabItem>
Expand Down

0 comments on commit 11d109e

Please sign in to comment.