From d51d70b3bf29e1787e81b1eb7019b29afd12ae0f Mon Sep 17 00:00:00 2001 From: Dan Winship Date: Wed, 19 May 2021 11:28:52 -0400 Subject: [PATCH] Don't explicitly set the IPv6DualStack feature gate It's on by default now, and setting it explicitly may result in an initial kubelet config that doesn't match the post-bootstrap one. --- templates/master/01-master-kubelet/_base/files/kubelet.yaml | 3 --- templates/worker/01-worker-kubelet/_base/files/kubelet.yaml | 3 --- 2 files changed, 6 deletions(-) diff --git a/templates/master/01-master-kubelet/_base/files/kubelet.yaml b/templates/master/01-master-kubelet/_base/files/kubelet.yaml index 8e830765de..4181bbe2cf 100644 --- a/templates/master/01-master-kubelet/_base/files/kubelet.yaml +++ b/templates/master/01-master-kubelet/_base/files/kubelet.yaml @@ -26,9 +26,6 @@ contents: ephemeral-storage: 1Gi featureGates: APIPriorityAndFairness: true -{{- if eq .IPFamilies "DualStack"}} - IPv6DualStack: true -{{- end}} LegacyNodeRoleBehavior: false NodeDisruptionExclusion: true RotateKubeletServerCertificate: true diff --git a/templates/worker/01-worker-kubelet/_base/files/kubelet.yaml b/templates/worker/01-worker-kubelet/_base/files/kubelet.yaml index 8e830765de..4181bbe2cf 100644 --- a/templates/worker/01-worker-kubelet/_base/files/kubelet.yaml +++ b/templates/worker/01-worker-kubelet/_base/files/kubelet.yaml @@ -26,9 +26,6 @@ contents: ephemeral-storage: 1Gi featureGates: APIPriorityAndFairness: true -{{- if eq .IPFamilies "DualStack"}} - IPv6DualStack: true -{{- end}} LegacyNodeRoleBehavior: false NodeDisruptionExclusion: true RotateKubeletServerCertificate: true