mirror of https://github.com/kubernetes/kops.git
Update to Cilium 1.14.3
This commit is contained in:
parent
fdb601cefa
commit
30aa24f6de
|
|
@ -963,7 +963,7 @@ func Test_Validate_Cilium(t *testing.T) {
|
|||
},
|
||||
{
|
||||
Cilium: kops.CiliumNetworkingSpec{
|
||||
Version: "v1.14.2",
|
||||
Version: "v1.14.3",
|
||||
Ingress: &kops.CiliumIngressSpec{
|
||||
Enabled: fi.PtrTo(true),
|
||||
DefaultLoadBalancerMode: "bad-value",
|
||||
|
|
@ -973,7 +973,7 @@ func Test_Validate_Cilium(t *testing.T) {
|
|||
},
|
||||
{
|
||||
Cilium: kops.CiliumNetworkingSpec{
|
||||
Version: "v1.14.2",
|
||||
Version: "v1.14.3",
|
||||
Ingress: &kops.CiliumIngressSpec{
|
||||
Enabled: fi.PtrTo(true),
|
||||
DefaultLoadBalancerMode: "dedicated",
|
||||
|
|
@ -982,7 +982,7 @@ func Test_Validate_Cilium(t *testing.T) {
|
|||
},
|
||||
{
|
||||
Cilium: kops.CiliumNetworkingSpec{
|
||||
Version: "v1.14.2",
|
||||
Version: "v1.14.3",
|
||||
Hubble: &kops.HubbleSpec{
|
||||
Enabled: fi.PtrTo(true),
|
||||
},
|
||||
|
|
|
|||
|
|
@ -40,7 +40,7 @@ func (b *CiliumOptionsBuilder) BuildOptions(o interface{}) error {
|
|||
}
|
||||
|
||||
if c.Version == "" {
|
||||
c.Version = "v1.14.2"
|
||||
c.Version = "v1.14.3"
|
||||
}
|
||||
|
||||
if c.EnableEndpointHealthChecking == nil {
|
||||
|
|
|
|||
|
|
@ -98,8 +98,8 @@ spec:
|
|||
k8s-addon: storage-aws.addons.k8s.io
|
||||
version: 9.99.0
|
||||
- id: k8s-1.16
|
||||
manifest: networking.cilium.io/k8s-1.16-v1.13.yaml
|
||||
manifestHash: 166325a914768c7916145fb5569a8673c50e90e74661391e63854fcf6a28daab
|
||||
manifest: networking.cilium.io/k8s-1.16-v1.14.yaml
|
||||
manifestHash: 0bd17ce3cf13710024d3ef8ba18921b9c67b68c1a78a41872ec196f3808c7095
|
||||
name: networking.cilium.io
|
||||
needsRollingUpdate: all
|
||||
selector:
|
||||
|
|
|
|||
|
|
@ -112,8 +112,8 @@ spec:
|
|||
k8s-addon: storage-aws.addons.k8s.io
|
||||
version: 9.99.0
|
||||
- id: k8s-1.16
|
||||
manifest: networking.cilium.io/k8s-1.16-v1.13.yaml
|
||||
manifestHash: 166325a914768c7916145fb5569a8673c50e90e74661391e63854fcf6a28daab
|
||||
manifest: networking.cilium.io/k8s-1.16-v1.14.yaml
|
||||
manifestHash: 0bd17ce3cf13710024d3ef8ba18921b9c67b68c1a78a41872ec196f3808c7095
|
||||
name: networking.cilium.io
|
||||
needsRollingUpdate: all
|
||||
selector:
|
||||
|
|
|
|||
|
|
@ -169,8 +169,8 @@ spec:
|
|||
k8s-addon: storage-aws.addons.k8s.io
|
||||
version: 9.99.0
|
||||
- id: k8s-1.16
|
||||
manifest: networking.cilium.io/k8s-1.16-v1.13.yaml
|
||||
manifestHash: 166325a914768c7916145fb5569a8673c50e90e74661391e63854fcf6a28daab
|
||||
manifest: networking.cilium.io/k8s-1.16-v1.14.yaml
|
||||
manifestHash: 0bd17ce3cf13710024d3ef8ba18921b9c67b68c1a78a41872ec196f3808c7095
|
||||
name: networking.cilium.io
|
||||
needsRollingUpdate: all
|
||||
selector:
|
||||
|
|
|
|||
Loading…
Reference in New Issue