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

648 Commits

Author SHA1 Message Date
Kinara Shah
113f305b35 changes around hostname-override 2023-01-12 09:21:21 -08:00
Jiaqi Luo
6117df822c address comments 2023-01-03 22:41:32 -07:00
Jiaqi Luo
bd3fe59b0d change Warning to Debug to reduce noise in logs 2022-12-29 17:15:38 -07:00
Jiaqi Luo
aa5c21bd30 add checks for PSP resources in the cluster 2022-12-29 15:18:18 -07:00
siva-muni
91e00a3f30 Added new variables for ACI-CNI 5.2.3.5 2022-12-28 13:32:34 -07:00
Jiaqi Luo
6b3732ec1f
Merge pull request #3100 from superseb/v14_fix_etcd_minimal_panic 2022-12-13 15:56:04 -07:00
Sergey Nasovich
7cee9af171
Merge pull request #3039 from noironetworks/aci-5.2.3.3 2022-11-29 11:34:14 -05:00
Jiaqi Luo
b183dd71ce add comments and other minor improvements 2022-11-22 12:03:45 -07:00
Jiaqi Luo
5fcf75db40 add the support for PodSecurity on cluster at least v1.23 2022-11-22 12:03:45 -07:00
Jiaqi Luo
f5e18110b6 add the parsing for eventRateLimit 2022-11-22 12:03:45 -07:00
Jiaqi Luo
9244d9ffae improve the validation for PSP 2022-11-22 12:03:45 -07:00
Jiaqi Luo
c4a521de08 bump the API used for api-server from v1alpha1 to v1 2022-11-22 12:03:45 -07:00
Sebastiaan van Steenis
c55e5880b2
Check backupconfig exists before checking s3 cfg 2022-11-19 16:28:16 +01:00
vardhaman
27cbb91271 added check for empty updatestrategy while setting dns addon defaults 2022-11-04 10:40:44 +05:30
Jiaqi Luo
6aa8def27c
Merge pull request #2995 from mateuszkwiatkowski/ingress-validations 2022-10-10 09:36:41 -07:00
Kinara Shah
92d9fc9c75 update user addon logic to delete job, not addons
don't delete all user resources, rerunning
job will make sure k8s apply and ensure user
config is redeployed after system addons
2022-09-14 15:16:37 -07:00
siva-muni
710892a58c Add new variables for ACI-CNI 5.2.3.3 2022-09-14 12:22:04 +05:30
Kinara Shah
42bb0ecb84
Merge pull request #3005 from kinarashah/revert 2022-08-09 16:25:20 -07:00
Harrison Affel
a1b6760273 ensure NodeLocal.IPaddress is passed when creating CommandArgs 2022-08-09 15:41:28 -04:00
Kinara Shah
036200b774 Revert "bind rke kubelet docker config path to default docker config path"
This reverts commit 3b8991e345.
2022-08-09 09:44:00 -07:00
Kinara Shah
3b8991e345 bind rke kubelet docker config path to default docker config path
rke stores auth info in /var/lib/kubelet/config.json but cri-dockerd
relies on k8.io credential provider which uses only default config
provider, this allows cri-dockerd to pull sandbox pause image using
private registry
2022-08-04 12:52:42 -07:00
Chris Kim
22b0894c83
Add bind mount for /var/lib/cri-dockerd (#3001)
* Add dockershim bind to 1.24 and newer of K8s
2022-08-04 10:59:38 -07:00
Mateusz Kwiatkowski
f07ce63a14 Fix ingress' HTTPS port validation 2022-07-28 12:58:14 +02:00
Harrison Affel
4f2b3ba8ca drop log level to debug 2022-07-19 09:38:05 -04:00
siva-muni
49977444ef Added new variables 2022-07-04 18:42:21 +05:30
Jiaqi Luo
9b7a148790
Merge pull request #2948 from jiaqiluo/support-1-24 2022-06-28 17:59:52 -07:00
Jiaqi Luo
9f5ecdb801 1. enable cri-dockerd when the cluster version >= 1.24 AND the option enable_cri_dockerd is not configured; 2. drop the flag --address when the cluster version >= 1.24 in the DinD case 2022-06-28 17:22:47 -07:00
Jake Hyde
8aa6283dcd
Added retry for snapshot and s3 upload, verify etcd running on host (#2952)
Added retry for snapshot and s3 upload, verify etcd running on host

Added option to quiet noisy container logs
2022-06-23 18:30:58 -04:00
Rayan Das
2229ca6256 add logic which will reapply user addons after cluster upgrade 2022-06-13 11:22:28 +05:30
Harrison
b42ebdc402
Merge pull request #2908 from HarrisonWAffel/extra-args-array-field
Add fields `ExtraArgsArray` and `WindowsExtraArgsArray`
2022-05-20 10:15:46 -04:00
Kinara Shah
2f85cf19fc Revert "added logic which will reapply user addons after cluster upgrade"
This reverts commit 3840eb5e5a.
2022-04-27 22:38:13 +05:30
Kinara Shah
87ec65644a Revert "fix error handling"
This reverts commit c8a73fd90d.
2022-04-27 22:38:02 +05:30
Harrison Affel
fbac9aa8f9 add fields ExtraArgsArray and WindowsExtraArgsArray 2022-04-22 10:09:38 -04:00
Rayan Das
c8a73fd90d fix error handling 2022-04-19 20:37:34 +05:30
Rayan Das
3840eb5e5a added logic which will reapply user addons after cluster upgrade 2022-04-08 18:25:38 +05:30
Kinara Shah
ddcd9cd2c0 fix auth kubeconfig not passed to kube-scheduler args 2022-03-15 11:05:36 -07:00
Kinara Shah
f7b293b7ae update scheduler healthcheck port for k8s 1.23 2022-03-03 10:25:05 -08:00
Kinara Shah
eb8b278bcd delete hostname-override for aws cloud provider
aws cloud provider assigns private dns as the node name,
don't override it since it cannot be changed.
2022-01-10 09:35:26 -08:00
Sebastiaan van Steenis
6833df8631 Set 'watch-ingress-without-class: true' as default 2021-12-10 20:12:30 +01:00
Kinara Shah
5ac34a1f41 pass authorization-kubeconfig and authentication-kubeconfig for 1.22
controller manager must start with proper authorization and
authentication kubeconfig in args starting 1.22. k8s 1.22 has
disabled insecure serving for kube controller manager.
2021-12-03 17:19:47 -08:00
Sebastiaan van Steenis
0cea67e9ff Do not rewrite SELinux labels on volume mounts 2021-11-19 22:39:56 +01:00
Raúl Sánchez
1ae89e56c3
Merge pull request #2701 from rawmind0/encryption13
Update cluster.parseCustomConfig function to proper decode custom EncryptionConfiguration
2021-11-11 22:40:56 +01:00
Sebastiaan van Steenis
69dbe30b46
Merge pull request #2729 from superseb/v13_v122
[release/v1.3] Add compatibility with k8s v1.22
2021-11-11 17:55:35 +01:00
Kinara Shah
594296bb10 update etcd client to use both v3 and v2
v3 for >=1.22, v2 otherwise
2021-11-08 09:50:17 -08:00
Sebastiaan van Steenis
546a61b24a Add compatibility with k8s v1.22 2021-11-04 16:50:58 +01:00
rawmind0
0404dba56d Update cluster.parseCustomConfig function to proper decode custom EncryptionConfiguration 2021-09-21 23:33:20 +02:00
Gaurav Mehta
a618da802b Changed Credential Helper to a predefined type ECRCredentialHelper and associated changes for the same 2021-08-19 15:21:10 -07:00
rawmind0
12c1a8b260 Updated nginx ingress addon to remove admission batch jobs if they exist 2021-08-16 14:29:00 +02:00
Sebastiaan van Steenis
8c7d8d8570
Merge pull request #2624 from rancher/revert-2541-no_selinux_relabel
Revert "Do not rewrite SELinux labels on volume mounts"
2021-08-02 18:19:42 +02:00
Sebastiaan van Steenis
0f9d7911b1 Set ingress to hostport in k8s 1.21 and up 2021-07-30 20:15:07 +02:00