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 }}
|
{{- 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
|
apiVersion: apiextensions.k8s.io/v1
|
||||||
kind: CustomResourceDefinition
|
kind: CustomResourceDefinition
|
||||||
metadata:
|
metadata:
|
||||||
|
@ -895,7 +895,7 @@ spec:
|
||||||
fieldRef:
|
fieldRef:
|
||||||
apiVersion: v1
|
apiVersion: v1
|
||||||
fieldPath: spec.nodeName
|
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:
|
livenessProbe:
|
||||||
failureThreshold: 2
|
failureThreshold: 2
|
||||||
httpGet:
|
httpGet:
|
||||||
|
@ -1149,7 +1149,7 @@ webhooks:
|
||||||
- ingresses
|
- ingresses
|
||||||
sideEffects: None
|
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
|
apiVersion: elbv2.k8s.aws/v1beta1
|
||||||
kind: IngressClassParams
|
kind: IngressClassParams
|
||||||
metadata:
|
metadata:
|
||||||
|
|
Loading…
Reference in New Issue