Skip to content

Commit

Permalink
Fix remediation test doc issue in v1.3 to v1.4 upgrade docs
Browse files Browse the repository at this point in the history
  • Loading branch information
willie-yao committed Apr 8, 2023
1 parent 4f60841 commit 488b85c
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions docs/book/src/developer/providers/migrations/v1.3-to-v1.4.md
Original file line number Diff line number Diff line change
Expand Up @@ -73,8 +73,7 @@ maintainers of providers and consumers of our Go API.
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`,
`--log-dir`, `--log-file`, `--log-file-max-size`, `--logtostderr`, `--one-output`, `--skip-headers`, `--skip-log-headers` and `--stderrthreshold`.
For more information, please see: https://github.com/kubernetes/enhancements/issues/2845
- 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
worker machines (NOTE: we plan to improve this test as well in a future iteration).
- 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).
- 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.
-
### Suggested changes for providers
Expand Down

0 comments on commit 488b85c

Please sign in to comment.