diff --git a/install/0000_00_cluster-version-operator_30_deployment.yaml b/install/0000_00_cluster-version-operator_30_deployment.yaml index 8a373dcc9d..5ddf308077 100644 --- a/install/0000_00_cluster-version-operator_30_deployment.yaml +++ b/install/0000_00_cluster-version-operator_30_deployment.yaml @@ -77,6 +77,8 @@ spec: fieldPath: spec.nodeName - name: CLUSTER_PROFILE value: '{{ .ClusterProfile }}' + - name: KUBE_FEATURE_WatchListClient + value: "false" # this pod is hostNetwork and uses the internal LB DNS name when possible, which the kubelet also uses. # this dnsPolicy allows us to use the same dnsConfig as the kubelet, without access to read it ourselves. dnsPolicy: Default diff --git a/pkg/payload/testdata/TestRenderManifest_expected_cvo_deployment.yaml b/pkg/payload/testdata/TestRenderManifest_expected_cvo_deployment.yaml index 9c037bdd93..a1fc334005 100644 --- a/pkg/payload/testdata/TestRenderManifest_expected_cvo_deployment.yaml +++ b/pkg/payload/testdata/TestRenderManifest_expected_cvo_deployment.yaml @@ -77,6 +77,8 @@ spec: fieldPath: spec.nodeName - name: CLUSTER_PROFILE value: 'some-profile' + - name: KUBE_FEATURE_WatchListClient + value: "false" # this pod is hostNetwork and uses the internal LB DNS name when possible, which the kubelet also uses. # this dnsPolicy allows us to use the same dnsConfig as the kubelet, without access to read it ourselves. dnsPolicy: Default