forked from pixie-io/pixie
-
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.
Summary: After the k8s API upgrades, we were seeing that K8s operator deletions were taking a very, very long time (up to 7 minutes!) after doing some investigation and comparing our deletes with `kubectl`'s, it looks like we should no longer use `restClientAdapter`. I updated our code to match what they are doing instead, which seems to speed things up Test Plan: Deploy operator with skaffold, delete Pixie CRD and make sure vizier resources get deleted in a timely manner Reviewers: vihang, zasgar Reviewed By: zasgar Signed-off-by: Michelle Nguyen <michellenguyen@pixielabs.ai> Differential Revision: https://phab.corp.pixielabs.ai/D11546 GitOrigin-RevId: 0965870
- Loading branch information
1 parent
39d95d0
commit db92077
Showing
2 changed files
with
8 additions
and
48 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