mirror of
https://github.com/k3s-io/kubernetes.git
synced 2026-07-17 11:28:58 +00:00
add skew -2 version in SupportedEtcdVersion
Signed-off-by: Angelos Kolaitis <neoaggelos@gmail.com>
This commit is contained in:
@@ -503,6 +503,7 @@ var (
|
||||
// The maximum length of the map should be 2, as kubeadm supports a maximum skew of -1
|
||||
// with the control plane version.
|
||||
SupportedEtcdVersion = map[uint8]string{
|
||||
uint8(getSkewedKubernetesVersion(-2).Minor()): "3.5.24-0",
|
||||
uint8(getSkewedKubernetesVersion(-1).Minor()): "3.5.24-0",
|
||||
uint8(getSkewedKubernetesVersion(0).Minor()): "3.6.5-0",
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user