Skip to content

Commit

Permalink
kubeadm: add small v1beta1 related updates (#10988)
Browse files Browse the repository at this point in the history
  • Loading branch information
neolit123 authored and tfogo committed Dec 1, 2018
1 parent ff0927f commit d318c99
Showing 1 changed file with 12 additions and 8 deletions.
20 changes: 12 additions & 8 deletions content/en/docs/setup/independent/high-availability.md
Original file line number Diff line number Diff line change
Expand Up @@ -145,8 +145,9 @@ Optionally replace the string `stable` with a different version of Kubernetes, f
apiVersion: kubeadm.k8s.io/v1beta1
kind: ClusterConfiguration
kubernetesVersion: stable
apiServerCertSANs:
- "LOAD_BALANCER_DNS"
apiServer:
certSANs:
- "LOAD_BALANCER_DNS"
controlPlaneEndpoint: "LOAD_BALANCER_DNS:LOAD_BALANCER_PORT"
etcd:
local:
Expand Down Expand Up @@ -225,8 +226,9 @@ Remember that your config may differ from this example.
apiVersion: kubeadm.k8s.io/v1beta1
kind: ClusterConfiguration
kubernetesVersion: stable
apiServerCertSANs:
- "LOAD_BALANCER_DNS"
apiServer:
certSANs:
- "LOAD_BALANCER_DNS"
controlPlaneEndpoint: "LOAD_BALANCER_DNS:LOAD_BALANCER_PORT"
etcd:
local:
Expand Down Expand Up @@ -316,8 +318,9 @@ Remember that your config may differ from this example.
apiVersion: kubeadm.k8s.io/v1beta1
kind: ClusterConfiguration
kubernetesVersion: stable
apiServerCertSANs:
- "LOAD_BALANCER_DNS"
apiServer:
certSANs:
- "LOAD_BALANCER_DNS"
controlPlaneEndpoint: "LOAD_BALANCER_DNS:LOAD_BALANCER_PORT"
etcd:
local:
Expand Down Expand Up @@ -449,8 +452,9 @@ Optionally replace the string `stable` with a different version of Kubernetes, f
apiVersion: kubeadm.k8s.io/v1beta1
kind: ClusterConfiguration
kubernetesVersion: stable
apiServerCertSANs:
- "LOAD_BALANCER_DNS"
apiServer:
certSANs:
- "LOAD_BALANCER_DNS"
controlPlaneEndpoint: "LOAD_BALANCER_DNS:LOAD_BALANCER_PORT"
etcd:
external:
Expand Down

0 comments on commit d318c99

Please sign in to comment.