1
0
mirror of https://github.com/rancher/rke.git synced 2025-04-28 03:31:24 +00:00
rke/templates
Yuki Nishiwaki d41abc7de4 NodeSelector should specify string explicitly
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
2019-07-02 10:21:48 -07:00
..
addonjob.go Remove ingress controller when disabled 2018-07-17 15:55:15 -07:00
authn-webhook.go Add support for Kubernetes API Authn Webhook 2019-01-03 17:15:23 -07:00
authz.go Use go templates for addons, network plugins and other manifests 2018-01-02 22:45:46 +02:00
calico.go Add k8s 1.15 2019-06-25 10:41:27 -07:00
canal.go Add k8s 1.15 2019-06-25 10:41:27 -07:00
coredns.go NodeSelector should specify string explicitly 2019-07-02 10:21:48 -07:00
flannel.go Add k8s 1.15 2019-06-25 10:41:27 -07:00
kubedns.go NodeSelector should specify string explicitly 2019-07-02 10:21:48 -07:00
metrics.go Don't schedule Linux addons to Windows node 2019-05-02 09:49:31 -07:00
nginx-ingress.go NodeSelector should specify string explicitly 2019-07-02 10:21:48 -07:00
templates.go Add stubdomains to kube-dns 2019-07-01 09:43:31 -07:00
vsphere.go fixes wrong value for soap-roundtrip-count in vsphere config 2018-08-01 10:12:49 -07:00
weave.go Fix Weave Template 2019-01-29 16:02:47 -08:00