prometheus / test-infra

Prometheus E2E benchmarking tool
Apache License 2.0
156 stars 67 forks source link

Support ingressClass K8s resource in K8s package #716

Closed Vandit1604 closed 2 months ago

Vandit1604 commented 2 months ago

We don't support ingressClass Kubernetes resource, creating the cluster fails when we apply the cluster-infra manifest files.

We have ingressClass resource defined in our manifest files.

https://github.com/prometheus/test-infra/blob/master/prombench/manifests/cluster-infra/2_ingress-nginx-controller.yaml#L622-L633

fixes #717

Vandit1604 commented 2 months ago

Created an issue for better tracking #717 :)