This repository has been archived by the owner on Mar 25, 2024. It is now read-only.
RFC/PREP: Allow a load-balancer address for k8s API #987
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Extends the RancherKubernetesEngineConfig (cluster.yml) type to support the configuration of an API load-balancer.
This is a pre-requisite for an upcoming PR to extend RKE to support such a configuration.
to-do:
--
This optional string is to replace the hostname used by other nodes and
configurations when attempting contacting the k8s API service.
It is expected to be the hostname of a layer-4 (TCP) load-balancer which
will be externally configured by the organisation to direct traffic to
an appropriate selection of the cluster's ControlPlane nodes on the same
port as it arrived; i.e. TCP/6443 for kube-apiserver.
Any TLS configuration and healthchecks on the load-balancer host are
also expected to be managed by the organisation.