Skip to content

Commit

Permalink
Temporarily fix CI
Browse files Browse the repository at this point in the history
Signed-off-by: Eddie Torres <torredil@amazon.com>
  • Loading branch information
torredil committed May 20, 2022
1 parent 52479eb commit 4d7fdd5
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions hack/e2e/eksctl.sh
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,9 @@ function eksctl_create_cluster() {
fi

loudecho "Cluster ${CLUSTER_NAME} kubecfg written to ${KUBECONFIG}"
# TODO: Workaround for https://github.com/weaveworks/eksctl/issues/5257
# Remove when eksctl releases a fix
sed -i 's/v1alpha1/v1beta1/g' ${KUBECONFIG}

loudecho "Getting cluster ${CLUSTER_NAME}"
${BIN} get cluster "${CLUSTER_NAME}"
Expand Down

0 comments on commit 4d7fdd5

Please sign in to comment.