From 5abc9eb87437e5afe29315eec968b28359cabd3c Mon Sep 17 00:00:00 2001 From: Dexter Yan Date: Fri, 18 Oct 2024 15:04:51 +1300 Subject: [PATCH] remove unexisted host collector in default spec --- host/default.yaml | 8 -------- 1 file changed, 8 deletions(-) diff --git a/host/default.yaml b/host/default.yaml index 217d619..59797f5 100644 --- a/host/default.yaml +++ b/host/default.yaml @@ -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