Skip to content
This repository has been archived by the owner on Jun 15, 2018. It is now read-only.

Error creating daemon set #5

Open
nitrogear opened this issue Oct 22, 2017 · 2 comments
Open

Error creating daemon set #5

nitrogear opened this issue Oct 22, 2017 · 2 comments

Comments

@nitrogear
Copy link

I created daemon set node-exporter by command:
kubectl create -f node-exporter-daemonset.yml
but it failed to start:

kubectl -n monitoring logs node-exporter-61wt3
node_exporter: error: unknown short flag '-c', try --help
@meyst
Copy link

meyst commented Dec 10, 2017

change the args in node-exporter-daemonset.yml:

     args:
        - --path.procfs
        - /host/proc
        - --path.sysfs
        - /host/sys
        - --collector.filesystem.ignored-mount-points
        - '"^/(sys|proc|dev|host|etc)($|/)"'

@bakins
Copy link
Owner

bakins commented Dec 11, 2017

I need to update this repo. Hoping to have time over the holidays.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants