1
0
mirror of https://github.com/rancher/rke.git synced 2025-06-27 15:59:37 +00:00
Commit Graph

1422 Commits

Author SHA1 Message Date
rmweir
5c075473e2
Merge pull request #1978 from rmweir/redundant-errors
No longer add first errors twice
2020-03-18 17:15:34 -07:00
rmweir
4b5d4cbf6c No longer add first errors twice 2020-03-18 16:52:19 -07:00
Sebastiaan van Steenis
e842b8b637
Merge pull request #1973 from superseb/vendor_kdm_20201603_master
update bindata/data.json
2020-03-16 21:30:58 +01:00
Sebastiaan van Steenis
17e33994e5 update bindata/data.json 2020-03-16 21:22:50 +01:00
Sebastiaan van Steenis
760b5528cc
Merge pull request #1970 from superseb/vendor_kdm_20201503
update bindata/data.json
2020-03-15 17:56:54 +01:00
Sebastiaan van Steenis
0854b59db6 update bindata/data.json 2020-03-15 17:39:41 +01:00
Sebastiaan van Steenis
988763de5a
Merge pull request #1963 from superseb/add_cis_defaults
Enable kube-api audit log for new k8s versions
2020-03-15 17:34:24 +01:00
Sebastiaan van Steenis
d65d72ae6d Enable kube-api audit log for new k8s versions 2020-03-15 13:55:47 +01:00
rmweir
746e9a1c21 Skip restore if no valid certs 2020-03-14 18:58:32 -07:00
Sebastiaan van Steenis
4d410c275d
Merge pull request #1968 from superseb/data_20201403
update bindata/data.json
2020-03-14 19:52:36 +01:00
Sebastiaan van Steenis
ee19c2e57e update bindata/data.json 2020-03-14 10:43:00 +01:00
Sebastiaan van Steenis
1595324f37
Merge pull request #1967 from superseb/data_20201303
update bindata/data.json
2020-03-14 02:42:39 +01:00
Sebastiaan van Steenis
9392c8bf10 update bindata/data.json 2020-03-14 01:06:19 +01:00
Rajashree Mandaogane
02a95b7cc1
Merge pull request #1965 from mrajashree/nodelister_err
Reset error to nil if lister works on retries
2020-03-13 15:58:33 -07:00
rajashree
fc3709507d Reset error to nil if lister works on retries 2020-03-13 15:16:25 -07:00
Rajashree Mandaogane
5ce2481fec
Merge pull request #1959 from mrajashree/restore
Use non-zero downtime upgrade logic during restore
2020-03-13 09:15:38 -07:00
Rajashree Mandaogane
cc20cb7608
Merge pull request #1962 from mrajashree/dnsProvider
Retain user-configured dnsConfig fields when provider is not set
2020-03-13 09:12:17 -07:00
rajashree
b2a71ce067 Use non-zero downtime upgrade logic during restore
If restore flag is set to true on RKEConfig, the reconcileCluster flag in
ClusterUp should not be set to true, so that DeployControlPlane and DeployWorkerPlane
call the non-zero downtime upgrade functions RunControlPlane and RunWorkerPlane respectively
2020-03-13 09:09:30 -07:00
rajashree
6b94c4a3fb Retain user-configured dnsConfig fields when provider is not set 2020-03-12 23:56:11 -07:00
Sebastiaan van Steenis
116fcaadc8
Merge pull request #1958 from superseb/data_20201203
update bindata/data.json
2020-03-12 19:04:56 +01:00
Sebastiaan van Steenis
e99b649d0b update bindata/data.json 2020-03-12 18:28:05 +01:00
Sebastiaan van Steenis
900c273932 vendor norman 2020-03-12 09:25:34 -07:00
Rajashree Mandaogane
a29be5b63f
Merge pull request #1952 from mrajashree/remove_label
Remove ignore-upgrade label from zero downtime upgrade
2020-03-11 11:44:16 -07:00
rajashree
6b25bcf3e0 Remove ignore-upgrade label from zero downtime upgrade 2020-03-10 23:36:17 -07:00
Sebastiaan van Steenis
259bafc27d
Merge pull request #1951 from superseb/update_data_20201003
update bindata/data.json
2020-03-10 17:13:42 +01:00
Sebastiaan van Steenis
c4d14fe934 update bindata/data.json 2020-03-10 13:25:52 +01:00
Sebastiaan van Steenis
4a0941bc8a
Merge pull request #1948 from superseb/unusedcert_log
Refactor unused certificate logging
2020-03-08 19:47:52 +01:00
Sebastiaan van Steenis
b4cf3a01f5 Refactor unused certificate logging 2020-03-08 18:42:15 +01:00
Rajashree Mandaogane
47ba695d73
Merge pull request #1947 from mrajashree/bufixes
MaxUnavailable and powered off hosts comparison
2020-03-08 10:12:30 -07:00
rajashree
bb6873ce48 Addresses following issues:
1. Compare maxUnavailable with powered off hosts before attempting to reconcile
NotReady hosts
2. Include powered off hosts as failed hosts for controlplane upgrade to return error
3. Change coredns upgrade strategy. With addons changes it was changed to have the k8s
default value for a deployment of 25% maxUnavailable and maxSurge. This commit changes it
back to maxUnavailable of 1 to avoid dns addon upgrade issues
2020-03-07 14:22:35 -08:00
Sebastiaan van Steenis
27be846bd0 Add host to logging for Docker 2020-03-07 07:51:24 -08:00
Chris Kim
f0c561baee
Merge pull request #1946 from ibuildthecloud/master
Performance improvements
2020-03-06 08:38:58 -08:00
Darren Shepherd
5e5ccacb58 Optimize strings operations
At 5000+ nodes these small string optimizations make a difference
2020-03-06 08:52:58 -07:00
Darren Shepherd
1e34d2b464 Remove n^2 algorithm. At 5000+ nodes plus this gets to be a real problem 2020-03-06 08:52:56 -07:00
Sebastiaan van Steenis
eaf643e6a2
Merge pull request #1945 from superseb/move_log_trace
Add logging structs/file content to trace loglevel
2020-03-05 22:19:22 +01:00
Sebastiaan van Steenis
5c7daf4fb1 Add logging structs/file content to trace loglevel 2020-03-05 19:42:05 +01:00
Chris Kim
62524dc169
Merge pull request #1929 from Oats87/add-flexvolume-dir-newkdm
Add custom flexvolume dir capabilities
2020-03-05 08:31:34 -08:00
Chris Kim
ec5e538d48 go generate 2020-03-05 08:19:45 -08:00
Chris Kim
97371fe82d Add custom flexvolume capabilities to canal and calico 2020-03-05 08:18:40 -08:00
Sebastiaan van Steenis
64f0d7808d
Merge pull request #1872 from Lucaber/fix/cluster-state-log
Fix log output of full-cluster-state configmap name
2020-03-05 14:56:56 +01:00
Rajashree Mandaogane
b9b29be0e5
Merge pull request #1943 from mrajashree/rename_label
Rename ignore label and return error on controlplane failure
2020-03-04 15:27:16 -08:00
Sebastiaan van Steenis
7549e49956 Add flag to enable TRACE logging 2020-03-04 15:21:16 -08:00
rajashree
c61d531af1 Rename ignore label and return error on controlplane failure 2020-03-04 15:20:48 -08:00
Sebastiaan van Steenis
250d602b6d
Merge pull request #1932 from superseb/nodelocaldns2
Add support for nodelocal DNS, update Canal/Calico templates with privileged and add rke-tools:v0.1.53
2020-03-04 23:23:28 +01:00
Sebastiaan van Steenis
31a3005733 Add support for nodelocal DNS 2020-03-03 18:09:18 +01:00
Sebastiaan van Steenis
a8a801e52f update bindata/data.json 2020-03-03 18:09:06 +01:00
Sebastiaan van Steenis
8355b2ad68 vendor types 2020-03-03 18:08:30 +01:00
Rajashree Mandaogane
265553beb5
Merge pull request #1936 from mrajashree/bugfixes
Check role before including host in inactive host list
2020-03-02 02:38:22 -08:00
rajashree
d420881c41 Check role before including host in inactive host list 2020-03-01 19:03:07 -08:00
Kinara Shah
81d025987b
Merge pull request #1933 from kinarashah/ss
lock to avoid concurrent map writes
2020-02-28 14:46:21 -08:00