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 <chenshiwei@ushareit.me>
Co-authored-by: chenshiwei <chenshiwei@ushareit.me>
This commit is contained in:
Chen Shiwei 2024-07-31 17:05:27 +08:00 committed by GitHub
parent 7afba0dc8f
commit eab1d11a45
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
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