Browse Source
Merge pull request #3017 from seungkyua/fix_kubeadm_client_conf
Fix kubeadm client conf
pull/3139/head
Rong Zhang
6 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
1 additions and
1 deletions
-
roles/kubernetes/kubeadm/templates/kubeadm-client.conf.v1alpha1.j2
|
|
@ -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 }} |