mirror of https://git.rancher.io/charts
Remove nodeSelectors and tolerations added to rancher-sachet
parent
d783d95b9a
commit
ac898499fd
|
@ -56,13 +56,12 @@ resources: {}
|
||||||
# cpu: 100m
|
# cpu: 100m
|
||||||
# memory: 128Mi
|
# memory: 128Mi
|
||||||
|
|
||||||
nodeSelector:
|
## Node labels for pod assignment
|
||||||
kubernetes.io/os: linux
|
## Ref: https://kubernetes.io/docs/user-guide/node-selection/
|
||||||
|
##
|
||||||
|
nodeSelector: {}
|
||||||
|
|
||||||
tolerations:
|
## List of node taints to tolerate (requires Kubernetes >= 1.6)
|
||||||
- key: cattle.io/os
|
tolerations: []
|
||||||
operator: "Equal"
|
|
||||||
value: "linux"
|
|
||||||
effect: NoSchedule
|
|
||||||
|
|
||||||
affinity: {}
|
affinity: {}
|
||||||
|
|
Loading…
Reference in New Issue