...
To activate this plugin the administrator needs to edit the /etc/kubernetes/manifests/kube-apiserver.yaml file (the path may be different), inserting DefaultStorageClass in the specifications.
| Code Block | ||||
|---|---|---|---|---|
| ||||
spec:
containers:
- command:
- kube-apiserver
# A few lines down...
- --enable-admission-plugins=NodeRestriction,DefaultStorageClass |
...