diff --git a/host/default.yaml b/host/default.yaml index bdcbd8f..aa3fd6e 100644 --- a/host/default.yaml +++ b/host/default.yaml @@ -388,6 +388,14 @@ 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