We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f5fe3e9 commit 8d17ffcCopy full SHA for 8d17ffc
eksconfig/add-on-cluster-loader-local.go
@@ -107,7 +107,7 @@ func getDefaultAddOnClusterLoaderLocal() *AddOnClusterLoaderLocal {
107
Enable: false,
108
109
ClusterLoaderPath: "/tmp/clusterloader2",
110
- ClusterLoaderDownloadURL: "https://github.com/aws/aws-k8s-tester/releases/download/v1.2.6/clusterloader2-linux-amd64",
+ ClusterLoaderDownloadURL: "https://github.com/aws/aws-k8s-tester/releases/download/v1.2.7/clusterloader2-linux-amd64",
111
112
Runs: 1,
113
Timeout: 30 * time.Minute,
0 commit comments