Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Delete deployment label selector is outdated (#2369)
Prior, if the coredns deployment was using the old label, "kube-dns", it would not be updated during the coredns manifests apply. This was because label selectors are immutable. Now, if the label is outdated on the deployment, the deployment is deleted prior to the coredns manifests apply.
- Loading branch information