Guest User

Untitled

a guest
Jul 21st, 2018
66
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.50 KB | None | 0 0
  1. services:
  2. kube-api:
  3. extra_args:
  4. feature-gates: "PodPriority=true"
  5. runtime-config: "scheduling.k8s.io/v1alpha1=true"
  6. admission-control: "ServiceAccount,NamespaceLifecycle,LimitRanger,PersistentVolumeLabel,DefaultStorageClass,ResourceQuota,DefaultTolerationSeconds,Priority"
  7. scheduler:
  8. extra_args:
  9. feature-gates: "PodPriority=true"
  10. kubelet:
  11. extra_args:
  12. feature-gates: "PodPriority=true"
Add Comment
Please, Sign In to add comment