-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Ignore NotFound errors on GlobalNetworkSet delete
We saw a case where apiserver returned a not found error when requesting the deletion of a GlobalNetworkSet: ``` 2025-01-08T08:00:03.020Z [INFO] semaphore-policy: Could not find network set in store, will try deleting from calico: resource=merit-cbc-cbc-ordering-platform-executor 2025-01-08T08:00:03.218Z [ERROR] semaphore-policy: failed to sync netset to calico GlobalNetworkSets: id=merit-cbc-cbc-ordering-platform-executor error="globalnetworksets.projectcalico.org \"merit-cbc-cbc-ordering-platform-executor\" not found" ``` The result was retrying every second, until a new event restored the missing object. At this point, we can consider the object deleted since apiserver cannot find a ref to it
- Loading branch information
1 parent
49976aa
commit b08207e
Showing
4 changed files
with
59 additions
and
53 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters