Skip to content

Commit c949b7d

Browse files
KatieArmstrdkontorovskyy
authored andcommitted
fix: kubernetes version
critical change in for our EKS integration tests in kubernetes v1.24.0 aws/aws-cli#6920
1 parent fca43f6 commit c949b7d

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

test/system/kind.spec.ts

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,8 @@ test('Kubernetes-Monitor with KinD', async (jestDoneCallback) => {
7474
throw new Error('Please install skopeo on your machine');
7575
}
7676

77-
const kubernetesVersion = 'latest';
77+
// pinning to this version due to https://github.com/aws/aws-cli/issues/6920
78+
const kubernetesVersion = 'v1.23.5';
7879
// kubectl
7980
await kubectl.downloadKubectl(kubernetesVersion);
8081

0 commit comments

Comments
 (0)