Skip to content

Commit d8b804c

Browse files
committed
VPA: Bump e2e kind to k8s 1.32.0 and enable InPlacePodVerticalScaling feature flag on e2e
Signed-off-by: Max Cao <[email protected]>
1 parent a7cc025 commit d8b804c

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed
Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
kind: Cluster
2+
apiVersion: kind.x-k8s.io/v1alpha4
3+
featureGates:
4+
InPlacePodVerticalScaling: true

vertical-pod-autoscaler/hack/run-e2e-locally.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -74,8 +74,8 @@ echo "Deleting KIND cluster 'kind'."
7474
kind delete cluster -n kind -q
7575

7676
echo "Creating KIND cluster 'kind'"
77-
KIND_VERSION="kindest/node:v1.26.3"
78-
kind create cluster --image=${KIND_VERSION}
77+
KIND_VERSION="kindest/node:v1.32.0"
78+
kind create cluster --image=${KIND_VERSION} --config ${SCRIPT_ROOT}/hack/inplace-kind-config.yaml
7979

8080
echo "Building metrics-pump image"
8181
docker build -t localhost:5001/write-metrics:dev -f ${SCRIPT_ROOT}/hack/e2e/Dockerfile.externalmetrics-writer ${SCRIPT_ROOT}/hack

0 commit comments

Comments
 (0)