Sergey Nasovich
3bafcaac63
[release/v1.5] go generate ( #3629 )
...
[release/v1.5] go generate
v1.5.11-rc5
2024-07-09 11:34:47 -04:00
github-actions[bot]
098554cec3
go generate
2024-07-09 14:07:41 +00:00
Kinara Shah
fa04078d1d
Merge pull request #3625 from noironetworks/aci-6042-rke-1.5.11
...
[release/v1.5] Add ACI CNI 6042 variables
v1.5.11-rc4
2024-07-05 14:57:43 -07:00
JeffinKottaram
c3cc433816
go generate
2024-07-04 22:08:29 -07:00
mitulshah-suse
6958487e50
Move from drone to GHA for rke 1.5 ( #3615 )
v1.5.11-rc3
2024-07-02 18:20:52 -04:00
Kinara Shah
901cb5a1fd
Merge pull request #3536 from kinarashah/ev5
...
[v1.5] add timeout to etcd member add
2024-07-02 08:24:47 -07:00
Akhilesh Sarda
6a31df603a
Add ACI CNI 6042 variables
2024-06-30 22:09:25 -07:00
Kinara Shah
9c090b77aa
add timeout to etcd member add
2024-06-27 13:51:10 -07:00
Krunal Hingu
d8e620b80c
Merge pull request #3620 from krunalhinguu/v2.8-june-patches
...
[release/v1.5] Vendor June patch KDM data
v1.5.11-rc2
2024-06-27 12:21:07 +05:30
Krunal Hingu
b5701b8562
go generate
2024-06-25 10:22:33 +05:30
Jiaqi Luo
9ed1a00f62
Merge pull request #3606 from rancher/githubaction-go-generate-2024-06-11-00-33-06
v1.5.11-rc1
2024-06-11 09:43:16 -07:00
github-actions[bot]
ffad446475
go generate
2024-06-11 00:33:07 +00:00
Bruno Bachmann
1962372791
Merge pull request #3605 from bfbachmann/sync-v1.5
...
Sync `release/v1.5` with `release/v1.5.10`
2024-06-10 17:32:12 -07:00
Bruno Bachmann
d95c57db57
Point to KDM dev-v2.8
2024-06-10 17:07:38 -07:00
Bruno Bachmann
ec0661a037
Merge pull request #3600 from bfbachmann/v1.5.10-fixes-478
...
[v1.5.10] s4: Fix 478
v1.5.10
2024-06-10 16:16:09 -07:00
Bruno Bachmann
cf49199481
[v1.5.10] s4: Fix 478
2024-06-10 15:43:17 -07:00
Jiaqi Luo
3957fcc9c2
Merge pull request #3599 from jiaqiluo/fix-kubeapi-env-15
2024-06-07 10:09:54 -07:00
Jiaqi Luo
d639082218
Avoid allocating empty strings in the Env slice
...
Previously, we declared the Env slice with the size of the `c.Services.KubeAPI.ExtraEnv` field, which leads to empty strings at the beginning of the Env slice because we use Golang's append function to add new elements, and Docker is not happy with that.
We fix this issue by declaring the Env variable as an empty slice. We also enhance the `getUniqStringList` function to properly trim leading and trailing spaces in each element and to ignore empty strings. We add unit tests for the `getUniqStringList` function and update the integration tests.
2024-06-07 09:33:55 -07:00
Sergey Nasovich
fda0cc543d
Update CODEOWNERS
2024-05-31 15:47:42 -04:00
Krunal Hingu
1f4f2160bc
Merge pull request #3593 from krunalhinguu/v2.8-may-2024-patches
...
[release/v1.5.10] Vendor May patch KDM data
v1.5.10-rc.1
2024-05-29 12:54:34 +05:30
Krunal Hingu
fb01686198
go generate
2024-05-29 11:13:49 +05:30
Krunal Hingu
02341cf7ac
update kdm branch for may patches
2024-05-29 11:00:16 +05:30
Jiaqi Luo
8714c3c06e
Merge pull request #3586 from jiaqiluo/15-swtich-kdm
2024-05-13 14:19:32 -07:00
Jiaqi Luo
0595d1b767
update readme
2024-05-13 12:58:01 -07:00
Jiaqi Luo
0b010a221a
switch KDM branch to dev-v2.8
2024-05-13 12:56:22 -07:00
Jiaqi Luo
08e8d6dddf
Merge pull request #3582 from jiaqiluo/15-prepare-release
v1.5.9
2024-05-13 12:22:57 -07:00
Jiaqi Luo
32d83fa02b
go generate
2024-05-13 11:38:43 -07:00
Jiaqi Luo
64b1f219ff
switch KDM branch to release-v2.8
2024-05-13 11:38:14 -07:00
Chirayu Kapoor
3f3725e0a2
Merge pull request #3566 from chiukapoor/fix-containerd-1.5
2024-04-29 11:44:38 +05:30
Chirayu Kapoor
85578dad3a
go mod tidy
...
Signed-off-by: Chirayu Kapoor <chirayu.kapoor@suse.com >
2024-04-24 17:00:48 +05:30
Chirayu Kapoor
08342901fa
chore: Bump containerd to v1.6.27
...
Signed-off-by: Chirayu Kapoor <chirayu.kapoor@suse.com >
2024-04-24 17:00:17 +05:30
Jiaqi Luo
4943768ea8
Merge pull request #3563 from rancher/githubaction-go-generate-2024-04-23-17-13-18
v1.5.9-rc2
2024-04-23 10:51:19 -07:00
github-actions[bot]
255a3bec6b
go generate
2024-04-23 17:13:18 +00:00
Jiaqi Luo
9632a7c7bf
Merge pull request #3547 from jiaqiluo/fix-kube-apiserver
v1.5.9-rc1
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
v1.5.7
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
v1.5.7-rc5
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
v1.5.7-rc4
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