Skip to content

Commit

Permalink
feat: 1.7.0-alpha.1 Kruise-daemon add node nodeAffinity for skip virt…
Browse files Browse the repository at this point in the history
…ual-kubelet node, add Changelog for Chart.yaml (#110)

Signed-off-by: chenshiwei <[email protected]>
Co-authored-by: chenshiwei <[email protected]>
  • Loading branch information
chenshiwei-io and chenshiwei committed Jul 31, 2024
1 parent 7afba0d commit eab1d11
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 0 deletions.
1 change: 1 addition & 0 deletions versions/kruise/1.7.0-alpha.1/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
9 changes: 9 additions & 0 deletions versions/kruise/1.7.0-alpha.1/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -66,6 +66,15 @@ daemon:
socketFile: ""

nodeSelector: {}
affinity:
nodeAffinity:
requiredDuringSchedulingIgnoredDuringExecution:
nodeSelectorTerms:
- matchExpressions:
- key: type
operator: NotIn
values:
- virtual-kubelet
resources:
limits:
cpu: 50m
Expand Down

0 comments on commit eab1d11

Please sign in to comment.