mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-07-23 11:50:44 +00:00
split coredns dependency to decouple kubeadm and kube-up
Signed-off-by: Yassine TIJANI <ytijani@vmware.com>
This commit is contained in:
parent
bb496d626b
commit
f3b1b24ef0
@ -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 =
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user