Skip to content

Commit 07c0565

Browse files
authored
Merge pull request #11817 from chrischdi/pr-v1-10-document-clustercache-cancel
📖 docs: document change for clustercache affecting tests
2 parents ead8581 + 76dd080 commit 07c0565

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

docs/book/src/developer/providers/migrations/v1.9-to-v1.10.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,5 +21,6 @@ maintainers of providers and consumers of our Go API.
2121
- `E2EConfig.GetVariable` is now `E2EConfig.MustGetVariable`
2222
- `E2EConfig.GetInt64PtrVariable` is now `E2EConfig.MustGetInt64PtrVariable`
2323
- `E2EConfig.GetInt32PtrVariable` is now `E2EConfig.MustGetInt32PtrVariable`
24+
- Using the package `sigs.k8s.io/cluster-api/controllers/clustercache` in tests using envtest may require a change to properly shutdown a running clustercache. Otherwise teardown of envtest might time out and lead to failed tests. (xref [#11757](https://github.com/kubernetes-sigs/cluster-api/pull/11757))
2425

2526
### Suggested changes for providers

0 commit comments

Comments
 (0)