Skip to content

Commit c47a218

Browse files
committed
Fix remediation test doc issue in v1.3 to v1.4 upgrade docs
1 parent 4f60841 commit c47a218

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

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

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -73,8 +73,7 @@ maintainers of providers and consumers of our Go API.
7373
Please note that the following logging flags have been removed: (in `component-base`, but this affects all CAPI controllers): `--add-dir-header`, `--alsologtostderr`, `--log-backtrace-at`,
7474
`--log-dir`, `--log-file`, `--log-file-max-size`, `--logtostderr`, `--one-output`, `--skip-headers`, `--skip-log-headers` and `--stderrthreshold`.
7575
For more information, please see: https://github.com/kubernetes/enhancements/issues/2845
76-
- A new `KCPRemediationSpec` test has been added providing better test coverage for KCP remediation most common use cases. As a consequence `MachineRemediationSpec` now only tests remediation of
77-
worker machines (NOTE: we plan to improve this test as well in a future iteration).
76+
- A new `KCPRemediationSpec` test has been added providing better test coverage for KCP remediation most common use cases. As a consequence `MachineRemediationSpec` has been renamed to `MachineDeploymentRemediationSpec` and now only tests remediation of worker machines (NOTE: we plan to improve this test as well in a future iteration).
7877
- Package `test/infrastructure/docker/internal/third_party/forked/loadbalancer` has been moved to `test/infrastructure/docker/internal/loadbalancer` to allow it to diverge from the upstream Kind package.
7978
-
8079
### Suggested changes for providers

0 commit comments

Comments
 (0)