Skip to content
Snippets Groups Projects
Commit 29894293 authored by Seungkyu Ahn's avatar Seungkyu Ahn
Browse files

Fix kubeadm client conf

Fix DiscoveryTokenCACertHashes key to discoveryTokenCACertHashes in kubeadm-client.conf
parent 58ee5f1c
No related branches found
No related tags found
No related merge requests found
......@@ -4,5 +4,5 @@ caCertPath: {{ kube_config_dir }}/ssl/ca.crt
token: {{ kubeadm_token }}
discoveryTokenAPIServers:
- {{ kubeadm_discovery_address | replace("https://", "")}}
DiscoveryTokenCACertHashes:
discoveryTokenCACertHashes:
- sha256:{{ kubeadm_ca_hash.stdout }}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment