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
{{ message }}
This repository was archived by the owner on Oct 24, 2023. It is now read-only.
Is this an ISSUE or FEATURE REQUEST? (choose one):
issue
What version of aks-engine?:
0.28.1
Kubernetes version:
1.12.1
What happened:
CoreDNS has replaced kube-dns, however, the deployment label is still k8s-app: kube-dns instead of k8s-app: coredns, which leads to mis-configuration in other products such as prometheus-operator
What you expected to happen:
The deployment label should be k8s-app: coredns
How to reproduce it (as minimally and precisely as possible):
Create a Kubernetes deployment using AKS-Engine
Execute the command: kubectl describe deploy -n kube-system coredns