mirror of https://github.com/kubernetes/kops.git
Merge pull request #8602 from gjtempleton/CoreDNS-1.6.7-master
Update coredns to 1.6.7
This commit is contained in:
commit
61511b5c43
|
|
@ -168,7 +168,7 @@ spec:
|
||||||
beta.kubernetes.io/os: linux
|
beta.kubernetes.io/os: linux
|
||||||
containers:
|
containers:
|
||||||
- name: coredns
|
- name: coredns
|
||||||
image: {{ if KubeDNS.CoreDNSImage }}{{ KubeDNS.CoreDNSImage }}{{ else }}k8s.gcr.io/coredns:1.6.6{{ end }}
|
image: {{ if KubeDNS.CoreDNSImage }}{{ KubeDNS.CoreDNSImage }}{{ else }}k8s.gcr.io/coredns:1.6.7{{ end }}
|
||||||
imagePullPolicy: IfNotPresent
|
imagePullPolicy: IfNotPresent
|
||||||
resources:
|
resources:
|
||||||
limits:
|
limits:
|
||||||
|
|
|
||||||
|
|
@ -113,7 +113,7 @@ spec:
|
||||||
beta.kubernetes.io/os: linux
|
beta.kubernetes.io/os: linux
|
||||||
containers:
|
containers:
|
||||||
- name: coredns
|
- name: coredns
|
||||||
image: {{ if KubeDNS.CoreDNSImage }}{{ KubeDNS.CoreDNSImage }}{{ else }}k8s.gcr.io/coredns:1.6.6{{ end }}
|
image: {{ if KubeDNS.CoreDNSImage }}{{ KubeDNS.CoreDNSImage }}{{ else }}k8s.gcr.io/coredns:1.6.7{{ end }}
|
||||||
imagePullPolicy: IfNotPresent
|
imagePullPolicy: IfNotPresent
|
||||||
resources:
|
resources:
|
||||||
limits:
|
limits:
|
||||||
|
|
|
||||||
|
|
@ -271,7 +271,7 @@ func (b *BootstrapChannelBuilder) buildAddons() *channelsapi.Addons {
|
||||||
if kubeDNS.Provider == "CoreDNS" {
|
if kubeDNS.Provider == "CoreDNS" {
|
||||||
{
|
{
|
||||||
key := "coredns.addons.k8s.io"
|
key := "coredns.addons.k8s.io"
|
||||||
version := "1.6.6-kops.1"
|
version := "1.6.7-kops.1"
|
||||||
|
|
||||||
{
|
{
|
||||||
location := key + "/k8s-1.6.yaml"
|
location := key + "/k8s-1.6.yaml"
|
||||||
|
|
@ -290,7 +290,7 @@ func (b *BootstrapChannelBuilder) buildAddons() *channelsapi.Addons {
|
||||||
|
|
||||||
{
|
{
|
||||||
key := "coredns.addons.k8s.io"
|
key := "coredns.addons.k8s.io"
|
||||||
version := "1.6.6-kops.2"
|
version := "1.6.7-kops.1"
|
||||||
|
|
||||||
{
|
{
|
||||||
location := key + "/k8s-1.12.yaml"
|
location := key + "/k8s-1.12.yaml"
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue