Refactored kubeadm join process and fixed uncrodonng for master nodes

This commit is contained in:
mlushpenko
2018-02-06 15:43:05 +01:00
parent b472c2df98
commit 4e61fb9cd3
5 changed files with 3 additions and 11 deletions

View File

@@ -82,9 +82,6 @@ controller_mgr_custom_flags: []
scheduler_custom_flags: []
# kubeadm settings
## Value of 0 means it never expires
kubeadm_token_ttl: 0
## Extra args for k8s components passing by kubeadm
kube_kubeadm_controller_extra_args: {}
kube_kubeadm_scheduler_extra_args: {}

View File

@@ -29,8 +29,6 @@ authorizationModes:
{% for mode in authorization_modes %}
- {{ mode }}
{% endfor %}
token: {{ kubeadm_token }}
tokenTTL: "{{ kubeadm_token_ttl }}"
selfHosted: false
apiServerExtraArgs:
bind-address: {{ kube_apiserver_bind_address }}