mirror of
https://github.com/k3s-io/k3s.git
synced 2024-06-07 19:41:36 +00:00
Improve config retrieval messages
Signed-off-by: Brad Davidson <brad.davidson@rancher.com>
This commit is contained in:
parent
869b98bc4c
commit
5ab3590d9b
@ -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
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user