Merge pull request #6112 from zhzhuang-zju/priorityclass-local

Unify Component Priority Class in local-up
This commit is contained in:
karmada-bot 2025-02-12 12:26:09 +08:00 committed by GitHub
commit 3d25407e3f
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
10 changed files with 10 additions and 0 deletions

View File

@ -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

View File

@ -83,6 +83,7 @@ spec:
securityContext:
seccompProfile:
type: RuntimeDefault
priorityClassName: system-node-critical
---
apiVersion: v1
kind: Service

View File

@ -59,3 +59,4 @@ spec:
securityContext:
seccompProfile:
type: RuntimeDefault
priorityClassName: system-node-critical

View File

@ -64,3 +64,4 @@ spec:
securityContext:
seccompProfile:
type: RuntimeDefault
priorityClassName: system-node-critical

View File

@ -105,6 +105,7 @@ spec:
- name: etcd-client-cert
secret:
secretName: etcd-etcd-client-cert
priorityClassName: system-node-critical
---
apiVersion: v1

View File

@ -77,6 +77,7 @@ spec:
securityContext:
seccompProfile:
type: RuntimeDefault
priorityClassName: system-node-critical
---
apiVersion: v1
kind: Service

View File

@ -65,6 +65,7 @@ spec:
securityContext:
seccompProfile:
type: RuntimeDefault
priorityClassName: system-node-critical
---
apiVersion: v1
kind: Service

View File

@ -65,3 +65,4 @@ spec:
securityContext:
seccompProfile:
type: RuntimeDefault
priorityClassName: system-node-critical

View File

@ -76,6 +76,7 @@ spec:
securityContext:
seccompProfile:
type: RuntimeDefault
priorityClassName: system-node-critical
---
apiVersion: v1
kind: Service

View File

@ -62,6 +62,7 @@ spec:
securityContext:
seccompProfile:
type: RuntimeDefault
priorityClassName: system-node-critical
---
apiVersion: v1
kind: Service