1
0
mirror of https://github.com/rancher/rke.git synced 2025-09-19 01:44:28 +00:00
Commit Graph

1042 Commits

Author SHA1 Message Date
kinarashah
27a3a49d1e don't override tag of custom system images for defaultRKETools 2019-08-12 16:44:42 -07:00
Denise
0b89560832 Revert "Vendor Update"
This reverts commit c2f07f2e95.
2019-08-12 11:51:20 -07:00
Denise
0c405cdc88 Revert "Handle changing public ip for etcd member delete"
This reverts commit b5d7f5dcd4.
2019-08-12 11:51:20 -07:00
moelsayed
6c1203aa71 Add node subresources to api server cluster role 2019-08-09 11:20:13 -07:00
Rodrigue Cloutier
aff29683b2 Fixed issue 1404: Support of configuration with no node with etcd role 2019-08-09 11:14:10 -07:00
moelsayed
a3e7bef8cd Fix ingress deployment issue with PSP enabled 2019-08-09 11:11:58 -07:00
galal-hussein
b5d7f5dcd4 Handle changing public ip for etcd member delete 2019-08-09 11:07:30 -07:00
galal-hussein
c2f07f2e95 Vendor Update 2019-08-09 11:07:30 -07:00
Sebastiaan van Steenis
3f94e86706 Revert "Add per node kubelet server certificate"
This reverts commit b860e634db.
2019-08-08 09:49:47 -07:00
Sebastiaan van Steenis
b860e634db Add per node kubelet server certificate 2019-07-31 14:54:43 -07:00
moelsayed
fd237d9eef Fix constant kubeapi certificate regeneration 2019-07-31 14:52:46 -07:00
Alena Prokharchyk
bc3db3aa24 kontainer-driver-metadata update 2019-07-30 17:02:20 -07:00
galal-hussein
ebb26714a1 Vendor update 2019-07-30 12:55:11 -07:00
moelsayed
0c9462cd80 vendor update 2019-07-29 17:24:16 -07:00
moelsayed
688d4aedd7 support etcd custom uid/gid 2019-07-29 17:24:16 -07:00
Alena Prokharchyk
a7d2c00d2a kontainer-driver-metadata vendor update 2019-07-29 12:54:48 -07:00
galal-hussein
2bc960a01c Add kubeapi proxy cluster role and role binding 2019-07-25 14:16:26 -07:00
Sebastiaan van Steenis
e923730388 Log proxy environment variables if set 2019-07-25 10:03:52 -07:00
moelsayed
d094535add vendor update 2019-07-24 16:46:29 -07:00
moelsayed
e7c4102c1e fix panic on failed tunnle 2019-07-24 13:41:18 -07:00
Alena Prokharchyk
0ea0893f32 kontainer-metadata vendor update 2019-07-19 14:36:05 -07:00
kinarashah
b018c756b1 read serviceOptions from minor version first 2019-07-19 13:25:42 -07:00
Sebastiaan van Steenis
dee607c766 vendor update 2019-07-19 13:25:32 -07:00
Sebastiaan van Steenis
2b53fefbee Add parameter for s3 folder 2019-07-19 13:25:32 -07:00
kinarashah
217e1b41b8 generate correct default rketools
always use rke's default k8s's rke-tools, even if rancher's default k8s
changes. This is based on assumption that change in rke-tools would also
require a new rke version.
2019-07-18 14:48:48 -07:00
galal-hussein
55b1b4db7c use healthz endpoint for kubelet healthcheck 2019-07-18 14:22:07 -07:00
moelsayed
6c5321d4e3 vendor update 2019-07-17 17:11:54 -07:00
moelsayed
db3f7c7bac update DefaultRKETools 2019-07-17 17:11:54 -07:00
moelsayed
d6b66eb8f7 fix md5sum command 2019-07-17 17:11:54 -07:00
moelsayed
17320083e9 Use etcd service extra_env in backup containers 2019-07-17 16:42:26 -07:00
kinarashah
b4a7b7aa70 use docker versions from k8s metadata v0.3.0-rc5 2019-07-16 15:28:57 -07:00
kinarashah
e1e98a84d8 vendor update metadata 2019-07-16 15:28:57 -07:00
Sebastiaan van Steenis
958042817a Add Calico controller image for 3.7.4 2019-07-16 12:57:46 -07:00
moelsayed
a61a4acc4e remove rolling snapshot container during clean up 2019-07-11 14:27:55 -07:00
moelsayed
7b5797ce18 reconcile node roles 2019-07-11 14:27:55 -07:00
moelsayed
058f196e72 Fix worker/controlplane reconcile logic 2019-07-11 14:27:55 -07:00
Sebastiaan van Steenis
63b6ece7b9 Check if certificates are present in state
Problem: If certificates are empty in cluster state (or missing rkestate file), RKE and Rancher would throw NPE.

Solution: Check if certificates are present or error out (for now this situation needs manual intervention)
2019-07-11 14:27:41 -07:00
kinarashah
f360207416 move metadata init to InitClusterObject 2019-07-08 15:40:31 -07:00
kinarashah
dc6f397f78 fix rke cluster delete from cli 2019-07-08 15:08:57 -07:00
kinarashah
116b47b025 rancher pass serviceoptions and addon templates to rke 2019-07-03 10:04:27 -07:00
kinarashah
c191ed6202 use k8s version info from kontainer-driver-metadata 2019-07-03 10:04:27 -07:00
kinarashah
8c8e3d1c6b vendor change 2019-07-03 10:04:27 -07:00
Murali Paluru
9697b3c452 Adding extensions for extended key usage v0.3.0-rc4 2019-07-02 10:22:35 -07:00
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