We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5861624 commit 40b0c5cCopy full SHA for 40b0c5c
common/utils.go
@@ -30,9 +30,6 @@ const (
30
FiveSeconds = 5 * time.Second
31
JsonContent = "application/json; charset=UTF-8"
32
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"
36
)
37
38
// XmlDocument - Azure host agent XML document format.
0 commit comments