-
Notifications
You must be signed in to change notification settings - Fork 1.4k
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 support for private DNS server to PowerVS #6157
Add support for private DNS server to PowerVS #6157
Conversation
b10c652
to
b130f2b
Compare
Looking good so far! Left some comments. Also I think we should adjust commit message to something like: "Power VS: Conditionally create VPC VM for proxy DNS" |
b130f2b
to
8fc8a0c
Compare
14459e5
to
a84b851
Compare
LGTM - can you remove WIP? |
5008219
to
02f15d3
Compare
/retest-required |
/lgtm |
02f15d3
to
d9cf41e
Compare
/retest |
/retest-required |
1 similar comment
/retest-required |
@rna-afk can we get a review on this one? |
d9cf41e
to
1ea67bc
Compare
This adds support for a private DNS server to PowerVS by conditionally creating resources based on: publish: Internal in the install-config.yaml
1ea67bc
to
b98d774
Compare
@hamzy: The following tests failed, say
Full PR test history. Your PR dashboard. 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 understand the commands that are listed here. |
/retest-required |
would you be opposed to moving VM creation into the It would simplify using the VM as a proxy DHCP service by allowing the dhcp service resouce to directly read the IP from the proxy VM after it's created rather than relying on an output EDIT: Discussed offline and decided to keep PR as is. |
/lgtm |
/approve |
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: rna-afk 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 |
This adds support for a private DNS server to PowerVS by
conditionally creating resources based on:
publish: Internal
in the install-config.yaml