Skip to content

Commit

Permalink
remove unexisted host collector in default spec
Browse files Browse the repository at this point in the history
  • Loading branch information
DexterYan committed Oct 18, 2024
1 parent 5834582 commit 5abc9eb
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions host/default.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -461,14 +461,6 @@ spec:
collectorName: "localhost-ips"
command: "sh"
args: ["-c", "host localhost"]
- runPod:
name: resolv.conf
podSpec:
containers:
- name: resolv-conf
image: alpine
command: ["sh", "-c", "cat /etc/resolv.conf"]
restartPolicy: Never
hostAnalyzers:
- certificate:
collectorName: k8s-api-keypair
Expand Down

0 comments on commit 5abc9eb

Please sign in to comment.