Release v1.4.3
Release v1.4.3
Rancher Kubernetes Engine (RKE) is a CNCF-certified Kubernetes distribution that runs entirely within Docker containers. It works on bare-metal and virtualized servers. With RKE, the installation and operation of Kubernetes are both simplified and easily automated, and they are entirely independent of the operating system and platform you’re running.
Enhancements
- Introduced
v1.24.10-rancher4-1andv1.23.16-rancher2-1.
Major Bug Fixes
-
Fixed high cpu usage issue for v1.24 clusters #38816
-
Fixed issues around
hostname-overridefor AWS cloud provider:-
Added
hostname-overrideback to RKE. RKE will continue finding the node by matchinghostname_overridetokubernetes.io/hostnamelabel on the node. Fixesnode not foundregression. -
RKE will now set the
hostname-overrideforkube-proxyto the instance metadata hostname only ifuseInstanceMetadataHostnameis true. IfuseInstanceMetadataHostnameis false, RKE will usehostname-overrideset by users.
Refer to RKE PR for more details and rancher/rancher#37634 (comment) for testing usecases.
-
-
Fixed upgrade issue from clusters having v1beta1 calico custom resource definitions with latest kubernetes versions. #40280
-
Removed flannel cpu/memory limits with latest kubernetes versions #40178
Known Major Issues
- Ephemeral
/var/lib/dockershimand/var/lib/cri-dockerddirectories for kubelet container could cause kubelet/dockershim to send empty portMappings after upgrade. The workaround is to bind mount these directories by specifyingextra_bindsfor kubelet service. See #2993. - In clusters where
cloud_provideris configured and eitheraddressorinternal_addressdoes not contain a valid IP address (e.g., hostname or FQDN), kube-proxy will fail to start. See #1725.
Kubernetes Versions
Each version of RKE has a specific list of supported Kubernetes versions. If you want to use a different version than listed below, you will need to update Kubernetes using the system images option in your cluster.yml.
| Kubernetes version |
|---|
v1.24.10-rancher4-1 (Default) |
v1.23.16-rancher2-1 |
| Experimental Kubernetes version |
|---|
| N/A |
New Images in v1.24.10-rancher4-1 and v1.23.16-rancher2-1
Updated Hyperkube Image based on k8s versions
- rancher/hyperkube:v1.24.10-rancher4
- rancher/hyperkube:v1.23.16-rancher2