We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9ccf9d8 commit edf2f1fCopy full SHA for edf2f1f
templates/cluster-template-aws.yaml
@@ -47,7 +47,7 @@ spec:
47
kind: AWSMachineTemplate
48
name: "${CLUSTER_NAME}-control-plane"
49
replicas: ${CONTROL_PLANE_MACHINE_COUNT:=1}
50
- version: "${KUBERNETES_VERSION}"
+ version: "v${KUBERNETES_VERSION}"
51
upgradeStrategy: "${UPGRADE_STRATEGY}"
52
---
53
apiVersion: infrastructure.cluster.x-k8s.io/v1beta2
0 commit comments