mirror of https://github.com/kubernetes/kops.git
Update cilium to 1.8.6
This commit is contained in:
parent
6bbc4bab38
commit
a7a8569732
|
|
@ -42,7 +42,7 @@ func (b *CiliumOptionsBuilder) BuildOptions(o interface{}) error {
|
|||
if b.Context.IsKubernetesLT("1.12.0") {
|
||||
c.Version = "v1.6.12"
|
||||
} else {
|
||||
c.Version = "v1.8.4"
|
||||
c.Version = "v1.8.6"
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
|||
|
|
@ -89,7 +89,7 @@ spec:
|
|||
- id: k8s-1.12
|
||||
kubernetesVersion: '>=1.12.0'
|
||||
manifest: networking.cilium.io/k8s-1.12-v1.8.yaml
|
||||
manifestHash: d3ec6a179bbf7de2fdc6d34190cc31819ece539b
|
||||
manifestHash: f3d7ec3355cdbf1157cb082e514ac431fd6d90a5
|
||||
name: networking.cilium.io
|
||||
selector:
|
||||
role.kubernetes.io/networking: "1"
|
||||
|
|
|
|||
Loading…
Reference in New Issue