Skip to content

Commit

Permalink
fix: admin nodes taint should be no schedule (#163)
Browse files Browse the repository at this point in the history
Signed-off-by: Chris Gianelloni <[email protected]>
  • Loading branch information
wolf31o2 authored Nov 20, 2024
1 parent 50537b3 commit e0a6923
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions common/defaults-gcp.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,13 +24,13 @@ managed_node_groups:
taints:
- key: demeter.run/availability-sla
value: "consistent"
effect: PREFER_NO_SCHEDULE
effect: NO_SCHEDULE
- key: demeter.run/compute-profile
value: "admin"
effect: PREFER_NO_SCHEDULE
effect: NO_SCHEDULE
- key: demeter.run/compute-arch
value: "x86"
effect: PREFER_NO_SCHEDULE
effect: NO_SCHEDULE
availability_zones: us-central1-a

- name: co-ad-x86-az2
Expand All @@ -48,13 +48,13 @@ managed_node_groups:
taints:
- key: demeter.run/availability-sla
value: "consistent"
effect: PREFER_NO_SCHEDULE
effect: NO_SCHEDULE
- key: demeter.run/compute-profile
value: "admin"
effect: PREFER_NO_SCHEDULE
effect: NO_SCHEDULE
- key: demeter.run/compute-arch
value: "x86"
effect: PREFER_NO_SCHEDULE
effect: NO_SCHEDULE
availability_zones: us-central1-b

- name: co-gp-x86-az1
Expand Down

0 comments on commit e0a6923

Please sign in to comment.