Changes on Wrong Feature Gate Name #21357

This commit is contained in:
Soumith Kumar Mudugonda 2020-06-09 00:01:14 +02:00
parent 352fafdcc7
commit 88b703c95b
1 changed files with 1 additions and 1 deletions

View File

@ -725,7 +725,7 @@ data has the following advantages:
- improves performance of your cluster by significantly reducing load on kube-apiserver, by - improves performance of your cluster by significantly reducing load on kube-apiserver, by
closing watches for secrets marked as immutable. closing watches for secrets marked as immutable.
To use this feature, enable the `ImmutableEmphemeralVolumes` To use this feature, enable the `ImmutableEphemeralVolumes`
[feature gate](/docs/reference/command-line-tools-reference/feature-gates/) and set [feature gate](/docs/reference/command-line-tools-reference/feature-gates/) and set
your Secret or ConfigMap `immutable` field to `true`. For example: your Secret or ConfigMap `immutable` field to `true`. For example:
```yaml ```yaml