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
|
prometheus :9153
|
||||||
proxy . /etc/resolv.conf
|
proxy . /etc/resolv.conf
|
||||||
|
loop
|
||||||
cache 30
|
cache 30
|
||||||
|
loadbalance
|
||||||
reload
|
reload
|
||||||
}
|
}
|
||||||
---
|
---
|
||||||
|
|
@ -99,7 +101,7 @@ spec:
|
||||||
operator: "Exists"
|
operator: "Exists"
|
||||||
containers:
|
containers:
|
||||||
- name: coredns
|
- name: coredns
|
||||||
image: k8s.gcr.io/coredns:1.1.3
|
image: k8s.gcr.io/coredns:1.2.2
|
||||||
imagePullPolicy: IfNotPresent
|
imagePullPolicy: IfNotPresent
|
||||||
resources:
|
resources:
|
||||||
limits:
|
limits:
|
||||||
|
|
|
||||||
|
|
@ -211,7 +211,7 @@ func (b *BootstrapChannelBuilder) buildManifest() (*channelsapi.Addons, map[stri
|
||||||
if kubeDNS.Provider == "CoreDNS" {
|
if kubeDNS.Provider == "CoreDNS" {
|
||||||
{
|
{
|
||||||
key := "coredns.addons.k8s.io"
|
key := "coredns.addons.k8s.io"
|
||||||
version := "1.1.3-kops.1"
|
version := "1.2.2-kops.1"
|
||||||
|
|
||||||
{
|
{
|
||||||
location := key + "/k8s-1.6.yaml"
|
location := key + "/k8s-1.6.yaml"
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue