Laszlo Bence Nagy
Laszlo Bence Nagy
Thanks @tiswanso for bringing this up! We would like to allow the users to make changes to these templates without providing the annotations on deployment/pod levels, that's completely fine. Your...
Create a K8s service for your pod and it should work.
I see this with a service present in the Envoy config: ``` { "name": "envoy.filters.network.kafka_mesh", "typed_config": { "@type": "type.googleapis.com/envoy.extensions.filters.network.kafka_mesh.v3alpha.KafkaMesh", "advertised_host": "127.0.0.1", "advertised_port": 29092, "upstream_clusters": [ { "cluster_name": "kafka-c1", "bootstrap_servers": "kafka-all-broker.istio:29092",...
I created a service like this: ``` apiVersion: v1 kind: Service metadata: labels: name: kafka-producer name: kafka-producer namespace: istio spec: ports: - name: http port: 29092 protocol: TCP targetPort: 29092...
Please reopen if you still think there is an issue here.
Hi @sb1975, You are right, it is not possible to create multiple control planes just yet, but it is on our roadmap to make this work properly. May I ask...
Hi @Tanemahuta, Thanks for raising this issue! I think you have a completely valid point that it would be nice if the API was usable without any replace directives. The...
> All fine. In the meantime adding that replace directive to the go.mod of the API would be nice 🙌 thank you Unfortunately, it doesn't work like that. The other...
@Tanemahuta, this was fixed [here](https://github.com/banzaicloud/istio-operator/pull/860/commits/7cec36ce0c9ee882669a08ab7bfd82ef0351adba#diff-33ef32bf6c23acb95f5902d7097b7a1d5128ca061167ec0716715b0b9eeaa5f6L195-L197) for the `release-1.15` branch.