Clamp kubernetes at 1.12.3 during init phase
Rather than pulling the latest upstream stable version, this enforces a known version of 1.12.3 This was required after 1.13 was released Dec 3 and broke functionality. Story: 2004520 Task: 28311 Change-Id: Ia870483d523098cf1597085c3111ca71ea0b8b56 Signed-off-by: Al Bailey <Al.Bailey@windriver.com>
This commit is contained in:
parent
30b5b97208
commit
3c0c9031d5
@ -5,6 +5,7 @@ apiEndpoint:
|
||||
---
|
||||
apiVersion: kubeadm.k8s.io/v1alpha3
|
||||
kind: ClusterConfiguration
|
||||
kubernetesVersion: 1.12.3
|
||||
etcd:
|
||||
external:
|
||||
endpoints:
|
||||
|
Loading…
Reference in New Issue
Block a user