File tree 3 files changed +7
-5
lines changed
3 files changed +7
-5
lines changed Original file line number Diff line number Diff line change @@ -35,8 +35,8 @@ OUTPOST_INSTANCE_TYPE=${OUTPOST_INSTANCE_TYPE:-${INSTANCE_TYPE}}
35
35
# kops: must include patch version (e.g. 1.19.1)
36
36
# eksctl: mustn't include patch version (e.g. 1.19)
37
37
# NOTE: Keep KOPS at v1.29.x until ELB usage bug fixed
38
- K8S_VERSION_KOPS=${K8S_VERSION_KOPS:- 1.31.4 }
39
- K8S_VERSION_EKSCTL=${K8S_VERSION_EKSCTL:- 1.31 }
38
+ K8S_VERSION_KOPS=${K8S_VERSION_KOPS:- 1.32.1 }
39
+ K8S_VERSION_EKSCTL=${K8S_VERSION_EKSCTL:- 1.32 }
40
40
41
41
EBS_INSTALL_SNAPSHOT=${EBS_INSTALL_SNAPSHOT:- " true" }
42
42
EBS_INSTALL_SNAPSHOT_VERSION=${EBS_INSTALL_SNAPSHOT_VERSION:- " v8.2.0" }
Original file line number Diff line number Diff line change @@ -65,7 +65,9 @@ collect_metrics() {
65
65
echo -e " $DEPLOYMENT_TIME " > " $METRICS_DIR_PATH /deployment_time.txt"
66
66
67
67
log " Collecting resource metrics"
68
- install_metrics_server
68
+ if [[ " ${CLUSTER_TYPE} " == " kops" ]]; then
69
+ install_metrics_server
70
+ fi
69
71
check_pod_metrics
70
72
collect_resource_metrics " kube-system" " app=ebs-csi-node" " $METRICS_DIR_PATH /node_resource_metrics.yaml"
71
73
collect_resource_metrics " kube-system" " app=ebs-csi-controller" " $METRICS_DIR_PATH /controller_resource_metrics.yaml"
Original file line number Diff line number Diff line change @@ -23,7 +23,7 @@ AWSCLI_VERSION="2.23.3"
23
23
# https://github.com/helm/chart-testing
24
24
CT_VERSION=" v3.12.0"
25
25
# https://github.com/eksctl-io/eksctl
26
- EKSCTL_VERSION=" v0.197 .0"
26
+ EKSCTL_VERSION=" v0.202 .0"
27
27
# https://github.com/onsi/ginkgo
28
28
GINKGO_VERSION=" v2.22.2"
29
29
# https://github.com/golangci/golangci-lint
@@ -34,7 +34,7 @@ GOMPLATE_VERSION="v4.3.0"
34
34
HELM_VERSION=" v3.17.0"
35
35
# https://github.com/kubernetes/kops
36
36
# NOTE: We pin kops to a commit instead of a release to support newer versions of k8s earlier
37
- KOPS_COMMIT=" aaa35cc5304f9b191ca9828b552e62bddc5b263a "
37
+ KOPS_COMMIT=" 0789af746b4e5beb6eab4b9a4b42b88f3c072d19 "
38
38
# https://pkg.go.dev/sigs.k8s.io/kubetest2?tab=versions
39
39
KUBETEST2_VERSION=" v0.0.0-20241216131453-22d5b1410bef"
40
40
# https://github.com/golang/mock
You can’t perform that action at this time.
0 commit comments