You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
For versions 1.13 and later, follow the guide outlined [here](/docs/reference/setup-tools/kubeadm/kubeadm-init-phase#cmd-phase-addon).
71
74
75
+
## Upgrading CoreDNS
76
+
77
+
CoreDNS is available in Kubernetes since v1.9.
78
+
You can check the version of CoreDNS shipped with Kubernetes and the changes made to CoreDNS [here](https://github.com/coredns/deployment/blob/master/kubernetes/CoreDNS-k8s_version.md).
79
+
80
+
CoreDNS can be upgraded manually in case you want to only upgrade CoreDNS or use your own custom image.
81
+
There is a helpful [guideline and walkthrough](https://github.com/coredns/deployment/blob/master/kubernetes/Upgrading_CoreDNS.md) available to ensure a smooth upgrade.
82
+
72
83
## Tuning CoreDNS
73
84
74
85
When resource utilisation is a concern, it may be useful to tune the configuration of CoreDNS. For more details, check out the
0 commit comments