Samuel Liu
2 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/control-plane/templates/kubeadm-config.v1beta3.yaml.j2
|
|
@ -7,7 +7,7 @@ bootstrapTokens: |
|
|
|
ttl: "24h" |
|
|
|
{% endif %} |
|
|
|
localAPIEndpoint: |
|
|
|
advertiseAddress: {{ ip | default(fallback_ips[inventory_hostname]) }} |
|
|
|
advertiseAddress: {{ kube_apiserver_address }} |
|
|
|
bindPort: {{ kube_apiserver_port }} |
|
|
|
{% if kubeadm_certificate_key is defined %} |
|
|
|
certificateKey: {{ kubeadm_certificate_key }} |
|
|
|