mirror of
https://github.com/rancher/rke.git
synced 2025-04-28 03:31:24 +00:00
Kubernetes doesn't accept any other value but string in nodeSelector, but if we specified ambiguous value like true, it's treated as a non-string like bool and then failed to create resource because of type mis-match, that's why we should make value of nodeSelector enclosed by double quotations to ensure value is always string |
||
---|---|---|
.. | ||
addonjob.go | ||
authn-webhook.go | ||
authz.go | ||
calico.go | ||
canal.go | ||
coredns.go | ||
flannel.go | ||
kubedns.go | ||
metrics.go | ||
nginx-ingress.go | ||
templates.go | ||
vsphere.go | ||
weave.go |