mirror of https://github.com/kubernetes/kops.git
Merge pull request #9871 from olemarkus/cilium-upgrades-sept-2
Bump cilium to 1.8.3
This commit is contained in:
commit
bac4afa3e5
|
|
@ -42,7 +42,7 @@ func (b *CiliumOptionsBuilder) BuildOptions(o interface{}) error {
|
||||||
if b.Context.IsKubernetesLT("1.12.0") {
|
if b.Context.IsKubernetesLT("1.12.0") {
|
||||||
c.Version = "v1.6.11"
|
c.Version = "v1.6.11"
|
||||||
} else {
|
} else {
|
||||||
c.Version = "v1.8.2"
|
c.Version = "v1.8.3"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -89,7 +89,7 @@ spec:
|
||||||
- id: k8s-1.12
|
- id: k8s-1.12
|
||||||
kubernetesVersion: '>=1.12.0'
|
kubernetesVersion: '>=1.12.0'
|
||||||
manifest: networking.cilium.io/k8s-1.12-v1.8.yaml
|
manifest: networking.cilium.io/k8s-1.12-v1.8.yaml
|
||||||
manifestHash: bbfec63621371b28012f9d5a82678099071d9857
|
manifestHash: 91d442758bc9678f9be8e1b08ef393bb7d2066a0
|
||||||
name: networking.cilium.io
|
name: networking.cilium.io
|
||||||
selector:
|
selector:
|
||||||
role.kubernetes.io/networking: "1"
|
role.kubernetes.io/networking: "1"
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue