``` apiVersion: apps/v1 kind: Deployment ... labels: ... skaffold.dev/docker-api-version: "1.40" ``` If I now try to update this with another version of skaffold, I would get following exception ``` `selector` does not match template `labels` ``` https://github.com/kubernetes/kubernetes/issues/26202 Downgrading skaffold to the version which was used for original deploy does resolve the issue.