Skip to content

Commit 2aa41f4

Browse files
Limitation regarding IPClaim
Signed-off-by: Muhammad Adil Ghaffar <[email protected]>
1 parent 49d9a22 commit 2aa41f4

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

README.md

+10
Original file line numberDiff line numberDiff line change
@@ -70,3 +70,13 @@ Runs IPAM controller locally
7070
```sh
7171
make delete-examples
7272
```
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

Comments
 (0)