ci(jenkins): avoid nodes with broken kubelet exec proxy
This commit is contained in:
parent
1094323f1a
commit
de2523c313
10
Jenkinsfile
vendored
10
Jenkinsfile
vendored
@ -13,6 +13,16 @@ spec:
|
||||
nodeSelector:
|
||||
kubernetes.io/arch: arm64
|
||||
node-role.kubernetes.io/worker: "true"
|
||||
affinity:
|
||||
nodeAffinity:
|
||||
requiredDuringSchedulingIgnoredDuringExecution:
|
||||
nodeSelectorTerms:
|
||||
- matchExpressions:
|
||||
- key: kubernetes.io/hostname
|
||||
operator: NotIn
|
||||
values:
|
||||
- titan-10
|
||||
- titan-12
|
||||
imagePullSecrets:
|
||||
- name: harbor-robot-pipeline
|
||||
containers:
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user