We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7afba0d commit eab1d11Copy full SHA for eab1d11
versions/kruise/1.7.0-alpha.1/Chart.yaml
@@ -22,3 +22,4 @@ annotations:
22
artifacthub.io/changes: |
23
- "[Changed]: https://github.com/openkruise/kruise/blob/master/CHANGELOG.md"
24
- "[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
@@ -66,6 +66,15 @@ daemon:
66
socketFile: ""
67
68
nodeSelector: {}
69
+ affinity:
70
+ nodeAffinity:
71
+ requiredDuringSchedulingIgnoredDuringExecution:
72
+ nodeSelectorTerms:
73
+ - matchExpressions:
74
+ - key: type
75
+ operator: NotIn
76
+ values:
77
+ - virtual-kubelet
78
resources:
79
limits:
80
cpu: 50m
0 commit comments