Skip to content

Commit

Permalink
fix the kindling-collector-config.yml caused by "stat ~/.kube/config:…
Browse files Browse the repository at this point in the history
… no such file or directory" (#225)

* fix the collector config

Signed-off-by: yaofighting <siyao@zju.edu.cn>

* update the config file in the kindling/deploy

Signed-off-by: yaofighting <siyao@zju.edu.cn>
  • Loading branch information
yaofighting authored May 17, 2022
1 parent 4b1fcf4 commit c13e808
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion collector/docker/kindling-collector-config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ analyzers:
processors:
k8smetadataprocessor:
kube_auth_type: kubeConfig
kube_config_dir: ~/.kube/config
kube_config_dir: /root/.kube/config
grace_delete_period: 60
aggregateprocessor:
# Aggregation duration window size. The unit is second.
Expand Down
2 changes: 1 addition & 1 deletion deploy/agent/kindling-collector-config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ analyzers:
processors:
k8smetadataprocessor:
kube_auth_type: serviceAccount
kube_config_dir: ~/.kube/config
kube_config_dir: /root/.kube/config
grace_delete_period: 60
aggregateprocessor:
# Aggregation duration window size. The unit is second.
Expand Down

0 comments on commit c13e808

Please sign in to comment.