mirror of https://github.com/fluxcd/flux2.git
Add ResourceQuota for critical pods
Fixes insufficient quota error on GKE Signed-off-by: Stefan Prodan <stefan.prodan@gmail.com>pull/3879/head
parent
84d046ab2a
commit
2aa38baa35
@ -0,0 +1,14 @@
|
||||
apiVersion: v1
|
||||
kind: ResourceQuota
|
||||
metadata:
|
||||
name: critical-pods
|
||||
spec:
|
||||
hard:
|
||||
pods: "1000"
|
||||
scopeSelector:
|
||||
matchExpressions:
|
||||
- operator: In
|
||||
scopeName: PriorityClass
|
||||
values:
|
||||
- system-node-critical
|
||||
- system-cluster-critical
|
Loading…
Reference in New Issue