We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 49d9a22 commit 2aa41f4Copy full SHA for 2aa41f4
README.md
@@ -70,3 +70,13 @@ Runs IPAM controller locally
70
```sh
71
make delete-examples
72
```
73
+
74
+#### Note
75
76
+There is a known limitation when `kubectl apply` and `kubectl delete` for an
77
+`IPClaim` are executed in rapid succession (within the same second). In such
78
+cases, the `IPClaim` may be deleted, but the associated `IPAddress` might not
79
+be removed as expected, potentially leading to resource inconsistencies. This
80
+is not a common or typical use case, in normal scenarios, the operations work
81
+as expected. Since this issue arises only under rare timing conditions, we are
82
+not planning to address it and are instead documenting it as a known limitation.
0 commit comments