Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
sethAmazon authored Aug 2, 2022
1 parent e65ac27 commit 2cdf505
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion internal/k8sCommon/kubeletutil/kubeletclient.go
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ func (k *KubeClient) ListPods() ([]corev1.Pod, error) {

b, err := ioutil.ReadAll(resp.Body)
if err != nil {
log.Printf("E! Fail to read request %s body: %s", req.URL.String(), err)
log.Printf("E! Fail to read request %s body: %s", url, err)
return result, err
}

Expand Down

0 comments on commit 2cdf505

Please sign in to comment.