Skip to content

Commit d29ccb8

Browse files
Fix volume-attributes-classes.md feature gate requirements
1 parent 0d2b6f6 commit d29ccb8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
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)