Skip to content

Commit

Permalink
Improve error messaging on AKS restart. (#1017)
Browse files Browse the repository at this point in the history
  • Loading branch information
joel-rieke committed Apr 4, 2024
1 parent e87e6c9 commit 99f2c28
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion atrium/vestibulum/trcshbase/trcsh.go
Original file line number Diff line number Diff line change
Expand Up @@ -660,7 +660,7 @@ func processPluginCmds(trcKubeDeploymentConfig **kube.TrcKubeConfig,

select {
case <-time.After(15 * time.Second):
fmt.Println("Agent is not yet ready..")
fmt.Println("Kubernetes connection stalled or timed out. Possible kubernetes ip change")
driverConfig.CoreConfig.Log.Println("Timed out waiting for KubeCtl.")
os.Exit(-1)
case kubeErr := <-kubectlErrChan:
Expand Down

0 comments on commit 99f2c28

Please sign in to comment.