1
0
mirror of https://github.com/rancher/rke.git synced 2025-08-17 22:37:01 +00:00
Commit Graph

1449 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
moelsayed
5ff184ba1d Don't error out on pod delete IfNotFound 2019-07-01 14:56:08 -07:00
Sebastiaan van Steenis
42c097275a Add stubdomains to kube-dns 2019-07-01 09:43:31 -07:00
Sebastiaan van Steenis
e5455ecba7 Align coredns ttl to kubedns dnsmasq 2019-07-01 09:22:45 -07:00
kinarashah
f6ecaa15fa vendor update rke-tools:v0.1.34 2019-06-26 20:46:17 -07:00
kinarashah
433c5acc55 rke-tools:v0.1.32 2019-06-26 14:58:31 -07:00
kinarashah
a747114b3c vendor update rancher/types 2019-06-26 14:58:31 -07:00
kinarashah
21848c4cf1 Revert "defaultRKETools 0.1.33"
This reverts commit 60d36022f7.
2019-06-26 14:58:31 -07:00
Sebastiaan van Steenis
173669c8a5 Add retry logic to Docker interactions 2019-06-26 12:15:32 -07:00
kinarashah
60d36022f7 defaultRKETools 0.1.33 2019-06-25 15:29:56 -07:00
kinarashah
4a5998a382 vendor update rancher/types 2019-06-25 15:29:56 -07:00
moelsayed
68479ed271 vendor update 2019-06-25 14:17:53 -07:00
moelsayed
2c907f9f21 rename EndpointCA 2019-06-25 14:17:53 -07:00
Sebastiaan van Steenis
0a488ca453 Vendor changes 2019-06-25 10:41:27 -07:00
Sebastiaan van Steenis
9985bc8bae Add k8s 1.15 2019-06-25 10:41:27 -07:00
Sebastiaan van Steenis
fb11fc3317 Add listing of artifacts in Drone similar to CLI 2019-06-24 15:56:35 -07:00
moelsayed
0b597f3111 generated code 2019-06-20 15:00:00 -07:00
moelsayed
38c31b9766 Add option to pass custom CA certificate for S3 backend 2019-06-20 15:00:00 -07:00
galal-hussein
ffa42ab900 fix file permissions 2019-06-18 12:52:42 -07:00
Alex Seymour
ad415059cb Log error message on failure to get legacy cluster state from k8s 2019-06-17 14:55:50 -07:00
Sebastiaan van Steenis
3575d8ae6a Update coredns deployment for v1.3.1 2019-06-17 10:33:56 -07:00
Sebastiaan van Steenis
88768e2527 CoreDNS default DNS provider for k8s 1.14 and up 2019-06-14 11:50:46 -07:00
kinarashah
b655c4d5b1 vendor update types, norman 2019-06-12 10:33:58 -07:00
kinarashah
398a8fa174 rke-tools:v0.1.31 2019-06-12 10:27:24 -07:00
Sebastiaan van Steenis
867c0f44e6 Add zip extension to compressed snapshot 2019-06-12 10:06:02 -07:00
Sebastiaan van Steenis
ae44a9510f Format user addon YAML before concat 2019-06-11 12:52:44 -07:00
kinarashah
1a1080a234 always use DefaultRKETools for etcd snapshot 2019-06-11 12:52:25 -07:00
Sebastiaan van Steenis
bc09408581 Add etcd snapshot compression 2019-06-07 15:17:22 -07:00
Sebastiaan van Steenis
28d907281f Dont restart s3 snapshot download container 2019-06-05 13:40:29 -07:00
galal-hussein
870c073c10 Use Internal Addresses to sort the etcd connection string 2019-05-31 09:48:35 -07:00
galal-hussein
22f261daf7 fix upgrade path for clusters created before 0.1.10 2019-05-29 15:44:37 -07:00
galal-hussein
8816a75b93 Fix for regenerating etcd certs 2019-05-29 15:44:37 -07:00
Erik Wilson
581e3389c4 Reorder etcd servers list 2019-05-28 09:50:29 -07:00
Alena Prokharchyk
5962489879 Types updates 2019-05-24 11:36:09 -07:00
Erik Wilson
8ccb192aaa Check for etcd cert DNS or IPs change 2019-05-24 09:12:39 -07:00
Erik Wilson
e2f7f865ed Force deploy certs if etcd cert was changed 2019-05-24 09:12:39 -07:00
Alena Prokharchyk
f409da01bd Revert "Do preliminary KubeAPI port check using HTTP. Resolves rancher#1256."
This reverts commit 9c94d6525d.
2019-05-24 09:12:13 -07:00
jlamillan
9c94d6525d Do preliminary KubeAPI port check using HTTP. Resolves rancher#1256. 2019-05-22 10:25:36 -07:00
kinarashah
c08d7738b2 vendor update rancher/norman 2019-05-14 12:58:38 -07:00
kinarashah
f38475e141 vendor update rancher/types 2019-05-14 12:58:38 -07:00
kinarashah
5f4cff3f4c remove PersistentVolumeLabel controller
deprecated post 1.11
2019-05-08 12:11:44 -07:00
brudnyhenry
ca6bc52ec7 Fix cloud provider config password with hashtag 2019-05-02 12:49:56 -07:00
Alex Seymour
c4839f0ecc Decrease calico/canal logging for K8s 1.13 templates 2019-05-02 10:17:19 -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
Sebastiaan van Steenis
1127a90a9c Add correct env vars if etcd 3.3 is used 2019-05-02 09:46:26 -07:00
Frank Mai
471146b25c Support to config Flannel backend
- Add `flannel_backend_port` and `canal_flannel_backend_port` to config
the port of Flannel
- Add `flanneld_backend_vni` and `canal_flannel_backend_vni` to config
the VxLan network identify of Flannel
2019-04-29 09:29:13 -07:00
Sebastiaan van Steenis
5660fd44d3 Added onetime container and active running checks 2019-04-24 16:56:17 -07:00
galal-hussein
7744f18d6e Force deploy certificates if kubeapi cert got changed 2019-04-24 16:54:19 -07:00
Sebastiaan van Steenis
765746fc77 Correct log messages for file-deployer 2019-04-24 16:54:02 -07:00
galal-hussein
7a0406c44f Check legacy state if kubeconfig doesnt exist 2019-04-23 16:43:07 -07:00