Skip to content

Commit

Permalink
kubeadm: add small v1beta1 related updates (kubernetes#10988)
Browse files Browse the repository at this point in the history
  • Loading branch information
neolit123 authored and tfogo committed Dec 2, 2018
1 parent e601b54 commit 7760210
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions content/en/docs/setup/independent/high-availability.md
Original file line number Diff line number Diff line change
Expand Up @@ -133,8 +133,9 @@ SSH is required if you want to control all nodes from a single machine.
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 @@ -284,8 +285,9 @@ done
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

0 comments on commit 7760210

Please sign in to comment.