Skip to content

Commit

Permalink
feat: use node-role.kubernetes.io/control-plane for yurt-manager node…
Browse files Browse the repository at this point in the history
… selection (#1723)

Signed-off-by: Liang Deng <[email protected]>
  • Loading branch information
YTGhost authored Oct 8, 2023
1 parent 424dcc2 commit 70ea837
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion charts/yurt-manager/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -40,5 +40,5 @@ affinity:
requiredDuringSchedulingIgnoredDuringExecution:
nodeSelectorTerms:
- matchExpressions:
- key: node-role.kubernetes.io/master
- key: node-role.kubernetes.io/control-plane
operator: Exists

0 comments on commit 70ea837

Please sign in to comment.