File tree Expand file tree Collapse file tree 2 files changed +8
-6
lines changed
content/en/docs/concepts/configuration Expand file tree Collapse file tree 2 files changed +8
-6
lines changed Original file line number Diff line number Diff line change @@ -224,9 +224,10 @@ data has the following advantages:
224
224
- improves performance of your cluster by significantly reducing load on kube-apiserver, by
225
225
closing watches for config maps marked as immutable.
226
226
227
- To use this feature, enable the `ImmutableEphemeralVolumes`
228
- [feature gate](/docs/reference/command-line-tools-reference/feature-gates/) and set
229
- your Secret or ConfigMap `immutable` field to `true`. For example :
227
+ This feature is controlled by the `ImmutableEphemeralVolumes` [feature
228
+ gate](/docs/reference/command-line-tools-reference/feature-gates/),
229
+ which is enabled by default since v1.19. You can create an immutable
230
+ ConfigMap by setting the `immutable` field to `true`. For example,
230
231
` ` ` yaml
231
232
apiVersion: v1
232
233
kind: ConfigMap
Original file line number Diff line number Diff line change @@ -728,9 +728,10 @@ data has the following advantages:
728
728
- improves performance of your cluster by significantly reducing load on kube-apiserver, by
729
729
closing watches for secrets marked as immutable.
730
730
731
- To use this feature, enable the ` ImmutableEphemeralVolumes `
732
- [ feature gate] ( /docs/reference/command-line-tools-reference/feature-gates/ ) and set
733
- your Secret or ConfigMap ` immutable ` field to ` true ` . For example:
731
+ This feature is controlled by the ` ImmutableEphemeralVolumes ` [ feature
732
+ gate] ( /docs/reference/command-line-tools-reference/feature-gates/ ) ,
733
+ which is enabled by default since v1.19. You can create an immutable
734
+ Secret by setting the ` immutable ` field to ` true ` . For example,
734
735
``` yaml
735
736
apiVersion : v1
736
737
kind : Secret
You can’t perform that action at this time.
0 commit comments