Skip to content

Commit

Permalink
Upgrade eksctl to v0.101.0
Browse files Browse the repository at this point in the history
Signed-off-by: Eddie Torres <[email protected]>
  • Loading branch information
torredil committed Jun 13, 2022
1 parent a0fb162 commit f6beabe
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 5 deletions.
4 changes: 0 additions & 4 deletions hack/e2e/eksctl.sh
Original file line number Diff line number Diff line change
Expand Up @@ -55,10 +55,6 @@ 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
2 changes: 1 addition & 1 deletion hack/e2e/run.sh
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ KOPS_STATE_FILE=${KOPS_STATE_FILE:-s3://k8s-kops-csi-e2e}
KOPS_PATCH_FILE=${KOPS_PATCH_FILE:-./hack/kops-patch.yaml}
KOPS_PATCH_NODE_FILE=${KOPS_PATCH_NODE_FILE:-./hack/kops-patch-node.yaml}

EKSCTL_VERSION=${EKSCTL_VERSION:-0.69.0}
EKSCTL_VERSION=${EKSCTL_VERSION:-0.101.0}
EKSCTL_PATCH_FILE=${EKSCTL_PATCH_FILE:-./hack/eksctl-patch.yaml}
EKSCTL_ADMIN_ROLE=${EKSCTL_ADMIN_ROLE:-}
# Creates a windows node group. The windows ami doesn't (yet) install csi-proxy
Expand Down

0 comments on commit f6beabe

Please sign in to comment.