Skip to content

Commit 90ad8b4

Browse files
committed
build: Kubernetes v1.27.5
Use a version that has available CAPA AMIs
1 parent 3dfb9bd commit 90ad8b4

File tree

3 files changed

+6
-3
lines changed

3 files changed

+6
-3
lines changed

examples/capi-quick-start/aws-cluster.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ spec:
2222
value:
2323
cni:
2424
provider: calico
25-
version: v1.27.6
25+
version: v1.27.5
2626
workers:
2727
machineDeployments:
2828
- class: default-worker

examples/capi-quick-start/docker-cluster.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ spec:
2323
value:
2424
cni:
2525
provider: calico
26-
version: v1.27.6
26+
version: v1.27.5
2727
workers:
2828
machineDeployments:
2929
- class: default-worker

make/examples.mk

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,10 @@
11
# Copyright 2023 D2iQ, Inc. All rights reserved.
22
# SPDX-License-Identifier: Apache-2.0
33

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
58

69
export CLUSTERCTL_VERSION := $(shell clusterctl version -o short 2>/dev/null)
710
export CAPA_VERSION := v2.2.2

0 commit comments

Comments
 (0)