-
Notifications
You must be signed in to change notification settings - Fork 10
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
fix(discovery): check container discovery domain socket readability before start #251
fix(discovery): check container discovery domain socket readability before start #251
Conversation
/build_test |
Workflow started at 1/22/2024, 11:07:38 AM. View Actions Run. |
CI build and push: All tests pass ✅ |
1 similar comment
CI build and push: All tests pass ✅ |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good!
…ility before start
14723a6
to
e52d2a4
Compare
Had a minor conflict in |
/build_test |
Workflow started at 1/22/2024, 3:04:16 PM. View Actions Run. |
CI build and push: All tests pass ✅ |
1 similar comment
CI build and push: All tests pass ✅ |
Welcome to Cryostat3! 👋
Before contributing, make sure you have:
main
branch[chore, ci, docs, feat, fix, test]
To recreate commits with GPG signature
git fetch upstream && git rebase --force --gpg-sign upstream/main
Fixes: #250
How to manually test:
./mvnw clean verify ; podman image prune -f
./smoketest.bash -O
and look for messages likeERROR: io.cryostat.discovery.DockerDiscovery_Subclass enabled but socket /var/run/docker.sock is not accessible!
shortly after startup. The repeated log messages like in [Bug] Built-in container discovery mechanisms repeatedly print messages when enabled but domain socket is not available #250 should no longer appear. May be easier viapodman logs compose_cryostat_1
rather than the interleaved smoketest logs from all services.