Skip to content

Commit

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

Cherry pick of kubernetes#7477 onto release-1.13
  • Loading branch information
k8s-ci-robot authored Oct 5, 2019
2 parents b82c46d + 62b19cf commit 9701395
Showing 1 changed file with 3 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -174,6 +174,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 9701395

Please sign in to comment.