-
Notifications
You must be signed in to change notification settings - Fork 14.6k
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
Update configure-dns-cluster.md #48835
base: main
Are you sure you want to change the base?
Conversation
Along with kubeadm, minikube and kind clusters also provide by default CoreDNS support
[APPROVALNOTIFIER] This PR is NOT APPROVED This pull-request has been approved by: 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 |
The committers listed above are authorized under a signed CLA. |
Welcome @somnathbm! |
✅ Pull request preview available for checkingBuilt without sensitive environment variables
To edit notification comments on pull requests, go to your Netlify site configuration. |
@@ -5,7 +5,7 @@ content_type: concept | |||
--- | |||
|
|||
<!-- overview --> | |||
Kubernetes offers a DNS cluster addon, which most of the supported environments enable by default. In Kubernetes version 1.11 and later, CoreDNS is recommended and is installed by default with kubeadm. | |||
Kubernetes offers a DNS cluster addon, which most of the supported environments enable by default. In Kubernetes version 1.11 and later, CoreDNS is recommended and is installed by default with kubeadm, minikube and kind clusters as well. |
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.
Hi , the coredns is installed by minikube and kind clusters but make sure the initial statement of this sentence match with the new additions.
As much as i know coredns is installed by default since minikube 0.29. Is v1.11 the default k8s version for this particular minikube version ? Please check this fine detail for kind as well
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.
As much as i know coredns is installed by default since minikube 0.29
Yes you're right
Is v1.11 the default k8s version for this particular minikube version ?
Well minikube v0.29 was released back in September 2018, with default stable k8s version set to v1.12.0
While kind was first released November 2018, with default stable k8s version set to v1.12.3
kind from the very beginning has default support of CoreDNS I think.
issue#30
Along with kubeadm, minikube and kind clusters also provide by default CoreDNS support
Description
Issue
Closes: #