Skip to content
Snippets Groups Projects
Unverified Commit 1a4567ac authored by Max Gautier's avatar Max Gautier Committed by GitHub
Browse files

Remove deprecated key from kubeadmconfig/v1beta4 (#11709)

timeoutForControlPlane has been removed from v1beta4, instead remplaced
by https://kubernetes.io/docs/reference/config-api/kubeadm-config.v1beta4/#kubeadm-k8s-io-v1beta4-Timeouts

The default for the new value are close enough that there is no need to
override them.
parent 9f88f19e
No related branches found
No related tags found
No related merge requests found
......@@ -342,7 +342,6 @@ apiServer:
{% for san in apiserver_sans %}
- "{{ san }}"
{% endfor %}
timeoutForControlPlane: 5m0s
controllerManager:
extraArgs:
- name: node-monitor-grace-period
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment