-
Notifications
You must be signed in to change notification settings - Fork 4.9k
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 option to configure dnsDomain in kubeAdm #5566
Conversation
Fixes kubernetes#4963 Following are the file changes: kubeadm.go --> Add DNSDomain as one the field kubeadm_test.go --> Add new test case to test the dns changes templates.go --> Add the new DNSDomain into the template Add new testdata for the kubeadm_test.go
Hi @nanikjava. 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. |
Can one of the admins verify this patch? |
[APPROVALNOTIFIER] This PR is NOT APPROVED This pull-request has been approved by: nanikjava The full list of commands accepted by this bot can be found here.
Needs approval from an approver in each of these files:
Approvers can indicate their approval by writing |
Codecov Report
@@ Coverage Diff @@
## master #5566 +/- ##
==========================================
+ Coverage 36.63% 36.64% +0.01%
==========================================
Files 102 102
Lines 7346 7348 +2
==========================================
+ Hits 2691 2693 +2
Misses 4298 4298
Partials 357 357
|
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 this PR and also adding unit tests ! could you add something in the website, either documentation or a tutorial that shows how to use this feature?
@minikube-bot OK to test |
@medyagh Sure can do that, is the website in the docs/ folder of the minikube project ?. Thanks |
Keywords which can automatically close issues and at(@) mentions are not allowed in commit messages. The list of commits with invalid commit messages:
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. |
Never mind found the folder for the website and added a new file called dns.md under Networking/ folder. Thanks |
Awesome thanks |
/assign |
Fixes #4963
Following are the file changes:
kubeadm.go --> Add DNSDomain as one the field
kubeadm_test.go --> Add new test case to test the dns changes
templates.go --> Add the new DNSDomain into the template
Add new testdata for the kubeadm_test.go