Skip to content

Commit

Permalink
Item: hitachienergy#895 Updated join configuration
Browse files Browse the repository at this point in the history
  • Loading branch information
toszo committed Mar 9, 2020
1 parent e678c39 commit be6207c
Showing 1 changed file with 3 additions and 2 deletions.
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
apiVersion: kubeadm.k8s.io/v1beta1
apiVersion: kubeadm.k8s.io/v1beta2
kind: JoinConfiguration
nodeRegistration:
kubeletExtraArgs:
Expand All @@ -9,4 +9,5 @@ discovery:
apiServerEndpoint: {{ api_server_url }}
token: {{ kubeadm_token }}
caCertHashes:
- sha256:{{ kubeadm_cert_hash.stdout }}
- sha256:{{ kubeadm_cert_hash.stdout }}
timeout: 5m0s

0 comments on commit be6207c

Please sign in to comment.