This release updates Kubernetes to v1.20.13, fixes a number of minor issues, and includes security updates.
For more details on what's new, see the Kubernetes release notes.
Changes since v1.20.12+rke2r1:
- Bump runc on release-1.20 branch (#2117)
- Add etcd extra-args support to RKE2 (#2140)
- Bump K3s for parser fixes (#2142)
- Bump Go and k3s versions (#2149)
- Backport chart bumps from master (#2170)
- Update k8s v1.20.13 (#2182)
- Enable Rke2 parser to skip flags (#2198)
Packaged Component Versions
Component | Version |
---|---|
Kubernetes | v1.20.13 |
Etcd | v3.4.13-k3s1 |
Containerd | v1.4.12-k3s1 |
Runc | v1.0.2 |
CNI Plugins | v0.9.1 |
Flannel | v0.14.1 |
Calico | v3.13.3 |
Metrics-server | v0.5.0 |
CoreDNS | v1.8.5 |
Ingress-Nginx | v4.0.3 |
Helm-controller | v0.11.7 |
Known Issues
- #2309 - Custom Cluster CIDRs are not honored when using the Canal CNI Plugin. If you specify a
--cluster-cidr
other than 10.42.0.0/16, you should apply the following manifest to your cluster:
apiVersion: helm.cattle.io/v1
kind: HelmChartConfig
metadata:
name: rke2-canal
namespace: kube-system
spec:
valuesContent: |-
podCidr: $YOUR_CLUSTER_CIDR
- #1447 - When restoring RKE2 from backup to a new node, you should ensure that all pods are stopped following the initial restore:
curl -sfL https://get.rke2.io | sudo INSTALL_RKE2_VERSION=v1.20.11+rke2r1
rke2 server \
--cluster-reset \
--cluster-reset-restore-path=<PATH-TO-SNAPSHOT> --token <token used in the original cluster>
rke2-killall.sh
systemctl enable rke2-server
systemctl start rke2-server
Helpful Links
As always, we welcome and appreciate feedback from our community of users. Please feel free to:
- Open issues here
- Join our Slack channel
- Check out our documentation for guidance on how to get started.