mirror of https://github.com/kubernetes/kops.git
aws: Update LBC to v2.7.2
This commit is contained in:
parent
fe1664e1a4
commit
b370c1d54a
|
@ -1,5 +1,5 @@
|
|||
{{- with .CloudProvider.AWS.LoadBalancerController }}
|
||||
# sourced from https://github.com/kubernetes-sigs/aws-load-balancer-controller/releases/download/v2.7.0/v2_7_0_full.yaml
|
||||
# sourced from https://github.com/kubernetes-sigs/aws-load-balancer-controller/releases/download/v2.7.2/v2_7_2_full.yaml
|
||||
apiVersion: apiextensions.k8s.io/v1
|
||||
kind: CustomResourceDefinition
|
||||
metadata:
|
||||
|
@ -895,7 +895,7 @@ spec:
|
|||
fieldRef:
|
||||
apiVersion: v1
|
||||
fieldPath: spec.nodeName
|
||||
image: public.ecr.aws/eks/aws-load-balancer-controller:{{ or .Version "v2.7.0" }}
|
||||
image: public.ecr.aws/eks/aws-load-balancer-controller:{{ or .Version "v2.7.2" }}
|
||||
livenessProbe:
|
||||
failureThreshold: 2
|
||||
httpGet:
|
||||
|
@ -1149,7 +1149,7 @@ webhooks:
|
|||
- ingresses
|
||||
sideEffects: None
|
||||
---
|
||||
# sourced from https://github.com/kubernetes-sigs/aws-load-balancer-controller/releases/download/v2.7.0/v2_7_0_ingclass.yaml
|
||||
# sourced from https://github.com/kubernetes-sigs/aws-load-balancer-controller/releases/download/v2.7.2/v2_7_2_ingclass.yaml
|
||||
apiVersion: elbv2.k8s.aws/v1beta1
|
||||
kind: IngressClassParams
|
||||
metadata:
|
||||
|
|
Loading…
Reference in New Issue