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
In cases where a downstream cluster has a large node count (>500) the install script can introduce unnecessary load on rancher due to how it performs retries when a curl request fails.
The install.sh script should be refactored to introduce an exponential backoff to help reduce the overall requests made.
In cases where a downstream cluster has a large node count (>500) the install script can introduce unnecessary load on rancher due to how it performs retries when a curl request fails.
The
install.sh
script should be refactored to introduce an exponential backoff to help reduce the overall requests made.Related: #107
The text was updated successfully, but these errors were encountered: