Skip to content
This repository was archived by the owner on Jan 29, 2025. It is now read-only.

Commit 24f25a3

Browse files
uniemimutogashidm
authored andcommitted
fix gas deployment yaml for 1.24
Signed-off-by: Ukri Niemimuukko <ukri.niemimuukko@intel.com>
1 parent e6bfaeb commit 24f25a3

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

gpu-aware-scheduling/deploy/gas-deployment.yaml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,10 +46,12 @@ spec:
4646
tolerations:
4747
- key: node-role.kubernetes.io/master
4848
operator: Exists
49+
- key: node-role.kubernetes.io/control-plane
50+
operator: Exists
4951
affinity:
5052
nodeAffinity:
5153
requiredDuringSchedulingIgnoredDuringExecution:
5254
nodeSelectorTerms:
5355
- matchExpressions:
54-
- key: node-role.kubernetes.io/master
56+
- key: node-role.kubernetes.io/control-plane
5557
operator: Exists

0 commit comments

Comments
 (0)