mirror of https://github.com/openkruise/charts.git
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:
parent
c0a6585e27
commit
a38de8d4c2
|
|
@ -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"
|
||||
|
|
|
|||
|
|
@ -66,6 +66,15 @@ daemon:
|
|||
socketFile: ""
|
||||
|
||||
nodeSelector: {}
|
||||
affinity:
|
||||
nodeAffinity:
|
||||
requiredDuringSchedulingIgnoredDuringExecution:
|
||||
nodeSelectorTerms:
|
||||
- matchExpressions:
|
||||
- key: type
|
||||
operator: NotIn
|
||||
values:
|
||||
- virtual-kubelet
|
||||
resources:
|
||||
limits:
|
||||
cpu: 50m
|
||||
|
|
|
|||
Loading…
Reference in New Issue