Skip to content

Commit

Permalink
Merge pull request kubernetes#7747 from granular-ryanbonham/cherrypic…
Browse files Browse the repository at this point in the history
…k_7477_release-1.14

Cherry pick of kubernetes#7477 onto release-1.14
  • Loading branch information
k8s-ci-robot authored Oct 6, 2019
2 parents 409886d + 37de0e6 commit 43c9db3
Showing 1 changed file with 3 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -186,6 +186,9 @@ metadata:
k8s-app: kube-dns
kubernetes.io/cluster-service: "true"
kubernetes.io/name: "CoreDNS"
# Without this resourceVersion value, an update of the Service between versions will yield:
# Service "kube-dns" is invalid: metadata.resourceVersion: Invalid value: "": must be specified for an update
resourceVersion: "0"
spec:
selector:
k8s-app: kube-dns
Expand Down

0 comments on commit 43c9db3

Please sign in to comment.