Skip to content

Commit 40b0c5c

Browse files
authored
remove unused const
Signed-off-by: GitHub <[email protected]>
1 parent 5861624 commit 40b0c5c

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

common/utils.go

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -30,9 +30,6 @@ const (
3030
FiveSeconds = 5 * time.Second
3131
JsonContent = "application/json; charset=UTF-8"
3232
ContentType = "Content-Type"
33-
// In AKS, for kubelet to retry faster it is particularly looking for "network is not ready" error string.
34-
// https://github.com/kubernetes/kubernetes/blob/efd2a0d1f514be96a2f012fc3cb40f7c872b4e67/pkg/kubelet/pod_workers.go#L1495C2-L1501C3
35-
KubeletNetworkNotReadyErrMsg = "network is not ready"
3633
)
3734

3835
// XmlDocument - Azure host agent XML document format.

0 commit comments

Comments
 (0)