Advertisement
Guest User

Untitled

a guest
Jun 23rd, 2021
183
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
YAML 0.60 KB | None | 0 0
  1. apiVersion: "kubeadm.k8s.io/v1beta2"
  2. kind: ClusterConfiguration
  3. etcd:
  4.     local:
  5.         serverCertSANs:
  6.        - "10.0.0.15"
  7.         peerCertSANs:
  8.        - "10.0.0.15"
  9.         extraArgs:
  10.             initial-cluster: etcd0=https://10.0.0.7:2380,etcd1=https://10.0.0.3:2380,etcd2=https://10.0.0.15:2380
  11.             initial-cluster-state: new
  12.             name: etcd0
  13.             listen-peer-urls: https://10.0.0.15:2380
  14.             listen-client-urls: https://10.0.0.15:2379
  15.             advertise-client-urls: https://10.0.0.15:2379
  16.             initial-advertise-peer-urls: https://10.0.0.15:2380
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement