Guest User

Untitled

a guest
Dec 13th, 2018
77
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.25 KB | None | 0 0
  1. Set-Content -Path priority.yml -Value @"
  2. apiVersion: scheduling.k8s.io/v1beta1
  3. kind: PriorityClass
  4. metadata:
  5. name: overprovisioning
  6. value: -1
  7. globalDefault: false
  8. description: "Priority class used by overprovisioning."
  9. "@
  10. kubectl apply -f priority.yml
Add Comment
Please, Sign In to add comment