Skip to content
This repository was archived by the owner on Jul 30, 2021. It is now read-only.

Commit 91d5a31

Browse files
authored
cmd/checkpoint: prefer 127.0.0.1 over localhost (#78)
1 parent 8edb018 commit 91d5a31

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cmd/checkpoint/main.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ import (
2121
)
2222

2323
const (
24-
kubeletAPIPodsURL = "http://localhost:10255/pods"
24+
kubeletAPIPodsURL = "http://127.0.0.1:10255/pods"
2525
ignorePath = "/srv/kubernetes/manifests"
2626
activePath = "/etc/kubernetes/manifests"
2727
manifestFilename = "apiserver.json"

0 commit comments

Comments
 (0)