feat: 1.7.0-alpha.1 Kruise-daemon add node nodeAffinity for skip virtual-kubelet node, add Changelog for Chart.yaml

Signed-off-by: chenshiwei <chenshiwei@ushareit.me>
This commit is contained in:
chenshiwei 2024-07-31 10:56:40 +08:00
parent c0a6585e27
commit a38de8d4c2
2 changed files with 10 additions and 0 deletions

View File

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

View File

@ -66,6 +66,15 @@ daemon:
socketFile: ""
nodeSelector: {}
affinity:
nodeAffinity:
requiredDuringSchedulingIgnoredDuringExecution:
nodeSelectorTerms:
- matchExpressions:
- key: type
operator: NotIn
values:
- virtual-kubelet
resources:
limits:
cpu: 50m