microcks / microcks-ansible-operator

Kubernetes Operator for easy setup and management of Microcks installs
https://microcks.io
Apache License 2.0
26 stars 5 forks source link

Kafka deployment fails when default ingress class is not nginx #89

Closed lbroudoux closed 1 year ago

lbroudoux commented 1 year ago

When deploying on a Kubernetes cluster with default class not being ningx (GKE for example), the strimizi deployment fails because Ingress can not be created (see https://github.com/strimzi/strimzi-kafka-operator/pull/4715 for more information on that).

We'll fix that by adding the capability to specify a custom class name for Strimizi Ingresses. If not provided explicitely, we'll default to nginx.