Skip to content

Commit eab1d11

Browse files
chenshiwei-iochenshiwei
and
chenshiwei
authored
feat: 1.7.0-alpha.1 Kruise-daemon add node nodeAffinity for skip virtual-kubelet node, add Changelog for Chart.yaml (#110)
Signed-off-by: chenshiwei <[email protected]> Co-authored-by: chenshiwei <[email protected]>
1 parent 7afba0d commit eab1d11

File tree

2 files changed

+10
-0
lines changed

2 files changed

+10
-0
lines changed

versions/kruise/1.7.0-alpha.1/Chart.yaml

+1
Original file line numberDiff line numberDiff line change
@@ -22,3 +22,4 @@ annotations:
2222
artifacthub.io/changes: |
2323
- "[Changed]: https://github.com/openkruise/kruise/blob/master/CHANGELOG.md"
2424
- "[Security]: Fix potential security issues of dependent packages"
25+
- "[Changed]: Kruise-daemon add nodeAffinity for skip virtual-kubelet node"

versions/kruise/1.7.0-alpha.1/values.yaml

+9
Original file line numberDiff line numberDiff line change
@@ -66,6 +66,15 @@ daemon:
6666
socketFile: ""
6767

6868
nodeSelector: {}
69+
affinity:
70+
nodeAffinity:
71+
requiredDuringSchedulingIgnoredDuringExecution:
72+
nodeSelectorTerms:
73+
- matchExpressions:
74+
- key: type
75+
operator: NotIn
76+
values:
77+
- virtual-kubelet
6978
resources:
7079
limits:
7180
cpu: 50m

0 commit comments

Comments
 (0)