File tree Expand file tree Collapse file tree 3 files changed +6
-3
lines changed
examples/capi-quick-start Expand file tree Collapse file tree 3 files changed +6
-3
lines changed Original file line number Diff line number Diff line change 22
22
value :
23
23
cni :
24
24
provider : calico
25
- version : v1.27.6
25
+ version : v1.27.5
26
26
workers :
27
27
machineDeployments :
28
28
- class : default-worker
Original file line number Diff line number Diff line change 23
23
value :
24
24
cni :
25
25
provider : calico
26
- version : v1.27.6
26
+ version : v1.27.5
27
27
workers :
28
28
machineDeployments :
29
29
- class : default-worker
Original file line number Diff line number Diff line change 1
1
# Copyright 2023 D2iQ, Inc. All rights reserved.
2
2
# SPDX-License-Identifier: Apache-2.0
3
3
4
- export KUBERNETES_VERSION := v1.27.6
4
+ # Use a version that has:
5
+ # - An image built for CAPD https://github.com/mesosphere/kind-docker-image-automation/pkgs/container/kind-node/versions
6
+ # - An AMI built for CAPA https://cluster-api-aws.sigs.k8s.io/topics/images/built-amis.html?highlight=ami#most-recent-amis
7
+ export KUBERNETES_VERSION := v1.27.5
5
8
6
9
export CLUSTERCTL_VERSION := $(shell clusterctl version -o short 2>/dev/null)
7
10
export CAPA_VERSION := v2.2.2
You can’t perform that action at this time.
0 commit comments