mirror of https://github.com/kubernetes/kops.git
Merge pull request #6010 from justinsb/kopeio_networking_20181028
Bump kopeio-networking to latest version
This commit is contained in:
commit
61300bf910
|
|
@ -28,12 +28,17 @@ spec:
|
||||||
memory: 100Mi
|
memory: 100Mi
|
||||||
securityContext:
|
securityContext:
|
||||||
privileged: true
|
privileged: true
|
||||||
image: kopeio/networking-agent:1.0.20180319
|
image: kopeio/networking-agent:1.0.20181028
|
||||||
name: networking-agent
|
name: networking-agent
|
||||||
volumeMounts:
|
volumeMounts:
|
||||||
- name: lib-modules
|
- name: lib-modules
|
||||||
mountPath: /lib/modules
|
mountPath: /lib/modules
|
||||||
readOnly: true
|
readOnly: true
|
||||||
|
env:
|
||||||
|
- name: NODE_NAME
|
||||||
|
valueFrom:
|
||||||
|
fieldRef:
|
||||||
|
fieldPath: spec.nodeName
|
||||||
serviceAccountName: kopeio-networking-agent
|
serviceAccountName: kopeio-networking-agent
|
||||||
tolerations:
|
tolerations:
|
||||||
- effect: NoSchedule
|
- effect: NoSchedule
|
||||||
|
|
@ -74,6 +79,12 @@ rules:
|
||||||
- list
|
- list
|
||||||
- watch
|
- watch
|
||||||
- patch
|
- patch
|
||||||
|
- apiGroups:
|
||||||
|
- ""
|
||||||
|
resources:
|
||||||
|
- nodes/status
|
||||||
|
verbs:
|
||||||
|
- patch
|
||||||
|
|
||||||
---
|
---
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -28,7 +28,7 @@ spec:
|
||||||
memory: 100Mi
|
memory: 100Mi
|
||||||
securityContext:
|
securityContext:
|
||||||
privileged: true
|
privileged: true
|
||||||
image: kopeio/networking-agent:1.0.20180319
|
image: kopeio/networking-agent:1.0.20181028
|
||||||
name: networking-agent
|
name: networking-agent
|
||||||
volumeMounts:
|
volumeMounts:
|
||||||
- name: lib-modules
|
- name: lib-modules
|
||||||
|
|
|
||||||
|
|
@ -501,7 +501,7 @@ func (b *BootstrapChannelBuilder) buildManifest() (*channelsapi.Addons, map[stri
|
||||||
|
|
||||||
if b.cluster.Spec.Networking.Kopeio != nil {
|
if b.cluster.Spec.Networking.Kopeio != nil {
|
||||||
key := "networking.kope.io"
|
key := "networking.kope.io"
|
||||||
version := "1.0.20180319-kops.2"
|
version := "1.0.20181028-kops.1"
|
||||||
|
|
||||||
{
|
{
|
||||||
location := key + "/pre-k8s-1.6.yaml"
|
location := key + "/pre-k8s-1.6.yaml"
|
||||||
|
|
|
||||||
|
|
@ -69,11 +69,11 @@ spec:
|
||||||
name: networking.kope.io
|
name: networking.kope.io
|
||||||
selector:
|
selector:
|
||||||
role.kubernetes.io/networking: "1"
|
role.kubernetes.io/networking: "1"
|
||||||
version: 1.0.20180319-kops.2
|
version: 1.0.20181028-kops.1
|
||||||
- id: k8s-1.6
|
- id: k8s-1.6
|
||||||
kubernetesVersion: '>=1.6.0'
|
kubernetesVersion: '>=1.6.0'
|
||||||
manifest: networking.kope.io/k8s-1.6.yaml
|
manifest: networking.kope.io/k8s-1.6.yaml
|
||||||
name: networking.kope.io
|
name: networking.kope.io
|
||||||
selector:
|
selector:
|
||||||
role.kubernetes.io/networking: "1"
|
role.kubernetes.io/networking: "1"
|
||||||
version: 1.0.20180319-kops.2
|
version: 1.0.20181028-kops.1
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue