mirror of https://github.com/kubernetes/kops.git
update version and manifest
This commit is contained in:
parent
06f39edec2
commit
0bdf97897f
|
|
@ -64,7 +64,9 @@ data:
|
|||
}
|
||||
prometheus :9153
|
||||
proxy . /etc/resolv.conf
|
||||
loop
|
||||
cache 30
|
||||
loadbalance
|
||||
reload
|
||||
}
|
||||
---
|
||||
|
|
@ -99,7 +101,7 @@ spec:
|
|||
operator: "Exists"
|
||||
containers:
|
||||
- name: coredns
|
||||
image: k8s.gcr.io/coredns:1.1.3
|
||||
image: k8s.gcr.io/coredns:1.2.2
|
||||
imagePullPolicy: IfNotPresent
|
||||
resources:
|
||||
limits:
|
||||
|
|
|
|||
|
|
@ -211,7 +211,7 @@ func (b *BootstrapChannelBuilder) buildManifest() (*channelsapi.Addons, map[stri
|
|||
if kubeDNS.Provider == "CoreDNS" {
|
||||
{
|
||||
key := "coredns.addons.k8s.io"
|
||||
version := "1.1.3-kops.1"
|
||||
version := "1.2.2-kops.1"
|
||||
|
||||
{
|
||||
location := key + "/k8s-1.6.yaml"
|
||||
|
|
|
|||
Loading…
Reference in New Issue