Pin kubernetes version deployed by kubeadm init

Signed-off-by: Malte Poll <mp@edgeless.systems>
This commit is contained in:
Malte Poll 2022-05-05 08:48:56 +02:00 committed by Malte Poll
parent 7614c53142
commit ddcb4dc95f
2 changed files with 9 additions and 0 deletions

View file

@ -39,6 +39,13 @@ const (
MinControllerCount = 1
MinWorkerCount = 1
//
// Kubernetes.
//
// KubernetesVersion installed by kubeadm.
KubernetesVersion = "stable-1.23"
)
// CliVersion is the version of the CLI. Left as a separate variable to allow override during build.