Skip to content

Commit

Permalink
Merge pull request #2166 from etungsten/caches-to-watches
Browse files Browse the repository at this point in the history
kubernetes: unset `configMapAndSecretChangeDetectionStrategy`
  • Loading branch information
etungsten authored Jun 2, 2022
2 parents a7816b9 + 197d903 commit 38cae84
Show file tree
Hide file tree
Showing 4 changed files with 0 additions and 4 deletions.
1 change: 0 additions & 1 deletion packages/kubernetes-1.19/kubelet-config
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,6 @@ featureGates:
protectKernelDefaults: true
serializeImagePulls: false
serverTLSBootstrap: {{settings.kubernetes.server-tls-bootstrap}}
configMapAndSecretChangeDetectionStrategy: Cache
tlsCipherSuites:
- TLS_ECDHE_ECDSA_WITH_AES_128_GCM_SHA256
volumePluginDir: "/var/lib/kubelet/plugins/volume/exec"
Expand Down
1 change: 0 additions & 1 deletion packages/kubernetes-1.20/kubelet-config
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,6 @@ featureGates:
protectKernelDefaults: true
serializeImagePulls: false
serverTLSBootstrap: {{settings.kubernetes.server-tls-bootstrap}}
configMapAndSecretChangeDetectionStrategy: Cache
tlsCipherSuites:
- TLS_ECDHE_ECDSA_WITH_AES_128_GCM_SHA256
volumePluginDir: "/var/lib/kubelet/plugins/volume/exec"
Expand Down
1 change: 0 additions & 1 deletion packages/kubernetes-1.21/kubelet-config
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,6 @@ featureGates:
protectKernelDefaults: true
serializeImagePulls: false
serverTLSBootstrap: {{settings.kubernetes.server-tls-bootstrap}}
configMapAndSecretChangeDetectionStrategy: Cache
tlsCipherSuites:
- TLS_ECDHE_ECDSA_WITH_AES_128_GCM_SHA256
volumePluginDir: "/var/lib/kubelet/plugins/volume/exec"
Expand Down
1 change: 0 additions & 1 deletion packages/kubernetes-1.22/kubelet-config
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,6 @@ featureGates:
protectKernelDefaults: true
serializeImagePulls: false
serverTLSBootstrap: {{settings.kubernetes.server-tls-bootstrap}}
configMapAndSecretChangeDetectionStrategy: Cache
tlsCipherSuites:
- TLS_ECDHE_ECDSA_WITH_AES_128_GCM_SHA256
volumePluginDir: "/var/lib/kubelet/plugins/volume/exec"
Expand Down

0 comments on commit 38cae84

Please sign in to comment.