Skip to content

Latest commit

 

History

History
17 lines (10 loc) · 897 Bytes

File metadata and controls

17 lines (10 loc) · 897 Bytes

aws-load-balancer-controller-crds

Install CRDs for aws-load-balancer-controller helm chart

Aws-load-balancer-controller helm chart does not yet provide a way to install CRDs with the chart.

This means the CRDs have to be installed beforehand.

With terraform this is not really doable because kubernetes_manifest is still in beta and requires API access during planning time.

Since Helm3 a best practice seems to have a dedicated chart for CRDs (https://helm.sh/docs/chart_best_practices/custom_resource_definitions/)

Update