-
Notifications
You must be signed in to change notification settings - Fork 4.7k
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
Add GCE Router task #11184
Add GCE Router task #11184
Conversation
Hi @kenji-cloudnatix. Thanks for your PR. I'm waiting for a kubernetes 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. |
/ok-to-test |
this looks good to me! Could we add an integration test for this? it may require some changes in the cloudmock directory, I can provide assistance for that if needed. |
Thanks! Let me take a look. Will get back if I have any question! |
Hi @rifelpet , took a while but added an integration test with a separate PR. Does the direction look good to you? |
@kenji-cloudnatix I think for this should be enough to add a TF output like: |
da4e6e4
to
fa904ff
Compare
1dcd494
to
f839c4a
Compare
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.
Thanks @kenji-cloudnatix. Just a small nit, other than that looks good.
/lgtm
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.
Thanks for the review!
f839c4a
to
6151819
Compare
This commit picks up the change from the previous attempt (kubernetes#6828). - Add Router to GCE tasks - Add the HasExternalIP field to InstanceTemplate - Create a RouterTask and set HasExternalIP to false when a private topology is specified. kubernetes#6827
6151819
to
f37330f
Compare
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: hakman 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 |
/retest |
This commit picks up the change from the previous attempt
(#6828).
HasExternalIP
field toInstanceTemplate
Router task and set
HasExternalIPto
false` when a private topology is specified.#6827