Hi there, anyone has a sample to provision a Ingre...
# kubernetes
m
Hi there, anyone has a sample to provision a IngressClass with IngressClassParams as specified in ALB Controller Guide ? https://kubernetes-sigs.github.io/aws-load-balancer-controller/v2.7/guide/ingress/ingress_class/#ingressclassparams I can't find the type
IngressClassParams
in the Pulumi Kubernetes library.
c
kubernetes.networking.v1.IngressArgs
m
thanks for the reply @cuddly-computer-18851, yeah i currently implemented Ingress and IngressClass, but i can't find the IngressClassParam CRD in the package
c
Sorry not sure what you mean here. The CRDs would be installed with however you're installing the alb-load-balancer-controller ( helm chart etc ).