1
0
mirror of https://github.com/rancher/rke.git synced 2025-08-16 22:06:59 +00:00
Commit Graph

11 Commits

Author SHA1 Message Date
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
Frank Mai
d3c89372bf Don't schedule Linux addons to Windows node
**Problem:**
Schedule default-http-backend and metrics-server to Windows node will be failed.

**Solution:**
Add nodeAffinity to default-http-backend and metrics-server workload
spec

**Issue:**
https://github.com/rancher/rancher/issues/19929
2019-05-02 09:49:31 -07:00
orangedeng
642970feb2 Use initContainer for nginx ingress if it is old version
**Problem:**
The nginx ingress daemonSet securityContext can not be applied to
version before 0.16.0

**Solution:**
When the nginx controller version is older than 0.16.0, we use the old
way to set it up.
2019-01-29 14:27:30 -08:00
Chris Kim
266f6b8123 Moving extra_args iteration to allow extra_args to work successfully 2018-10-16 09:56:24 -07:00
galal-hussein
67448c38c6 Update ingress nginx template yaml 2018-09-06 15:57:51 -07:00
MaiWJ
bcb6e13618 Extend rke to tolerate the Windows host
1. Support to configure Flannel as "host-gw" backend
2. Define the network component yaml and ingress
   controller yaml only schedule to non-Windows node
3. Support to configure Docker container's port publishing
2018-08-26 18:09:21 -07:00
orangedeng
b4d04c7ee9 Add quotation mark for nginx-configuration
Related issue https://github.com/rancher/rancher/issues/15044
Configmap resource data only support string data so
we should add quotation mark for each data item.
2018-08-24 09:42:11 -07:00
orangedeng
44d921b114 Add authorization for nginx-ingress to get daemonsets
Related issue https://github.com/rancher/rancher/issues/14052
2018-07-18 10:57:36 -07:00
rawmind0
14c239c598 Added extra_args type map[string]string to ingress-controller. Added rancher-minimal-ssl.yml and rancher-minimal-passthrough.yml to deploy rancher v2.0 using rke. Updated README.md 2018-04-16 16:46:13 -07:00
moelsayed
5cf4ef5f5f Add ingress controller images to SystemImages 2018-02-20 20:54:48 +02:00
galal-hussein
f8f877ba27 Add nginx ingress controller and labels/taints sync 2018-02-01 23:28:31 +02:00