Skip to content

Commit 17e4db5

Browse files
authored
Merge pull request kubernetes#47580 from AndrewSirenko/patch-2
Fix volume-attributes-classes.md feature gate requirements
2 parents 0d2b6f6 + d29ccb8 commit 17e4db5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: content/en/docs/concepts/storage/volume-attributes-classes.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ Kubernetes itself is un-opinionated about what these classes represent.
2323
This is a beta feature and disabled by default.
2424

2525
If you want to test the feature whilst it's beta, you need to enable the `VolumeAttributesClass`
26-
[feature gate](/docs/reference/command-line-tools-reference/feature-gates/) for the kube-controller-manager
26+
[feature gate](/docs/reference/command-line-tools-reference/feature-gates/) for the kube-controller-manager, kube-scheduler,
2727
and the kube-apiserver. You use the `--feature-gates` command line argument:
2828

2929
```

0 commit comments

Comments
 (0)