This issue was moved to a discussion.
You can continue the conversation there. Go to discussion →
Unable to mount volume for persistent installation #492
Labels
status/triage/completed
Automatic triage completed
status/triage/manual
Manual triage in progress
type/bug
Something isn't working
Issue submitter TODO list
main
-labeled docker image and the issue still persists thereDescribe the bug (actual behavior)
This issue was raised on the old repo here
I cant see it recreated in the new repo - but I'm having the same issue.
Trying to run a Persistent Start as per the documentation here:
I have a local config.yml file with config in to connect to a cluster:
e.g.
kafka: clusters: - name: DevCluster bootstrapServers: kafkabroker:9096 properties: security.protocol: SASL_SSL sasl.mechanism: SCRAM-SHA-512 sasl.jaas.config: org.apache.kafka.common.security.scram.ScramLoginModule required username="MyUser" password="MyPassword";
and my docker-compose file should copy that into /etc/kafkaui/dynamic_config.yaml
services: kafka-ui: container_name: KafkaUI-Config image: ghcr.io/kafbat/kafka-ui:latest ports: - 8080:8080 environment: DYNAMIC_CONFIG_ENABLED: true volumes: - /config.yml:/etc/kafkaui/dynamic_config.yaml
But the container fails to run, with constant error:
Expected behavior
Docker container should run and automatically configure the Dev cluster and connect using the authentication provided.
Your installation details
Using the latest Kafkabat image: ghcr.io/kafbat/kafka-ui:latest
docker-compose.yml file above.
config.yml file above.
both files in same directory.
Run from command line:
docker compose up -d
Steps to reproduce
as above
Screenshots
No response
Logs
No response
Additional context
No response
The text was updated successfully, but these errors were encountered: