Commit dbeffa8
tests: remove allowlist entry for deleting no longer present service
The warning log "Deleting no longer present service" was emitted because
cilium-agent in versions <= 1.13 waited on the wrong Kubernetes API group
during startup.
Specifically, it waited for K8sAPIGroupEndpointSliceV1Beta1Discovery
instead of K8sAPIGroupEndpointSliceV1Discovery, causing SyncWithK8sFinished
to run before all services were fully synced. This resulted in services
restored from the datapath being temporarily deleted and later re-added,
even though they were still present and active.
This behavior was unintentionally fixed in v1.14 by refactoring the
Kubernetes watcher initialization and resource synchronization logic.
As a result, this warning is no longer expected. Remove the corresponding
allowlist entry. More details of analysis in cilium#29679.
Fixes: cilium#29679
Signed-off-by: Zijian Zhang <zijianzhang@bytedance.com>1 parent 8887aac commit dbeffa8
1 file changed
Lines changed: 2 additions & 3 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
195 | 195 | | |
196 | 196 | | |
197 | 197 | | |
198 | | - | |
199 | 198 | | |
200 | 199 | | |
201 | 200 | | |
| |||
255 | 254 | | |
256 | 255 | | |
257 | 256 | | |
258 | | - | |
259 | | - | |
| 257 | + | |
| 258 | + | |
260 | 259 | | |
261 | 260 | | |
262 | 261 | | |
| |||
0 commit comments