mirror of https://github.com/apache/cloudstack.git
Set token TTL to 0 (no expire) for external etcd
This commit is contained in:
parent
43d2131901
commit
e7884b3739
|
|
@ -256,6 +256,7 @@ write_files:
|
|||
kind: InitConfiguration
|
||||
bootstrapTokens:
|
||||
- token: "{{ k8s_control_node.cluster.token }}"
|
||||
ttl: 0
|
||||
nodeRegistration:
|
||||
criSocket: /run/containerd/containerd.sock
|
||||
localAPIEndpoint:
|
||||
|
|
|
|||
Loading…
Reference in New Issue