Skip to content

Commit

Permalink
Merge pull request #1443 from GiganticMinecraft/fix-k8s-node-init08
Browse files Browse the repository at this point in the history
localAPIEndpointの書く場所間違えてた
  • Loading branch information
unchama authored Dec 3, 2023
2 parents 9025cfe + b248efa commit a1ddb3b
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 a1ddb3b

Please sign in to comment.