-
Notifications
You must be signed in to change notification settings - Fork 162
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Fix kubectl #3680
base: develop
Are you sure you want to change the base?
Fix kubectl #3680
Conversation
…cker default terraform version 1.5.2 -> 1.5.7
…sia91/cluster-toolkit into develop
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Couple files need to be reverted. Also please add a description to the PR As to what this change does.
@@ -16,16 +16,16 @@ | |||
terraform_backend_defaults: |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This file should be reverted.
@@ -57,7 +57,7 @@ ENV PATH $PATH:/usr/local/go/bin:$GOPATH/bin | |||
|
|||
# Clone the Cluster Toolkit repository | |||
ARG CLUSTER_TOOLKIT_REF=main | |||
RUN git clone --branch ${CLUSTER_TOOLKIT_REF} https://github.com/GoogleCloudPlatform/cluster-toolkit.git /cluster-toolkit | |||
RUN git clone --branch annuay/fix-kubectl https://github.com/annuay-google/cluster-toolkit.git /cluster-toolkit |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Revert
Submission Checklist
NOTE: Community submissions can take up to 2 weeks to be reviewed.
Please take the following actions before submitting this pull request.