Skip to content

Commit

Permalink
Temporarily hijack e2e presubmit test
Browse files Browse the repository at this point in the history
  • Loading branch information
rifelpet committed Sep 1, 2020
1 parent 72e8bf6 commit a78b2a6
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions cmd/kops/create_cluster.go
Original file line number Diff line number Diff line change
Expand Up @@ -417,9 +417,10 @@ func RunCreateCluster(ctx context.Context, f *util.Factory, out io.Writer, c *Cr
group.Spec.Image = c.MasterImage
}
}
if c.NodeImage != "" {
{
for _, group := range nodes {
group.Spec.Image = c.NodeImage
// TODO: remove this before the PR is merged. Only using this to test w/ the E2E presubmits
group.Spec.Image = "bottlerocket/bottlerocket-aws-k8s-1.17-x86_64-v0.5.0-e0ddf1b"
}
}

Expand Down

0 comments on commit a78b2a6

Please sign in to comment.