Skip to content

Instantly share code, notes, and snippets.

@garethahealy
Last active December 14, 2016 14:08
Show Gist options
  • Save garethahealy/7fb6c09261e25ee512aa0630b7b74383 to your computer and use it in GitHub Desktop.
Save garethahealy/7fb6c09261e25ee512aa0630b7b74383 to your computer and use it in GitHub Desktop.
ResourceQuota-BestEffort
apiVersion: v1
kind: ResourceQuota
metadata:
name: besteffort-pod-quota
annotations:
applicable-strategy: "per-project-group"
creation-strategy: "per-project"
static-content: "true"
spec:
hard:
pods: 4
scopes:
- BestEffort
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment