mirror of
https://github.com/edgelesssys/constellation.git
synced 2025-05-06 16:25:21 -04:00
Pin kubernetes version deployed by kubeadm init
Signed-off-by: Malte Poll <mp@edgeless.systems>
This commit is contained in:
parent
7614c53142
commit
ddcb4dc95f
2 changed files with 9 additions and 0 deletions
|
@ -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.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue