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/book/src/developer/providers/v1.2-to-v1.3.md
+4Lines changed: 4 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -46,3 +46,7 @@ The default value is 0, meaning that the volume can be detached without any time
46
46
- Custer API introduced new [logging guidelines](../../developer/logging.md). All reconcilers in the core repository were updated
47
47
to [log the entire object hierarchy](../../developer/logging.md#keyvalue-pairs). It would be great if providers would be adjusted
48
48
as well to make it possible to cross-reference log entries across providers (please see CAPD for an infra provider reference implementation).
49
+
- The `CreateLogFile` function and `CreateLogFileInput` struct in the E2E test framework for clusterctl has been renamed to `OpenLogFile` and `OpenLogFileInput` because the function will now append to the logfile instead of truncating the content.
50
+
- The `Move` function in E2E test framework for clusterctl has been modified to:
51
+
* print the `clusterctl move` command including the arguments similar to `Init`.
52
+
* log the output to the a `clusterctl-move.log` file at the subdirectory `logs/<namespace>`.
0 commit comments