mirror of
https://github.com/rancher/rke.git
synced 2025-07-10 05:43:56 +00:00
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> |
||
---|---|---|
.. | ||
addons.go | ||
certificates.go | ||
cluster.go | ||
defaults.go | ||
encryption.go | ||
etcd_test.go | ||
etcd.go | ||
file-deployer.go | ||
hosts.go | ||
local.go | ||
logs.go | ||
network.go | ||
plan.go | ||
reconcile.go | ||
remove.go | ||
selinux.go | ||
state.go | ||
validation.go |