1
0
mirror of https://github.com/rancher/rke.git synced 2025-08-25 09:58:34 +00:00
Commit Graph

2219 Commits

Author SHA1 Message Date
Jake Hyde
08c9481f09
check if etcd member in list before removal (#3573)
* check if etcd member in list before removal
2024-06-04 22:23:52 -04:00
Sergey Nasovich
7903c0d07d
Update CODEOWNERS 2024-05-31 15:47:20 -04:00
Krunal Hingu
6a6e9ae7ec
Merge pull request #3595 from krunalhinguu/v2.9-may-2024-patches 2024-05-31 10:38:49 +05:30
Krunal Hingu
9c5663f005 go generate 2024-05-30 10:33:33 +05:30
Chirayu Kapoor
25d3846e6c
Merge pull request #3575 from krunalhinguu/rancher-1.29
[v1.29] Bump k8s dependencies to support k8s v1.29
2024-05-21 10:09:48 +05:30
Chirayu Kapoor
d23a7a6612
Merge pull request #3588 from chiukapoor/vendor-kdm
Vendor KDM changes
2024-05-21 10:02:58 +05:30
Chirayu Kapoor
55eddd6ac1
chore: Vendor KDM changes
Signed-off-by: Chirayu Kapoor <chirayu.kapoor@suse.com>
2024-05-20 10:27:59 +05:30
Krunal Hingu
cc43e0db50 go generate 2024-05-17 22:34:24 +05:30
Krunal Hingu
81fdbee41a [ci] golangci version to 1.57.2 | golang to 1.22 | fix ci issue 2024-05-17 22:33:07 +05:30
Krunal Hingu
3da4365485 removal of podsecuritypolicy code 2024-05-17 22:32:40 +05:30
Krunal Hingu
899a6edc91 bump dependencies for k8s 1.29.3 2024-05-14 12:45:51 +05:30
mitulshah-suse
8cbeff3861
Merge pull request #3576 from chiukapoor/vendor-kdm
[v2.9] Vendor KDM
2024-05-10 09:29:59 +05:30
Chirayu Kapoor
83e3ab467c
go generate
Signed-off-by: Chirayu Kapoor <chirayu.kapoor@suse.com>
2024-05-09 15:02:22 +05:30
Chirayu Kapoor
12f981b0ac
Merge pull request #3565 from chiukapoor/fix-containerd 2024-04-29 11:44:48 +05:30
Chirayu Kapoor
3beefd23fb
go generate
Signed-off-by: Chirayu Kapoor <chirayu.kapoor@suse.com>
2024-04-24 18:52:52 +05:30
Chirayu Kapoor
db1f63e33e
go mod tidy
Signed-off-by: Chirayu Kapoor <chirayu.kapoor@suse.com>
2024-04-24 16:33:07 +05:30
Chirayu Kapoor
d6cc4e1266
chore: Bump containerd to v1.6.27
Signed-off-by: Chirayu Kapoor <chirayu.kapoor@suse.com>
2024-04-24 16:32:28 +05:30
Kinara Shah
74f0f1ad16
Merge pull request #3557 from kinarashah/291
[v1.6] update kdm to dev-v2.9
2024-04-17 11:22:52 -07:00
Kinara Shah
7c7d80cbf8 update kdm to dev-v2.9 2024-04-17 10:35:39 -07:00
Jiaqi Luo
9632a7c7bf
Merge pull request #3547 from jiaqiluo/fix-kube-apiserver 2024-04-11 10:16:06 -07:00
Jiaqi Luo
31c8dc4534
Merge pull request #3554 from rancher/githubaction-go-generate-2024-04-10-22-17-07 2024-04-10 21:38:08 -07:00
github-actions[bot]
28f58231b3 go generate 2024-04-10 22:17:07 +00:00
Jiaqi Luo
9281aba2f2
Merge pull request #3552 from jiaqiluo/update-readme 2024-04-10 15:04:13 -07:00
Jiaqi Luo
52e35c21a8 update latest versions in readme 2024-04-10 13:59:40 -07:00
Jiaqi Luo
2e767c8c28 This PR fixes the issue that kube-apiserver does not restart in all CP nodes after changing the Pod Security Admission Configuration.
A new environment variable RKE_ADMISSION_CONFIG_CHECKSUM whose value is the checksum of the content of the admission configuration file is added to the env list that is set in the `kube-apiserver` container configuration, so any changes in the admission configuration file will result in a change in the container's configuration. RKE will detect the changes during reconciliation and therefore restart the kube-apiserver container on all CP nodes. The upgrade cadence is thresholded by the upgrade strategy in the cluster.

This PR also drops the unnecessary appending of env var to the cluster object which shows in the cluster.rkestate file.

Signed-off-by: Jiaqi Luo <6218999+jiaqiluo@users.noreply.github.com>
2024-04-09 14:24:17 -07:00
Chirayu Kapoor
6e75b3536c
Merge pull request #3546 from chiukapoor/docker-1.25
[release/v1.5] Vendor KDM data
2024-04-09 10:16:19 +05:30
Chirayu Kapoor
4aa1f211cd
go generate
Signed-off-by: Chirayu Kapoor <chirayu.kapoor@suse.com>
2024-04-05 10:47:21 +05:30
Jiaqi Luo
3b5fd33f25
Merge pull request #3542 from jiaqiluo/change-kdm 2024-03-27 12:09:55 -07:00
Jiaqi Luo
ebde95b72a switch KDM branch to release-v2.8 2024-03-27 11:42:24 -07:00
Jiaqi Luo
2710ae50cf
Merge pull request #3541 from rancher/githubaction-go-generate-2024-03-27-18-01-35 2024-03-27 11:25:59 -07:00
github-actions[bot]
f7659b23f1 go generate 2024-03-27 18:01:35 +00:00
Jiaqi Luo
2689e5b061
Merge pull request #3537 from jiaqiluo/revert-fix-kube-apiserver 2024-03-22 08:55:50 -07:00
Jiaqi Luo
312f5ee285 Revert "Merge pull request #3531 from jiaqiluo/fix-kube-apiserver"
This reverts commit 5e050c58a9, reversing
changes made to 1951add95d.
2024-03-21 20:11:03 -07:00
Jiaqi Luo
5e050c58a9
Merge pull request #3531 from jiaqiluo/fix-kube-apiserver 2024-03-21 11:42:49 -07:00
Jiaqi Luo
1951add95d
Merge pull request #3533 from rancher/githubaction-go-generate-2024-03-14-15-59-52 2024-03-14 14:22:07 -07:00
github-actions[bot]
970ee5f387 go generate 2024-03-14 15:59:52 +00:00
Jiaqi Luo
6dff99618c This PR fixes the issue that kube-apiserver does not restart in all CP nodes after changing the Pod Security Admission Configuration.
A new environment variable RKE_ADMISSION_CONFIG_CHECKSUM whose value is the checksum of the content of the admission configuration file is added to the env list that is set in the `kube-apiserver` container configuration, so any changes in the admission configuration file will result in a change in the container's configuration. RKE will detect the changes during reconciliation and therefore restart the kube-apiserver container on all CP nodes. The upgrade cadence is thresholded by the upgrade strategy in the cluster.

This PR also drops the unnecessary appending of env var to the cluster object which shows in the cluster.rkestate file.

Signed-off-by: Jiaqi Luo <6218999+jiaqiluo@users.noreply.github.com>
2024-03-13 18:10:58 -07:00
Jiaqi Luo
5340d4bf47
Merge pull request #3526 from thatmidwesterncoder/backport_v1.5.6 2024-03-11 17:15:50 -07:00
Jiaqi Luo
e5d8572fa1
Merge pull request #3528 from thatmidwesterncoder/update_readme_with_latest 2024-03-11 16:48:06 -07:00
Jiaqi Luo
0b2083ae12
Merge pull request #3530 from rancher/githubaction-go-generate-2024-03-11-23-12-15 2024-03-11 16:47:48 -07:00
github-actions[bot]
0e7fdcc6ae go generate 2024-03-11 23:12:15 +00:00
Jacob Lindgren
7a26bd8ed6
remove v1.3 line from readme 2024-03-08 15:06:14 -06:00
Jacob Lindgren
b7b3ae3042
Update README with latest versions 2024-03-08 11:46:51 -06:00
Jacob Lindgren
e03db6243a
go generate 2024-03-07 17:36:35 -06:00
Jacob Lindgren
74b34e9219
Merge branch 'release/v1.5.6' into backport_v1.5.6 2024-03-07 17:35:34 -06:00
Jacob Lindgren
f6b2f21c1d
Merge pull request #3525 from thatmidwesterncoder/release_1.5.6
[1.5.6] Feb 2024 patches: Release 1.5.6
2024-03-07 16:56:31 -06:00
Jacob Lindgren
9f4cbb0f97
Point KDM at release URL 2024-03-07 15:58:46 -06:00
Chirayu Kapoor
aabab81e5f
Merge pull request #3520 from chiukapoor/1.5.6-go-generate
[v1.5.6] go generate
2024-03-07 18:51:58 +05:30
Chirayu Kapoor
c86c1fe31a
go generate
Signed-off-by: Chirayu Kapoor <chirayu.kapoor@suse.com>
2024-03-07 17:58:06 +05:30
Chirayu Kapoor
8ce10247a8
Merge pull request #3514 from noironetworks/aci-6041-rke-1.5.6
[v1.5] Add ACI CNI 6.0.4.1 variables
2024-03-06 22:34:09 +05:30