1
0
mirror of https://github.com/rancher/rke.git synced 2025-07-31 22:56:19 +00:00
Commit Graph

1232 Commits

Author SHA1 Message Date
Sebastiaan van Steenis
5c7daf4fb1 Add logging structs/file content to trace loglevel 2020-03-05 19:42:05 +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
kinarashah
18f42726b0 lock to avoid concurrent map writes 2020-02-28 14:11:09 -08:00
Rajashree Mandaogane
02bab32a40
Merge pull request #1931 from mrajashree/fix_maxunavailable
Maxunavailable reset should check number on inactive hosts
2020-02-28 14:08:09 -08:00
rajashree
115c11b864 Fix maxunavailable reset 2020-02-28 13:56:19 -08:00
Kinara Shah
107d1eb79a
Merge pull request #1930 from kinarashah/frke
error out if service options are not found
2020-02-28 12:44:14 -08:00
kinarashah
12f88f55db error out if service options are not found
it's unexpected to see empty service options, but node plan shouldn't be generated
in those scenarios
2020-02-28 11:21:41 -08:00
Sebastiaan van Steenis
6e3d1f0a15
Merge pull request #1919 from superseb/pass_docker_err
Do not wipe the actual Docker error to show in log
2020-02-27 12:46:16 +01:00
Rajashree Mandaogane
1440d35590
Merge pull request #1922 from mrajashree/attemptUpgrade
Attempt upgrade on NotReady hosts during cluster upgrade
2020-02-26 14:52:38 -08:00
rajashree
e27a05f8b1 Attempt upgrade on NotReady hosts 2020-02-26 14:14:42 -08:00
rajashree
ca3a3b1814 Go mod and vendor changes 2020-02-26 14:14:42 -08:00
Dax McDonald
65efa5ba70
Merge pull request #1926 from daxmc99/fix_formatting
Fix formatting
2020-02-26 14:11:17 -07:00
Dax McDonald
d7a4f2d2c3 Fix formatting 2020-02-26 12:08:10 -07:00
Rajashree Mandaogane
ed86a3821b
Merge pull request #1923 from mrajashree/retErr
Return correct error if maxUnavailable hit for control
2020-02-25 07:57:19 -08:00
rajashree
fd1e1289de Return correct error if maxUnavailable hit for control 2020-02-24 17:56:02 -08:00
Rajashree Mandaogane
6664be5e3b
Merge pull request #1912 from mrajashree/zero_downtime_bugfixes
Accept label to ignore nodes during upgrade
2020-02-24 10:06:57 -08:00
Daishan Peng
092443195e
Merge pull request #1910 from StrongMonkey/move-kdm
Stop vendoring KDM and use data.json
2020-02-24 10:40:32 -07:00
Daishan
d2d72767a7 Move rke away from kdm vendor 2020-02-24 10:14:25 -07:00
rajashree
968a399f26 Accept label to ignore nodes during upgrade
RKE does a cluster scan to find the unreachable hosts, and if that number
is same as or exceeds maxUnavailable, upgrade won't proceed.
This commit introduces a label users can provide for their nodes so they
don't get counted as unavailable and are excluded from upgrade.
This commit also includes a couple of bug fixes
2020-02-22 14:23:47 -08:00
Daishan
8d05697c5e Update vendor 2020-02-20 17:13:01 -07:00
Sebastiaan van Steenis
92a73e0bca Do not wipe the actual Docker error to show in log
Problem: Docker error is shown as nil in log message
Root cause: err got redefined in loop and passed value was nil
Solution: do not redefine err in loop
2020-02-20 19:23:04 +01:00
Sebastiaan van Steenis
27c157124d
Merge pull request #1824 from XianglongLuo/cert
Fix always show certificates are about to expire issue
2020-02-20 11:12:40 +01:00
XianglongLuo
329b6b522e Fix for deleting unused etcd and kubelet certs 2020-02-20 08:21:52 +08:00
Rajashree Mandaogane
a12bc38332
Merge pull request #1792 from mrajashree/addons_scale_upgrade
Parse updateStrategy, replicas and autoscaler fields
2020-02-18 12:02:48 -08:00
rajashree
7e603d411a go mod and vendor changes 2020-02-18 11:19:43 -08:00
rajashree
4e38cdf825 Parse updateStrategy, replicas and autoscaler fields 2020-02-18 09:01:29 -08:00
Rajashree Mandaogane
92714e5523
Merge pull request #1800 from mrajashree/workers_upgrade
Change RKE upgrade logic for zero downtime
2020-02-06 11:03:29 -08:00
rajashree
11678a3f98 Change RKE upgrade logic for zero downtime 2020-02-05 16:19:47 -08:00
Sebastiaan van Steenis
56d4c1b937
Merge pull request #1888 from superseb/local_s3_snapshots_check
Determine etcd s3 snapshots by s3 config presence
2020-02-05 10:40:53 +01:00
rajashree
2fc40203ed Go mod and vendor changes 2020-02-04 11:27:22 -08:00
Murali Paluru
988160874b
Merge pull request #1900 from leodotcloud/issue_25153
change the apiVersion of eventratelimit
2020-02-01 15:42:29 -08:00
Murali Paluru
b7140ab74b change the apiVersion of eventratelimit 2020-01-30 19:14:34 -08:00
Darren Shepherd
25e7f98777 Use eventratelimit from rancher/types 2020-01-23 16:04:43 -07:00
Darren Shepherd
1bcf620a89 Update to k8s 1.17 2020-01-23 16:04:43 -07:00
Sebastiaan van Steenis
23e98603bd Determine etcd s3 snapshots by s3 config presence 2020-01-20 18:43:35 +01:00
Prachi Damle
b7dbac41f2
Merge pull request #1884 from prachidamle/rke_log_change
Drop the log level to Debug since rancher can call this frequently
2020-01-16 11:11:01 -08:00
Kinara Shah
fe228736db
Merge pull request #1886 from kinarashah/vvm
vendor update
2020-01-16 10:48:14 -08:00
kinarashah
a12280e06f vendor update 2020-01-16 10:40:57 -08:00
Prachi Damle
d56f641cdd Drop the log level to Debug since rancher can call this everytime worker connects back every ~2 mins 2020-01-15 16:29:38 -08:00
Kinara Shah
38f9b2902e
Merge pull request #1878 from kinarashah/vgmm
vendor update
2020-01-13 11:10:58 -08:00
kinarashah
0eb542c7be vendor update 2020-01-13 10:17:58 -08:00