Unify Component Priority Class in local-up
Signed-off-by: zhzhuang-zju <m17799853869@163.com>
This commit is contained in:
parent
fcd7042d25
commit
22eb9a0d5f
|
@ -15,6 +15,7 @@ spec:
|
|||
labels:
|
||||
app: karmada-agent
|
||||
spec:
|
||||
priorityClassName: system-node-critical
|
||||
serviceAccountName: karmada-agent-sa
|
||||
tolerations:
|
||||
- key: node-role.kubernetes.io/master
|
||||
|
|
|
@ -83,6 +83,7 @@ spec:
|
|||
securityContext:
|
||||
seccompProfile:
|
||||
type: RuntimeDefault
|
||||
priorityClassName: system-node-critical
|
||||
---
|
||||
apiVersion: v1
|
||||
kind: Service
|
||||
|
|
|
@ -59,3 +59,4 @@ spec:
|
|||
securityContext:
|
||||
seccompProfile:
|
||||
type: RuntimeDefault
|
||||
priorityClassName: system-node-critical
|
||||
|
|
|
@ -64,3 +64,4 @@ spec:
|
|||
securityContext:
|
||||
seccompProfile:
|
||||
type: RuntimeDefault
|
||||
priorityClassName: system-node-critical
|
||||
|
|
|
@ -105,6 +105,7 @@ spec:
|
|||
- name: etcd-client-cert
|
||||
secret:
|
||||
secretName: etcd-etcd-client-cert
|
||||
priorityClassName: system-node-critical
|
||||
---
|
||||
|
||||
apiVersion: v1
|
||||
|
|
|
@ -77,6 +77,7 @@ spec:
|
|||
securityContext:
|
||||
seccompProfile:
|
||||
type: RuntimeDefault
|
||||
priorityClassName: system-node-critical
|
||||
---
|
||||
apiVersion: v1
|
||||
kind: Service
|
||||
|
|
|
@ -65,6 +65,7 @@ spec:
|
|||
securityContext:
|
||||
seccompProfile:
|
||||
type: RuntimeDefault
|
||||
priorityClassName: system-node-critical
|
||||
---
|
||||
apiVersion: v1
|
||||
kind: Service
|
||||
|
|
|
@ -65,3 +65,4 @@ spec:
|
|||
securityContext:
|
||||
seccompProfile:
|
||||
type: RuntimeDefault
|
||||
priorityClassName: system-node-critical
|
||||
|
|
|
@ -76,6 +76,7 @@ spec:
|
|||
securityContext:
|
||||
seccompProfile:
|
||||
type: RuntimeDefault
|
||||
priorityClassName: system-node-critical
|
||||
---
|
||||
apiVersion: v1
|
||||
kind: Service
|
||||
|
|
|
@ -62,6 +62,7 @@ spec:
|
|||
securityContext:
|
||||
seccompProfile:
|
||||
type: RuntimeDefault
|
||||
priorityClassName: system-node-critical
|
||||
---
|
||||
apiVersion: v1
|
||||
kind: Service
|
||||
|
|
Loading…
Reference in New Issue