[X] If this issue is time-sensitive, I have submitted a corresponding issue with GCP support.
Bug Description
The presubmit samples failed after PR#2583, and that blocks the open PRs.
The two failed tests are samples/regional-forwarding-rule-vpc-psc and samples/computeserviceattachment(flaky).
Checking the logs, the forwarding rule is a dependency of the service attachment, and the deletion of the forwarding rule is blocked because there is no network (the network was deleted before). It seems like we need to handle the deletion ordering in the direct controller. It's strange that the presubmit on the original PR passed. I had a temporary fix: https://github.com/GoogleCloudPlatform/k8s-config-connector/pull/2614, but the two tests are still failing, so I think there's a deeper issue (deletion ordering, etc.).
Checklist
Bug Description
The presubmit samples failed after PR#2583, and that blocks the open PRs.
The two failed tests are samples/regional-forwarding-rule-vpc-psc and samples/computeserviceattachment(flaky).
Checking the logs, the forwarding rule is a dependency of the service attachment, and the deletion of the forwarding rule is blocked because there is no network (the network was deleted before). It seems like we need to handle the deletion ordering in the direct controller. It's strange that the presubmit on the original PR passed. I had a temporary fix: https://github.com/GoogleCloudPlatform/k8s-config-connector/pull/2614, but the two tests are still failing, so I think there's a deeper issue (deletion ordering, etc.).
Additional Diagnostic Information
job: https://github.com/GoogleCloudPlatform/k8s-config-connector/actions/runs/10681623224/job/29605684721
Kubernetes Cluster Version
N/A
Config Connector Version
N/A
Config Connector Mode
namespaced mode (default)
Log Output
No response
Steps to reproduce the issue
N/A
YAML snippets
No response