kubernetes pod deployment not updating kubernetes pod deployment not updating kubernetes kubernetes

kubernetes pod deployment not updating


Delete the deployment once and try applying the YAML agian.

it could be due to K8s service won't allow the rolling update once deployed the label selectors of K8s service can not be updated until you decide to delete the existing deployment

Changing selectors leads to undefined behaviors - users are not expected to change the selectors

https://github.com/kubernetes/kubernetes/issues/50808