Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

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
languageyml
titlekube-apiserver.yaml
spec:
  containers:
  - command:
    - kube-apiserver
#   other commands...
    - --enable-admission-plugins=NodeRestriction,DefaultStorageClass

...