Remove nodeSelectors and tolerations added to rancher-prom2teams

pull/1813/head
Arvind Iyengar 2022-03-17 16:04:03 -07:00
parent ac898499fd
commit b56eae4af1
No known key found for this signature in database
GPG Key ID: A8DD9BFD6C811498
1 changed files with 7 additions and 7 deletions

View File

@ -36,12 +36,12 @@
# readOnlyRootFilesystem is a flag to enable readOnlyRootFilesystem for the Hazelcast security context
readOnlyRootFilesystem: true
+
+nodeSelector:
+ kubernetes.io/os: linux
+## Node labels for pod assignment
+## Ref: https://kubernetes.io/docs/user-guide/node-selection/
+##
+nodeSelector: {}
+
+## List of node taints to tolerate (requires Kubernetes >= 1.6)
+tolerations: []
+
+tolerations:
+ - key: cattle.io/os
+ operator: "Equal"
+ value: "linux"
+ effect: NoSchedule
+affinity: {}