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
Copy file name to clipboardExpand all lines: pkg/upgrade/README.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -27,14 +27,14 @@ Then run the upgrader `upgrader.Run(ctx)`
27
27
28
28
## How it works
29
29
30
-
The upgrader module has two running modes depeding on the booting method.
30
+
The upgrader module has two running modes depending on the booting method.
31
31
32
32
### Bootstrap Method
33
33
34
34
Running the upgrader on a node run with `bootstrap` will periodically check the hub for latest tag,
35
35
and if that tag differs from the current one, it updates the local packages to latest.
36
36
37
-
If the update failed, the upgrader would attempts to install the packages again every `10 secounds` until all packages are successfully updated to prevent partial updates.
37
+
If the update failed, the upgrader would attempts to install the packages again every `10 seconds` until all packages are successfully updated to prevent partial updates.
38
38
39
39
The upgrader runs periodically every hour to check for new updates.
0 commit comments