Skip to content

Commit 3f1ac4e

Browse files
committed
eks: bump up versions, increase MNG upgrade timeouts
Signed-off-by: Gyuho Lee <leegyuho@amazon.com>
1 parent 4dd1ae6 commit 3f1ac4e

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

eks/mng/version-upgrade/version-upgrade.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -124,7 +124,7 @@ func (ts *tester) Upgrade(mngName string) (err error) {
124124

125125
// takes TODO
126126
initialWait := 5 * time.Minute
127-
totalWait := 2*time.Hour + 3*time.Minute*time.Duration(cur.ASGDesiredCapacity)
127+
totalWait := 2*time.Hour + 30*time.Minute + 3*time.Minute*time.Duration(cur.ASGDesiredCapacity)
128128

129129
ts.cfg.Logger.Info("sent MNG upgrade request; polling",
130130
zap.String("cluster-name", ts.cfg.EKSConfig.Name),

eksconfig/add-on-cluster-loader-local.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -125,7 +125,7 @@ func getDefaultAddOnClusterLoaderLocal() *AddOnClusterLoaderLocal {
125125
Enable: false,
126126

127127
ClusterLoaderPath: "/tmp/clusterloader2",
128-
ClusterLoaderDownloadURL: "https://github.com/aws/aws-k8s-tester/releases/download/v1.4.7/clusterloader2-linux-amd64",
128+
ClusterLoaderDownloadURL: "https://github.com/aws/aws-k8s-tester/releases/download/v1.4.8/clusterloader2-linux-amd64",
129129

130130
Runs: 2,
131131
Timeout: 30 * time.Minute,

eksconfig/add-on-cluster-loader-remote.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -134,7 +134,7 @@ func getDefaultAddOnClusterLoaderRemote() *AddOnClusterLoaderRemote {
134134
Enable: false,
135135

136136
ClusterLoaderPath: "/tmp/clusterloader2",
137-
ClusterLoaderDownloadURL: "https://github.com/aws/aws-k8s-tester/releases/download/v1.4.7/clusterloader2-linux-amd64",
137+
ClusterLoaderDownloadURL: "https://github.com/aws/aws-k8s-tester/releases/download/v1.4.8/clusterloader2-linux-amd64",
138138

139139
Runs: 2,
140140
Timeout: 30 * time.Minute,

0 commit comments

Comments
 (0)