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: docs/upgrade/automatic.md
+9-9
Original file line number
Diff line number
Diff line change
@@ -142,29 +142,29 @@ Make sure to check [Upgrade support matrix](#upgrade-support-matrix) section fir
142
142
143
143
## Free system partition space requirement
144
144
145
-
_Available as of v1.2.0_
145
+
_Available as of v1.5.0_
146
146
147
-
The minimum free system partition space requirement in Harvester v1.2.0 is 30 GiB, which will be revised in each release.
147
+
Harvester loads images on each node during upgrades. When disk usage exceeds the kubelet's garbage collection threshold, the kubelet deletes unused images to free up space. This may cause issues in airgapped environments because the images are not available on the node.
148
148
149
-
Harvester will check the amount of free system partition space on each node when you select **Upgrade**. If any node does not meet the requirement, the upgrade will be denied as follows
149
+
Harvester v1.5.0 includes checks that ensure nodes do not trigger garbage collection after loading new images.
If some nodes do not have enough free system partition space, but you still want to try upgrading, you can customize the upgrade by updating the `harvesterhci.io/minFreeDiskSpaceGB` annotation of `Version` object.
153
+
If you want to try upgrading even if the free system partition space is insufficient on some nodes, you can update the `harvesterhci.io/skipGarbageCollectionThresholdCheck: true` annotation of the `Version` object.
154
154
155
155
```
156
156
apiVersion: harvesterhci.io/v1beta1
157
157
kind: Version
158
158
metadata:
159
159
annotations:
160
-
harvesterhci.io/minFreeDiskSpaceGB: "30" # the value is pre-defined and may be customized
0 commit comments