Merge pull request #80749 from yastij/split-coredns-dep

split coredns dependency to decouple kubeadm and kube-up
This commit is contained in:
Kubernetes Prow Robot 2019-07-31 05:29:13 -07:00 committed by GitHub
commit 8c8c4113f0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -62,7 +62,7 @@ dependencies:
match: cniVersion[\t\n\f\r ]*=
- name: "coredns"
- name: "coredns-kube-up"
version: 1.3.1
refPaths:
- path: cluster/addons/dns/coredns/coredns.yaml.base
@ -71,6 +71,10 @@ dependencies:
match: k8s.gcr.io/coredns
- path: cluster/addons/dns/coredns/coredns.yaml.sed
match: k8s.gcr.io/coredns
- name: "coredns-kubeadm"
version: 1.3.1
refPaths:
- path: cmd/kubeadm/app/constants/constants.go
match: CoreDNSVersion =