ai(hermes): avoid unstable titan-18 placement

This commit is contained in:
jenkins 2026-08-02 02:35:39 -03:00
parent ddb609dac7
commit 1494e76ccd
3 changed files with 7 additions and 1 deletions

View File

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

View File

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

View File

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