Skip to content

This issue was moved to a discussion.

You can continue the conversation there. Go to discussion →

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Unable to mount volume for persistent installation #492

Closed
4 tasks done
bronandrews opened this issue Jul 23, 2024 · 1 comment
Closed
4 tasks done

Unable to mount volume for persistent installation #492

bronandrews opened this issue Jul 23, 2024 · 1 comment
Labels
status/triage/completed Automatic triage completed status/triage/manual Manual triage in progress type/bug Something isn't working

Comments

@bronandrews
Copy link

Issue submitter TODO list

  • I've looked up my issue in FAQ
  • I've searched for an already existing issues here
  • I've tried running main-labeled docker image and the issue still persists there
  • I'm running a supported version of the application which is listed here

Describe 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:

ERROR [main] o.s.b.SpringApplication: Application run failed
org.yaml.snakeyaml.error.YAMLException: java.io.IOException: Is a directory

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

@bronandrews bronandrews added status/triage Issues pending maintainers triage type/bug Something isn't working labels Jul 23, 2024
@kapybro kapybro bot added status/triage/manual Manual triage in progress status/triage/completed Automatic triage completed and removed status/triage Issues pending maintainers triage labels Jul 23, 2024
Copy link

Hi bronandrews! 👋

Welcome, and thank you for opening your first issue in the repo!

Please wait for triaging by our maintainers.

As development is carried out in our spare time, you can support us by sponsoring our activities or even funding the development of specific issues.
Sponsorship link

If you plan to raise a PR for this issue, please take a look at our contributing guide.

@kafbat kafbat locked and limited conversation to collaborators Jul 24, 2024
@Haarolean Haarolean converted this issue into discussion #497 Jul 24, 2024

This issue was moved to a discussion.

You can continue the conversation there. Go to discussion →

Labels
status/triage/completed Automatic triage completed status/triage/manual Manual triage in progress type/bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant