Update weave to 1.9.8

Includes the nodeport fixes
This commit is contained in:
Justin Santa Barbara 2017-06-16 00:08:37 -04:00
parent e7927aa06d
commit f4cb670edc
3 changed files with 6 additions and 6 deletions

View File

@ -66,7 +66,7 @@ spec:
hostPID: true
containers:
- name: weave
image: weaveworks/weave-kube:1.9.7
image: weaveworks/weave-kube:1.9.8
command:
- /home/weave/launch.sh
livenessProbe:
@ -105,7 +105,7 @@ spec:
value: "{{ .Networking.Weave.MTU }}"
{{- end }}
- name: weave-npc
image: weaveworks/weave-npc:1.9.7
image: weaveworks/weave-npc:1.9.8
resources:
requests:
cpu: 100m

View File

@ -27,7 +27,7 @@ spec:
hostPID: true
containers:
- name: weave
image: weaveworks/weave-kube:1.9.7
image: weaveworks/weave-kube:1.9.8
command:
- /home/weave/launch.sh
livenessProbe:
@ -66,7 +66,7 @@ spec:
value: "{{ .Networking.Weave.MTU }}"
{{- end }}
- name: weave-npc
image: weaveworks/weave-npc:1.9.7
image: weaveworks/weave-npc:1.9.8
resources:
requests:
cpu: 100m

View File

@ -280,8 +280,8 @@ func (b *BootstrapChannelBuilder) buildManifest() (*channelsapi.Addons, map[stri
if b.cluster.Spec.Networking.Weave != nil {
key := "networking.weave"
// 1.9.8-kops.1 = 1.9.7 plus IPALLOC_RANGE and WEAVE_MTU
version := "1.9.8-kops.1"
// 1.9.8-kops.2 = 1.9.8 plus IPALLOC_RANGE and WEAVE_MTU
version := "1.9.8-kops.2"
{
location := key + "/pre-k8s-1.6.yaml"