-
Notifications
You must be signed in to change notification settings - Fork 347
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Signed-off-by: Richard Wall <[email protected]>
- Loading branch information
Showing
7 changed files
with
453 additions
and
14 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
6 changes: 6 additions & 0 deletions
6
public/docs/devops-tips/large-clusters/experiment.2024-04-11-3/README.md
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 |
---|---|---|
@@ -0,0 +1,6 @@ | ||
# README | ||
|
||
* Disabled client-side throttling | ||
* 10000 ECDSA 256 Certificates | ||
|
||
Gathering memory measurements for 10000 Certificates. |
Binary file added
BIN
+62.9 KB
public/docs/devops-tips/large-clusters/experiment.2024-04-11-3/cpu.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
409 changes: 409 additions & 0 deletions
409
public/docs/devops-tips/large-clusters/experiment.2024-04-11-3/experiment.2024-04-11-3.json
Large diffs are not rendered by default.
Oops, something went wrong.
17 changes: 17 additions & 0 deletions
17
public/docs/devops-tips/large-clusters/experiment.2024-04-11-3/index.yaml
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 |
---|---|---|
@@ -0,0 +1,17 @@ | ||
experiment: 2024-04-11-3 | ||
description: | | ||
# README | ||
* Disabled client-side throttling | ||
* 10000 ECDSA 256 Certificates | ||
Gathering memory measurements for 10000 Certificates. | ||
memory: | ||
max: | ||
controller_memory: 590Mi | ||
cainjector_memory: 195Mi | ||
webhook_memory: 22Mi | ||
recommendations: | ||
controller_memory: 680Mi | ||
cainjector_memory: 225Mi | ||
webhook_memory: 50Mi |
Binary file added
BIN
+56.9 KB
public/docs/devops-tips/large-clusters/experiment.2024-04-11-3/memory.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
5 changes: 5 additions & 0 deletions
5
public/docs/devops-tips/large-clusters/experiment.2024-04-11-3/values.yaml
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 |
---|---|---|
@@ -0,0 +1,5 @@ | ||
config: | ||
apiVersion: controller.config.cert-manager.io/v1alpha1 | ||
kind: ControllerConfiguration | ||
kubernetesAPIQPS: 10000 | ||
kubernetesAPIBurst: 10000 |