Kevin

Results 4 comments of Kevin

Because of security it should be possible to access the control center through `kubectl proxy` instead of an ingress but this isn't possible because of the absolute urls.

It is possible to run the bridge with: `docker run -it --rm --entrypoint=/opt/strimzi/bin/kafka_bridge_run.sh strimzi/kafka-bridge:0.19.0 --config-file=config/application.properties` Unfortunately it's not possible to configure the bridge via environment variables (e.g. JAVA_OPTS). So I...

Same problem on MacOS with Docker Desktop v3.1.0 (51484) with the following docker-compose.yml: version: '3.5' services: zookeeper: image: strimzi/kafka:0.19.0-kafka-2.5.0 command: - sh - -c - bin/zookeeper-server-start.sh config/zookeeper.properties ports: - "2181-2182:2181"...

This seems to be an Atlassian Bitbucket-specific problem. A symlink would of course be fine to be compatible. The workaround via a custom image is of course annoying at this...