You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the issue or the bug
When LogonScript executes, it failed to download k3s. This could be just an intermittent network failure. The script continues to run with "Deployment successful", even though k3s failed to install. See logs below. At the very least, I think this should throw an exception or even better, maybe have a retry logic.
I did create another VM and was successful the second time.
To Reproduce
Follow the Jumpstart to deploy an AKSEE VM
Log In to trigger the LogonScript
Watch script logs
Expected behavior
Installation of k3s successful
Screenshots
LogonScript logs excerpt
--- Verifying AksEdge Install Configuration...
* AKS Edge Essentials - K3s to be installed
*** No errors found in the Install Configuration.
Installing AKS Edge Essentials - K3s from https://aka.ms/aks-edge/k3s-msi
PS>TerminatingError(Invoke-WebRequest): "Unable to read data from the transport connection: An existing connection was forcibly closed by the remote host."
failed to download from https://aka.ms/aks-edge/k3s-msi
Deployment Successful.
Checking kubernetes nodes
Hey friend! Thanks for opening this issue. We appreciate your contribution and welcome you to our community! We are glad to have you here and to have your input on the Azure Arc Jumpstart.
This message in your logs indicates some kind of network interruption. As part of our ongoing development we will continue to add additional error handling and retry logic where possible. Glad to hear that retrying the script was successful and thank you again for your feedback.
Installing AKS Edge Essentials - K3s from https://aka.ms/aks-edge/k3s-msi
PS>TerminatingError(Invoke-WebRequest): "Unable to read data from the transport connection: An existing connection was forcibly closed by the remote host."
Is your issue related to a Jumpstart scenario, ArcBox, HCIBox, or Agora?
https://azurearcjumpstart.io/azure_arc_jumpstart/azure_arc_k8s/aks_hybrid/aks_edge_essentials_single/#post-deployment
Describe the issue or the bug
When LogonScript executes, it failed to download k3s. This could be just an intermittent network failure. The script continues to run with "Deployment successful", even though k3s failed to install. See logs below. At the very least, I think this should throw an exception or even better, maybe have a retry logic.
I did create another VM and was successful the second time.
To Reproduce
Expected behavior
Installation of k3s successful
Screenshots
LogonScript logs excerpt
Full log attached below
LogonScript.txt
The text was updated successfully, but these errors were encountered: