Darren Shepherd
e70f5ca388
DeleteLocalData is now DeleteEmptyDirData in k8s v1.20
2020-12-08 16:32:07 -07:00
Ryan Sanna
5824366b06
Merge pull request #2326 from ryansann/rotate-encryption-keys
...
Encryption Key Rotation Changes
2020-12-08 13:00:07 -07:00
Ryan Sanna
e42ff49fec
key rotation as part of ClusterUp, more robust secrets rewrite, improved logging
2020-12-08 12:00:32 -07:00
Nick Gerace
816d4cd130
Merge pull request #2363 from nickgerace/master-ingress
...
Generate data to match KDM PR 425
2020-12-04 09:57:14 -05:00
Nick Gerace
6336887949
Generate data to match KDM PR 425
2020-12-03 18:20:44 -05:00
Nick Gerace
b0ade73b59
Merge pull request #2346 from nickgerace/master-ingress
...
Set default http backend to be optional
2020-12-03 17:05:18 -05:00
Nick Gerace
da6d9dcf9e
Set default http backend to be optional
...
Set default http backend to be optional for ingress nginx. It will be
enabled by default.
2020-12-03 14:53:51 -05:00
Sebastiaan van Steenis
99af2bdf95
Merge pull request #2355 from superseb/add_tolerations
...
Add tolerations option to addons
2020-12-03 19:20:54 +01:00
Sebastiaan van Steenis
467f59ff90
generated data/types
2020-12-03 19:05:22 +01:00
Sebastiaan van Steenis
a1eaee0312
Merge pull request #2322 from superseb/retry_tcpportcheck
...
Add retry to TCP port check
2020-12-02 21:39:31 +01:00
Sebastiaan van Steenis
4e31add8fe
Add tolerations option to addons
2020-11-26 17:29:46 +01:00
Sebastiaan van Steenis
b3b1f32602
Merge pull request #2351 from superseb/release_info
...
Release info
2020-11-24 22:01:45 +01:00
Sebastiaan van Steenis
148aee86d2
Remove latest from rke releases URL in warning
2020-11-24 21:01:48 +01:00
Sebastiaan van Steenis
cecb681a3e
Add latest release to README
2020-11-24 21:01:31 +01:00
Sebastiaan van Steenis
4a4850eafb
Merge pull request #2344 from noironetworks/latest_kdm_merge
...
Take in ACI template KDM changes
2020-11-24 10:10:52 +01:00
Kiran Shastri
78df4fb618
Take in ACI template KDM changes
...
KDM:a6f5218fb518f093658c2a947d31754ef6e907cb
Signed-off-by: Kiran Shastri <shastrinator@gmail.com>
2020-11-20 12:42:30 -05:00
Sebastiaan van Steenis
dd3840a7bc
Merge pull request #2339 from noironetworks/aci_cni_split_1
...
Introduce ACI CNI network provider
2020-11-18 14:07:34 +01:00
Kiran Shastri
6661671ee5
Go generate changes
...
Signed-off-by: Kiran Shastri <shastrinator@gmail.com>
2020-11-17 16:01:07 -05:00
Kiran Shastri
4f062997bb
Introduce ACI CNI network provider
...
ACI CNI supports k8s versions 1.18+
Added template and arguments for ACI CNI
Disable cloud options for ACI.
Separate generated code into another commit
Signed-off-by: Kiran Shastri <shastrinator@gmail.com>
(cherry picked from commit e94c54005e
)
2020-11-17 15:29:03 -05:00
Sebastiaan van Steenis
96664ad57d
Merge pull request #2328 from superseb/update_kdm_1113
...
vendor update kdm
2020-11-12 22:57:37 +01:00
Sebastiaan van Steenis
23cbd92c1b
vendor update kdm
2020-11-12 22:38:31 +01:00
shredgar
e049237ea9
Fix typo in config.go
...
Fixed a small typo in `config.go` at:
```
const (
comments = `# If you intened to deploy Kubernetes in an air-gapped environment,
# please consult the documentation on how to configure custom RKE images.`
)
```
to:
```
const (
comments = `# If you intended to deploy Kubernetes in an air-gapped environment,
# please consult the documentation on how to configure custom RKE images.`
)
```
2020-11-11 10:29:40 +01:00
Sebastiaan van Steenis
a252645797
Add retry to TCP port check
2020-11-09 18:35:58 +01:00
Kinara Shah
3d9bf164c3
Merge pull request #2318 from kinarashah/25r
...
vendor update rke
2020-11-02 10:28:37 -08:00
kinarashah
aa0bf8abc0
go generate
2020-11-02 10:05:57 -08:00
kinarashah
9215e6dcfa
vendor update kdm
2020-11-02 10:05:40 -08:00
Kinara Shah
0243e84da9
Merge pull request #2301 from kinarashah/25m
...
updated NodeUpgradeStrategy.Drain to use pointer
2020-10-26 10:55:43 -07:00
Jacob Payne
04ea70ee3b
updated NodeUpgradeStrategy.Drain to use pointer
2020-10-26 09:59:49 -07:00
Sebastiaan van Steenis
90cd26ec0c
Merge pull request #2299 from superseb/ingressdefaults
...
set default ingress network mode for both rancher and rke
2020-10-24 21:40:20 +02:00
kinarashah
8c3c618b63
set default ingress network mode for both rancher and rke
...
Problem:
Setting defaults for ingress in parse logic works only for
rke standalone but not when rancher calls rke using ClusterUp.
Solution:
Setting them during the cluster defaults logic
2020-10-24 13:09:38 +02:00
Sebastiaan van Steenis
24c5854fb8
Merge pull request #2293 from superseb/update_kdm_20202210
...
vendor update kdm
2020-10-22 22:38:52 +02:00
Sebastiaan van Steenis
60ffee207c
vendor update kdm
2020-10-22 20:57:55 +02:00
Sebastiaan van Steenis
16f3089220
Merge pull request #1911 from ibrokethecloud/master
...
Allow addons.go to parse http and https ports for ingress controller
2020-10-22 20:54:09 +02:00
Gaurav Mehta
5a63de09bc
Updated cluster/addons.go to allow it to parse and send new http_port and https_ports to the ingress template
...
Fixed up yaml import package
Updated rke ingress addon to support a new field hostNetwork. Users can use this now to run ingress controller on overlay network only
Ported additional ingress types changes into types/rke_types
Fixed linting errors related to variable names in addons.go and rke_types
Changed types for hostNetwork and http/https ports
Added validation to check http/https ports are different
Changed rke_types for additional spec in ingressConfig. Changed validation and default logic accordingly
2020-10-21 19:00:04 +11:00
Sebastiaan van Steenis
082f284929
Merge pull request #2141 from rancher/wg-10699
...
Change Default Addon Job Timeout to 45s
2020-10-20 21:00:41 +02:00
William Godfrey
76efb8f854
Updated Addon Timeout to 45s
2020-10-20 14:36:09 +01:00
Sebastiaan van Steenis
8a45350506
Merge pull request #2256 from superseb/etcd_member_del_healthcheck
...
Check etcd cluster health after member delete
2020-10-14 10:49:29 +02:00
Sebastiaan van Steenis
0663fe4e44
Merge pull request #2253 from superseb/integration_upgrades
...
Add upgrade tests to integration
2020-10-10 18:23:18 +02:00
Sebastiaan van Steenis
c1d14447ff
Merge pull request #2259 from superseb/stalebot
...
Add stale bot configuration
2020-10-08 13:07:01 +02:00
Sebastiaan van Steenis
f586cb244c
Add stale bot configuration
2020-09-30 18:01:18 +02:00
Sebastiaan van Steenis
422dfff0fd
Check etcd cluster health after member delete
2020-09-29 13:53:45 +02:00
Sebastiaan van Steenis
7cfd94af7b
Add upgrade tests to integration
2020-09-26 10:07:04 +02:00
Sebastiaan van Steenis
33c69c0108
Merge pull request #2251 from superseb/update_kdm_20202509
...
vendor kdm v1.15.12-rancher2-6 / rke-tools v0.1.65
2020-09-25 15:15:52 +02:00
Sebastiaan van Steenis
1fbea6098e
vendor kdm v1.15.12-rancher2-6 / rke-tools v0.1.65
2020-09-25 14:35:34 +02:00
Sebastiaan van Steenis
2fb1a281d7
Merge pull request #2098 from superseb/integration_resourcewait
...
Check rollout status in integration test
2020-09-24 12:34:07 +02:00
Chris Kim
c21840dbff
Merge pull request #2250 from Oats87/bump-data-2
...
Bump data
2020-09-23 13:17:41 -07:00
Chris Kim
32c2f5ab5d
Bump data
...
Signed-off-by: Chris Kim <oats87g@gmail.com>
2020-09-23 13:06:38 -07:00
Sebastiaan van Steenis
b3ca1f8327
Don't advertise etcd port 4001 in v3.4.13 and up
2020-09-23 09:27:51 -07:00
Sebastiaan van Steenis
421b40fa1f
Check rollout status in integration test
2020-09-23 17:22:11 +02:00
Chris Kim
d86782118f
Merge pull request #2249 from Oats87/bump-data
...
go generate using latest dev-v2.5 data
2020-09-22 13:34:55 -07:00