-
Notifications
You must be signed in to change notification settings - Fork 5k
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 ingress-dns addon #5507
Add ingress-dns addon #5507
Conversation
Can one of the admins verify this patch? |
Hi @woodcockjosh. 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. |
[APPROVALNOTIFIER] This PR is NOT APPROVED This pull-request has been approved by: woodcockjosh 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 |
a0d0d02
to
ea1c00a
Compare
Codecov Report
@@ Coverage Diff @@
## master #5507 +/- ##
==========================================
+ Coverage 36.57% 36.63% +0.06%
==========================================
Files 102 102
Lines 7320 7346 +26
==========================================
+ Hits 2677 2691 +14
- Misses 4292 4298 +6
- Partials 351 357 +6
|
Travis tests have failedHey @woodcockjosh, 1st Buildmake test
TravisBuddy Request Identifier: c4428fe0-e3f5-11e9-98d3-55f5e12e8fe5 |
The Travis test are failing on |
/assign @sharifelgamal |
73068eb
to
48bdc88
Compare
48bdc88
to
22cface
Compare
@minikube-bot OK to test |
this is exciting addon ! makes a a lot of things easier. thank you |
@medyagh I believe you need |
@woodcockjosh we have a different setup than kubernetes, I know it confuses people, we have a jenkins that is setup to respond to the keyword comment from the maintainers. |
@woodcockjosh how about adding a short tutorial to the site too for how to use this addonn ? one small concern I have is the images that are used, seems to be from https://github.com/superbrothers/minikube-ingress-dns |
I certainly don't mind doing this, but can we do as a separate PR? I think we need some type of beta period to make sure everything is good. We have tested this only in a limited context and we may discover that things don't work as expected on all operating systems and vm configurations. Also I think there are some things that I might put in a tutorial which could become irrelevant if this is implemented #5511
As mentioned in our slack discussion the image is here: https://cloud.docker.com/u/cryptexlabs/repository/docker/cryptexlabs/minikube-ingress-dns The repository as mentioned on dockerhub is here: |
looks good ! thank you for this great addon and adding more information about the addon source of image |
This addon enables minikube to act as a DNS service for the host OS for ingress hostnames. The ingress hostnames resolve the the minikube ip address. Upon lookup failure the dns lookup falls back to google's DNS servers.