Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[version-3-4] customEndpointPort must be an integer (#4401) #4403

Merged
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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 @@ -110,8 +110,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 @@ -409,7 +409,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 @@ -426,7 +426,7 @@ pack:
cloud:
maas:
customEndpoint: "{{ .spectro.system.cluster.name }}.baremetal.company.com"
customEndpointPort: "6443"
customEndpointPort: 6443
```

</TabItem>
Expand Down Expand Up @@ -766,7 +766,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 @@ -783,7 +783,7 @@ pack:
cloud:
maas:
customEndpoint: "{{ .spectro.system.cluster.name }}.baremetal.company.com"
customEndpointPort: "6443"
customEndpointPort: 6443
```

</TabItem>
Expand Down