Skip to content

Commit a543dd6

Browse files
Document new nodeVolumeDetachTimeout timeout and machine.cluster.x-k8s.io/exclude-wait-for-node-volume-detach annotation
in v1.2 to v1,3 providers migration guide
1 parent 60b3ef4 commit a543dd6

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

docs/book/src/developer/providers/v1.2-to-v1.3.md

+3-1
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,9 @@ in Cluster API are kept in sync with the versions used by `sigs.k8s.io/controlle
2828

2929
### API Changes
3030

31-
-
31+
- A new timeout `nodeVolumeDetachTimeout` has been introduced that defines how long the controller will spend on waiting for all volumes to be detached.
32+
The default value is 0, meaning that the volume can be detached without any time limitations.
33+
- A new annotation `machine.cluster.x-k8s.io/exclude-wait-for-node-volume-detach` has been introduced that allows explicitly skip the waiting for node volume detaching.
3234

3335
### Other
3436

0 commit comments

Comments
 (0)