Skip to content
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

feat(discovery): Podman platform #1394

Merged
merged 22 commits into from
Mar 14, 2023
Merged
Changes from 1 commit
Commits
Show all changes
22 commits
Select commit Hold shift + click to select a range
f3b2d6c
tmp
andrewazores Jun 3, 2021
84120c5
rebase fixes
andrewazores Dec 8, 2021
46cc55c
working on experimental podman handler
andrewazores Dec 9, 2021
d93f1cc
update netty native version
andrewazores Dec 9, 2021
0a4aa54
fixup! working on experimental podman handler
andrewazores Dec 9, 2021
b0fe060
add comment with vertx deps BOM note
andrewazores Dec 9, 2021
adf5d4e
add note about systemctl start podman.socket
andrewazores Dec 10, 2021
977e243
fixup! update netty native version
andrewazores Mar 9, 2023
7f78617
fixup netty version
andrewazores Mar 9, 2023
247218e
add security opt flag for mounting podman socket
andrewazores Mar 9, 2023
6ec374e
cleanup UID lookup, run on worker thread, set API version to 2.3
andrewazores Mar 9, 2023
e66ac7b
add Podman built-in discovery plugin
andrewazores Mar 9, 2023
20ee03e
use request query param to filter for containers with specific label
andrewazores Mar 9, 2023
e89d66a
cleanup
andrewazores Mar 9, 2023
a6c2c14
remove obsolete podman API testing endpoints
andrewazores Mar 9, 2023
3b2ebc1
improve JMX URL handling, add label to smoketest targets
andrewazores Mar 9, 2023
f542ac7
perform fewer COW updates
andrewazores Mar 9, 2023
5e85751
fix ignored podless containers
andrewazores Mar 10, 2023
43469d4
rebase cleanup
andrewazores Mar 10, 2023
ac92366
refactor platform selection
andrewazores Mar 10, 2023
571b2f2
deregister builtin plugins if they are no longer available/selected
andrewazores Mar 10, 2023
ffca3e1
CRYOSTAT_PLATFORM takes comma-separated list
andrewazores Mar 13, 2023
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
add security opt flag for mounting podman socket
andrewazores committed Mar 14, 2023
commit 247218eca33908b5a3dde7655e8f7a800932f020
1 change: 1 addition & 0 deletions run.sh
Original file line number Diff line number Diff line change
@@ -131,6 +131,7 @@ podman run \
--mount type=bind,source="$(dirname "$0")/truststore",destination=/truststore,relabel=shared \
--mount type=bind,source="$(dirname "$0")/probes",destination=/opt/cryostat.d/conf.d/probes.d,relabel=shared \
-v "$XDG_RUNTIME_DIR"/podman/podman.sock:/run/user/0/podman/podman.sock:Z \
--security-opt label=disable \
-e CRYOSTAT_ENABLE_JDP_BROADCAST="true" \
-e CRYOSTAT_REPORT_GENERATOR="$CRYOSTAT_REPORT_GENERATOR" \
-e CRYOSTAT_PLATFORM="$CRYOSTAT_PLATFORM" \