-
Notifications
You must be signed in to change notification settings - Fork 811
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 for gcloud-terraform-cluster
make target
#1688
Fix for gcloud-terraform-cluster
make target
#1688
Conversation
Build Failed 😱 Build Id: 80364962-472f-49f1-9244-9f07883f8124 To get permission to view the Cloud Build view, join the agones-discuss Google Group. |
There is an issue with old module that in Dockerfile there is no Helm 2 binary and new one fails with meessage: Helm does not support `helm init`.
589ca17
to
9f095bb
Compare
Build Succeeded 👏 Build Id: 98d1402b-ce47-4e6d-808f-a7bb6244ebc2 The following development artifacts have been built, and will exist for the next 30 days:
A preview of the website (the last 30 builds are retained): To install this version:
|
Build Succeeded 👏 Build Id: 60825e82-2d24-4b04-8386-dd6ddb55f5d6 The following development artifacts have been built, and will exist for the next 30 days:
A preview of the website (the last 30 builds are retained): To install this version:
|
@akremsa: changing LGTM is restricted to collaborators In response to this: Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository. |
9f095bb
to
611a6c9
Compare
Build Failed 😱 Build Id: 5e396f82-a8d3-46bf-9006-647b82f7dc9d To get permission to view the Cloud Build view, join the agones-discuss Google Group. |
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.
Nice!
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: akremsa, aLekSer, markmandel The full list of commands accepted by this bot can be found here. The pull request process is described here
Needs approval from an approver in each of these files:
Approvers can indicate their approval by writing |
New changes are detected. LGTM label has been removed. |
Build Failed 😱 Build Id: b250c3dc-17a6-4500-b598-fd7125e86da3 To get permission to view the Cloud Build view, join the agones-discuss Google Group. |
|
Build Succeeded 👏 Build Id: 9e1617cb-9f92-4a4b-8b9d-571f2c4aa5f5 The following development artifacts have been built, and will exist for the next 30 days:
A preview of the website (the last 30 builds are retained): To install this version:
|
* Update Terraform make commands to use helm3 module There is an issue with old module that in Dockerfile there is no Helm 2 binary and new one fails with meessage: Helm does not support `helm init`. * Fix helm3 -> helm command in the docs Co-authored-by: Mark Mandel <markmandel@google.com>
Update Terraform build config to use helm3 module.
What type of PR is this?
/kind hotfix
What this PR does / Why we need it:
make gcloud-terraform-cluster
is broken.There is an issue with old module that in Dockerfile there is no Helm 2
binary and new one fails with meessage: Helm does not support
helm init
.Which issue(s) this PR fixes:
none
Special notes for your reviewer:
Needed for the test #1483 to pass .