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

Fix datadog image #243

Merged
merged 1 commit into from
Aug 7, 2024
Merged

Fix datadog image #243

merged 1 commit into from
Aug 7, 2024

Conversation

jt-dd
Copy link
Contributor

@jt-dd jt-dd commented Aug 7, 2024

Fix datadog image. Currently running an error if kubehound start with Datadog image.

DD_API_KEY="as" DD_APP_KEY="asd" kubehound
INFO[03:28:20] Loading application configuration from default embedded
INFO[03:28:20] Using /Users/julien.terriac/.config/kubehound.yaml for default config
INFO[03:28:20] Initializing application telemetry
WARN[03:28:20] Telemetry disabled via configuration
INFO[03:28:20] Loading backend from default embedded
INFO[03:28:20] Spawning the kubehound stack
[+] Running 2/2
 ✔ datadog Pulled                                                                                                                                                                                                                                                             74.8s
   ✔ 93ad6f59c0e8 Pull complete                                                                                                                                                                                                                                               73.3s
[+] Running 0/3
 ⠸ Container kubehound-release-kubegraph-1   Recreate                                                                                                                                                                                                                          1.4s
 ⠸ Container kubehound-release-ui-jupyter-1  Recreate                                                                                                                                                                                                                          1.4s
 ⠸ Container kubehound-release-datadog-1     Creating                                                                                                                                                                                                                          1.4s
FATA[03:29:37] error starting the kubehound stack: Error response from daemon: create datadog/datadog.yaml: "datadog/datadog.yaml" includes invalid characters for a local volume name, only "[a-zA-Z0-9][a-zA-Z0-9_.-]" are allowed. If you intended to pass a host directory, use absolute path. Please make sure your Docker is correctly installed and that you have enough disk space available.

@jt-dd jt-dd marked this pull request as ready for review August 7, 2024 16:15
@jt-dd jt-dd requested a review from a team as a code owner August 7, 2024 16:15
@jt-dd jt-dd merged commit 4f6bc39 into main Aug 7, 2024
8 checks passed
@jt-dd jt-dd deleted the jt-dd/fix-datadog-image branch August 7, 2024 16:15
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants