Open sttts opened 2 months ago
[APPROVALNOTIFIER] This PR is NOT APPROVED
This pull-request has been approved by: Once this PR has been reviewed and has the lgtm label, please ask for approval from sttts. For more information see the Kubernetes Code Review Process.
The full list of commands accepted by this bot can be found here.
/retest
@sttts: The following tests failed, say /retest
to rerun all failed tests or /retest-required
to rerun all mandatory failed tests:
Test name | Commit | Details | Required | Rerun command |
---|---|---|---|---|
pull-kcp-test-e2e-multiple-runs | 6493b39402e00b8460ded0f5b532beb66fab7c35 | link | true | /test pull-kcp-test-e2e-multiple-runs |
pull-kcp-test-e2e | 6493b39402e00b8460ded0f5b532beb66fab7c35 | link | true | /test pull-kcp-test-e2e |
pull-kcp-test-e2e-shared | 6493b39402e00b8460ded0f5b532beb66fab7c35 | link | true | /test pull-kcp-test-e2e-shared |
pull-kcp-test-e2e-sharded | 6493b39402e00b8460ded0f5b532beb66fab7c35 | link | true | /test pull-kcp-test-e2e-sharded |
Summary
The old code only added webhook sources, but never cleaned up. This PR bump kube to get CEL optimization for webhook filters, and it properly caches the webhook per cluster and cleans up on deletion.
Related issue(s)
Fixes #
Release Notes