banzaicloud / prometheus-jmx-exporter-operator

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Failed to create /opt/jmx-exporter-loader in my "dse-2/dse" container

gmflau opened this issue · comments

Here is the log from my prometheus-jmx-exporter-operator-xxxx pod:

ime="2018-09-26T23:37:00Z" level=info msg="Inspecting pod 'dse-2'"
time="2018-09-26T23:37:00Z" level=info msg="Inspecting container 'dse' for java processes"
time="2018-09-26T23:37:01Z" level=info msg="Java processes: [161]"
time="2018-09-26T23:37:01Z" level=info msg="Copying the content of '/opt/jmx-exporter-loader' directory to 'default/dse-2/dse:/opt/jmx-exporter-loader'"
time="2018-09-26T23:37:01Z" level=info msg="Creating 'default/dse-2/dse:/opt/jmx-exporter-loader' if not exists."
time="2018-09-26T23:37:01Z" level=info msg="Executing command failed with: command terminated with exit code 1"
time="2018-09-26T23:37:01Z" level=error msg="Creating destination directory failed: command terminated with exit code 1"
time="2018-09-26T23:37:01Z" level=error msg="Copying jmx-exporter-loader jars to container 'default/dse-2/dse'failed: command terminated with exit code 1"
time="2018-09-26T23:37:01Z" level=warning msg="Processing pod failed: command terminated with exit code 1"

I see the same issue in my project ...

it seems the program can't create the /opt/jmx-exporter-loader directory 😢
i tried to add a volume, but in vain : impossible to create the directory in the pod ...

I wrote this comment but it seems that this repo is dead 😢