This commit is contained in:
Manuel Alejandro de Brito Fontes 2020-09-27 10:49:45 -03:00
parent 29ea30a4e8
commit a767b1d906
13 changed files with 17 additions and 270 deletions

View file

@ -177,7 +177,7 @@ func (s *statusSync) runningAddresses() ([]string, error) {
ingressPod, err := k8s.GetPodDetails()
if err != nil {
return nil, err
return []string{}, err
}
// get information about all the pods running the ingress controller