-
Notifications
You must be signed in to change notification settings - Fork 159
Add flags to specify zone/machine-type/OS image #962
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
Conversation
|
Welcome @DW2022511! |
Hi @DW2022511. Thanks for your PR. I'm waiting for a kubernetes-sigs member to verify that this patch is reasonable to test. If it is, they should reply with Once the patch is verified, the new status will be reflected by the I understand the commands that are listed here. 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. |
/assign @leiyiz |
1 similar comment
/assign @leiyiz |
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.
Have you tested out your change?
@@ -35,6 +36,9 @@ import ( | |||
var ( | |||
project = flag.String("project", "", "Project to run tests in") | |||
serviceAccount = flag.String("service-account", "", "Service account to bring up instance with") | |||
zones = flag.String("zones", "us-central1-c,us-central1-b", "Zones to run tests in. If there are multiple zones, separate each by comma") | |||
machine = flag.String("machine", "n1-standard-1", "Type of machine to provision instance on") | |||
imageURL = flag.String("image-url", "projects/debian-cloud/global/images/family/debian-11", "OS image url to get image from") |
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.
since we have moved to distroless, do we need to change to that here too? @pwschuurman
/ok-to-test |
Link of the ticket #944 This PR add flags for zone/machine-type/OS image. Will add functionality to make architecture specific builds in another PR. |
/assign @pwschuurman |
@DW2022511: GitHub didn't allow me to assign the following users: pwschuurman. Note that only kubernetes-sigs members, repo collaborators and people who have commented on this issue/PR can be assigned. Additionally, issues/PRs can only have 10 assignees at the same time. 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. |
I run the tests on this page and all pass https://github.com/kubernetes-sigs/gcp-compute-persistent-disk-csi-driver/blob/master/docs/local-development.md @pwschuurman do I want to test the change against GKE cluster? |
LGTM Can you update the comment to reference "/kind cleanup", and referrence #944 in the "Fixes" section? |
/retest |
1 similar comment
/retest |
can you squash the commits into 1 commit? |
eb20c5a
to
ff84622
Compare
@leiyiz done |
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.
/LGTM
/approve |
seems like I don't have approval power for this repo. @mattcary can you take a look at this pr |
/approve |
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: DW2022511, leiyiz, mattcary 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 |
What type of PR is this?
What this PR does / why we need it:
Which issue(s) this PR fixes:
Fixes #944
Special notes for your reviewer:
Does this PR introduce a user-facing change?: