Commit b8026bb6 authored by Brad Davidson's avatar Brad Davidson Committed by Brad Davidson

Improve config retrieval messages

Signed-off-by: 's avatarBrad Davidson <brad.davidson@rancher.com> (cherry picked from commit 5ab3590d)
parent 8b90dc96
......@@ -49,7 +49,7 @@ RETRY:
for {
agentConfig, err := get(ctx, &agent, proxy)
if err != nil {
logrus.Infof("Failed to retrieve agent configuration: %v", err)
logrus.Infof("Waiting to retrieve agent configuration; server is not ready: %v", err)
for range ticker.C {
continue RETRY
}
......@@ -69,7 +69,7 @@ RETRY:
for {
disabled, err := getKubeProxyDisabled(ctx, node, proxy)
if err != nil {
logrus.Infof("Failed to retrieve kube-proxy configuration: %v", err)
logrus.Infof("Waiting to retrieve kube-proxy configuration; server is not ready: %v", err)
for range ticker.C {
continue RETRY
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment