From 773b3e6f79cb13f83e8f2e95f42e33bcfd2e71a3 Mon Sep 17 00:00:00 2001
From: Giuseppe Ingoglia <72663135+giuseppeingoglia@users.noreply.github.com>
Date: Wed, 10 Feb 2021 10:14:25 +0000
Subject: [PATCH] add new proxy path (#820)

Solving issue raised in #819
---
 cfg/config.yaml | 1 +
 1 file changed, 1 insertion(+)

diff --git a/cfg/config.yaml b/cfg/config.yaml
index 98ff0c4..fd693ec 100644
--- a/cfg/config.yaml
+++ b/cfg/config.yaml
@@ -160,6 +160,7 @@ node:
       - /etc/kubernetes/addons/kube-proxy-daemonset.yml
       - /var/snap/kube-proxy/current/args
       - /var/snap/microk8s/current/args/kube-proxy
+      - /var/lib/kube-proxy/config.conf
     kubeconfig:
       - "/etc/kubernetes/kubelet-kubeconfig"
       - "/var/lib/kubelet/kubeconfig"
-- 
GitLab