Skip to content

Commit

Permalink
localAPIEndpointの書く場所間違えてた
Browse files Browse the repository at this point in the history
  • Loading branch information
unchama committed Dec 3, 2023
1 parent 3a453d5 commit b248efa
Showing 1 changed file with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -9,13 +9,13 @@ nodeRegistration:
criSocket: "unix:///var/run/containerd/containerd.sock"
kubeletExtraArgs:
node-ip: "{{ host_addr_cls }}"
localAPIEndpoint:
advertiseAddress: "{{ host_addr_cls }}"
bindPort: 6443
discovery:
bootstrapToken:
apiServerEndpoint: "{{ kube_api_server_vip }}:8443"
token: "{{ kubeadm_bootstrap_token }}"
unsafeSkipCAVerification: true
controlPlane:
certificateKey: "{{ kubeadm_uploaded_certs }}"
localAPIEndpoint:
advertiseAddress: "{{ host_addr_cls }}"
bindPort: 6443

0 comments on commit b248efa

Please sign in to comment.