Skip to content
This repository has been archived by the owner on Oct 21, 2021. It is now read-only.

Commit

Permalink
sysdump: COllect clustermesh-apiserver
Browse files Browse the repository at this point in the history
Signed-off-by: Jarno Rajahalme <[email protected]>
  • Loading branch information
jrajahalme authored and ti-mo committed Jun 7, 2021
1 parent 4124eed commit df6a118
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions cilium-sysdump/sysdumpcollector.py
Original file line number Diff line number Diff line change
Expand Up @@ -591,6 +591,8 @@ def collect(self, node_filter):
pool.apply_async(self.collect_deployment_yaml, ("hubble-relay", ))
pool.apply_async(self.collect_deployment_yaml, ("hubble-ui", ))
pool.apply_async(self.collect_deployment_yaml, ("cilium-operator", ))
pool.apply_async(self.collect_deployment_yaml,
("clustermesh-apiserver", ))
pool.apply_async(self.collect_cilium_configmap, ())

if self.is_quick_mode:
Expand All @@ -609,6 +611,8 @@ def collect(self, node_filter):
node_filter)
self.collect_logs(pool, "hubble ui", self.hubble_ui_labels,
node_filter)
self.collect_logs(pool, "clustermesh-apiserver",
"k8s-app=clustermesh-apiserver", [])

pool.close()
pool.join()
Expand Down

0 comments on commit df6a118

Please sign in to comment.