-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Don't use webhooks for patching websites in load tests
Webhooks add a tremendous amount of latency to API calls, especially during load tests when the kyverno admission controller is overloaded. High latency of API calls extremely decreases the operator's reconciliation rate which makes it difficult to achieve the desired load. We are not load testing kyverno or the API server's webhook machinery, so get that off the critical path.
- Loading branch information
Showing
4 changed files
with
21 additions
and
46 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,4 @@ | ||
apiVersion: kustomize.config.k8s.io/v1beta1 | ||
kind: Kustomization | ||
|
||
resources: | ||
- websites-experiment.yaml | ||
resources: [] |
42 changes: 0 additions & 42 deletions
42
webhosting-operator/config/policy/default/websites-experiment.yaml
This file was deleted.
Oops, something went wrong.
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