-
Notifications
You must be signed in to change notification settings - Fork 585
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
Exceptions while running 2.11.5 version with docker compose #6031
Comments
For item |
I used the following: export DATAFLOW_VERSION=2.11.5
./src/docker-compose/dc.sh rabbitmq mariadb prometheus up This resulted in errors trying to find k8s. Then I noticed grafana won't come up reporting bad request on the grafana/plugins. ./src/docker-compose/dc.sh rabbitmq mariadb prometheus rm
./src/docker-compose/dc.sh rabbitmq mariadb prometheus up I launched Then I noticed grafana reporting authentication errors. I'm assuming it can't authenticate with prometheus. |
Issue |
Hi, just wanted to check if all 3 issues have been resolved or only the 3rd one. Because as per @corneil Grafana is still not working. |
hi, @corneil , @cppwfs https://github.com/spring-cloud/spring-cloud-dataflow/tree/main/src/docker-compose |
@bhcha Can you create a new issue for what you are facing. Please provide the versions used and stack traces. Thank you ! |
Description:
Multiple exceptions being raised while running SCDF with docker compose.
Release versions:
Custom apps:
Steps to reproduce:
Download the yml files from
https://github.com/spring-cloud/spring-cloud-dataflow/tree/main/src/docker-compose
, set the dataflow and skipper versions to 2.11.5 and ruin the following command:java version is set to:
sdk use java 17.0.10-tem
Screenshots:
Where applicable, add screenshots to help explain your problem.
Additional context:
Add any other context about the problem here.
The text was updated successfully, but these errors were encountered: