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

1189 Commits

Author SHA1 Message Date
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
Dan Ramich
7b0c98bf3d
Merge pull request #1870 from brendarearden/vendor-v117-windows-fix1
Vendor changes
2020-01-03 10:43:27 -07:00
Brenda Rearden
e96704e1e6 Vendor changes 2020-01-03 09:58:53 -07:00
Kinara Shah
e6d8bcccc8
Merge pull request #1869 from kinarashah/kvm
vendor update k8s 1.17 default
2020-01-02 12:04:59 -08:00
kinarashah
459ae82174 vendor update k8s 1.17 default 2020-01-02 10:54:35 -08:00
Sebastiaan van Steenis
ecc658b004
Merge pull request #1845 from superseb/debug_svcoptions
Add debug logging for serviceoptions
2020-01-02 12:29:11 +01:00
Brenda Rearden
a1ef3e0a1b
Merge pull request #1864 from brendarearden/vendor-changes-calico-v3102-1
Vendor calico v3.10.2 changes
2019-12-27 20:00:36 -07:00
Brenda Rearden
a0d585b614 Vendor changes 2019-12-27 19:46:45 -07:00
Kinara Shah
038f81c5c1
Merge pull request #1863 from kinarashah/fwdrt
[forwardport] kdm vendor update for rke-tools
2019-12-27 12:05:17 -08:00
kinarashah
247e96df7a kdm vendor update for rke-tools 2019-12-27 11:58:53 -08:00
Kinara Shah
18548be050
Merge pull request #1860 from kinarashah/vendor
kdm vendor update for coredns template
2019-12-26 11:48:36 -08:00
kinarashah
8a7b8dc59c kdm vendor update for coredns template 2019-12-26 09:39:39 -08:00
Brenda Rearden
88f98b2544
Merge pull request #1854 from brendarearden/correct-and-apply-v117-v116-v115-1
Vendor changes
2019-12-23 14:47:38 -07:00
Brenda Rearden
65471892fa Vendor changes 2019-12-23 14:11:06 -07:00
Brenda Rearden
078f11b8a6 Change MTU from string to int 2019-12-23 14:10:50 -07:00
Sebastiaan van Steenis
1bcaefdacc Add debug logging for serviceoptions 2019-12-20 14:42:06 +01:00
Brenda Rearden
b578588376
Merge pull request #1849 from brendarearden/vendorv117-calico
Vendor changes
2019-12-19 18:49:27 -07:00
Brenda Rearden
0b8e86fd62 Vendor changes 2019-12-19 17:49:04 -07:00
Benjamin S. Allen
4f2c87fcd0 Remove the prefixPath from the /lib/modules bind mount for kube-proxy IPVS support 2019-12-17 14:10:38 -08:00
Sebastiaan van Steenis
747f63945c vendor update 2019-12-11 13:34:34 -08:00
Sebastiaan van Steenis
3ac9cad743 Add ability to set MTU for CNI 2019-12-11 13:34:34 -08:00
Sebastiaan van Steenis
8a3b24caac Don't retry on Docker error address already in use 2019-12-09 22:32:04 -08:00
Alena Prokharchyk
3543fd106f go 1.13.4 2019-12-09 10:52:24 -08:00
kinarashah
790a8858f9 respect metadata's service options for etcd 2019-12-09 10:09:16 -08:00
Alena Prokharchyk
fb90d1429c Permissions fix for etcd restore with custom uid/gid 2019-12-06 10:22:28 -08:00
Sebastiaan van Steenis
6b68be717a Deploy cloud-config file while contents are empty 2019-12-05 10:51:14 -08:00
Prachi Damle
101192c1c7 Vendor updates to latest kdm 2019-12-04 16:29:59 -08:00
Prachi Damle
5cf3f1c161 Revert mounting modules for windows 2019-12-04 16:29:59 -08:00
Alena Prokharchyk
34c63f5e45 Address panic in cert rotation code 2019-12-04 11:30:30 -08:00
Alena Prokharchyk
2bc68c7118 Correct system image for etcd snapshot removal
when removal is executed as a part of restoration
2019-12-03 15:58:31 -08:00
kinarashah
58cd00391c vendor update 2019-11-25 18:11:22 -08:00
Murali Paluru
b9900f3b9c change enc provider arg, update defaults for audit log config 2019-11-21 14:08:33 -08:00
Murali Paluru
843e14135f add null check for audit log config 2019-11-15 14:25:03 -08:00
Murali Paluru
b649664af8 add admission control config file arg, enable plugin 2019-11-15 14:25:03 -08:00
rajashree
c31ee1eb4b Handle unmarshal of ingressConfig's k8s native fields separately
IngressConfig fields ExtraEnvs, ExtraVolumes and ExtraVolumeMounts are k8s types.
The yaml unmarshal done in ParseConfig can't unmarshal these properly because they have
nested fields without yaml tags. This commit adds logic to unmarshal
these fields separately so all nested fields get unmarshaled too.
2019-11-15 10:54:07 -08:00
Alena Prokharchyk
ad03afb6fb kontainer-driver-metadata vendor update 2019-11-14 12:58:44 -08:00
Alena Prokharchyk
3344b19b14 vendor update for unit test 2019-11-14 12:58:44 -08:00
Alena Prokharchyk
e1a0e447b9 Nested private regirsty lookup support 2019-11-14 12:58:44 -08:00
rajashree
091fa14a5d go mod and vendor changes 2019-11-14 10:54:00 -08:00
rajashree
9c1c0ea999 Accept extraEnv, volumes and volumeMounts for ingress addon
The fields for ExtraEnv, extraVolumes and extraVolumeMounts for ingress
addon refer the k8s native types EnvVar, Volume and VolumeMounts.
The k8s native types have json tags, so this commit adds a template func to
first marshal and get json encoding and then convert to yaml.
2019-11-14 10:54:00 -08:00
moelsayed
2006a61712 Move snapshot remove logic to rke-tools 2019-11-11 16:03:44 -08:00
Alena Prokharchyk
72fd42b8d2 Save cluster state to k8s on cert rotation
In addition to storing it on the disk
2019-11-11 15:12:55 -08:00
Alena Prokharchyk
6bc2e1e8f8 Restart api/rewrite secrets on config change 2019-11-05 09:34:46 -08:00
Alena Prokharchyk
5eaf28372b Ability to disable custom encryption 2019-11-05 09:34:46 -08:00