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
{{ message }}
This repository has been archived by the owner on Oct 11, 2023. It is now read-only.
ROS can try to download the yaml file of os-service when booting, there is a chance that it will fail, because http get will only be called once. For example, these scenarios:
ros c set rancher.docker.engine xxxx
reboot
Or
ros c set rancher.console ubuntu
reboot
We need to add the http retry mechanism to do our best to download the yaml file.
The text was updated successfully, but these errors were encountered:
ROS can try to download the yaml file of os-service when booting, there is a chance that it will fail, because http get will only be called once. For example, these scenarios:
Or
We need to add the http retry mechanism to do our best to download the yaml file.
The text was updated successfully, but these errors were encountered: