ai(hermes): avoid unstable titan-18 placement
This commit is contained in:
parent
ddb609dac7
commit
1494e76ccd
@ -50,6 +50,7 @@ spec:
|
|||||||
- titan-13
|
- titan-13
|
||||||
- titan-15
|
- titan-15
|
||||||
- titan-17
|
- titan-17
|
||||||
|
- titan-18
|
||||||
- titan-19
|
- titan-19
|
||||||
preferredDuringSchedulingIgnoredDuringExecution:
|
preferredDuringSchedulingIgnoredDuringExecution:
|
||||||
- weight: 100
|
- weight: 100
|
||||||
|
|||||||
@ -73,6 +73,7 @@ spec:
|
|||||||
- titan-13
|
- titan-13
|
||||||
- titan-15
|
- titan-15
|
||||||
- titan-17
|
- titan-17
|
||||||
|
- titan-18
|
||||||
- titan-19
|
- titan-19
|
||||||
preferredDuringSchedulingIgnoredDuringExecution:
|
preferredDuringSchedulingIgnoredDuringExecution:
|
||||||
- weight: 90
|
- weight: 90
|
||||||
|
|||||||
@ -3,7 +3,7 @@
|
|||||||
apiVersion: batch/v1
|
apiVersion: batch/v1
|
||||||
kind: Job
|
kind: Job
|
||||||
metadata:
|
metadata:
|
||||||
name: hermes-access-oidc-client-ensure-1
|
name: hermes-access-oidc-client-ensure-2
|
||||||
namespace: sso
|
namespace: sso
|
||||||
spec:
|
spec:
|
||||||
backoffLimit: 3
|
backoffLimit: 3
|
||||||
@ -34,6 +34,10 @@ spec:
|
|||||||
- arm64
|
- arm64
|
||||||
- key: node-role.kubernetes.io/worker
|
- key: node-role.kubernetes.io/worker
|
||||||
operator: Exists
|
operator: Exists
|
||||||
|
- key: kubernetes.io/hostname
|
||||||
|
operator: NotIn
|
||||||
|
values:
|
||||||
|
- titan-18
|
||||||
containers:
|
containers:
|
||||||
- name: apply
|
- name: apply
|
||||||
image: bitnami/kubectl@sha256:554ab88b1858e8424c55de37ad417b16f2a0e65d1607aa0f3fe3ce9b9f10b131
|
image: bitnami/kubectl@sha256:554ab88b1858e8424c55de37ad417b16f2a0e65d1607aa0f3fe3ce9b9f10b131
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user