Forked from balajismaniam/cpuman-perf-test-stress-pod.yaml
Created
May 8, 2022 16:06
-
-
Save Adeotan/1bbce02d06129253fde3bd8cce2030c0 to your computer and use it in GitHub Desktop.
This file contains hidden or 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
| apiVersion: v1 | |
| kind: Pod | |
| metadata: | |
| name: stress-pod | |
| spec: | |
| containers: | |
| - image: gcr.io/google-containers/stress:v1 | |
| args: ["-cpus", "48"] | |
| name: stress-container | |
| resources: | |
| requests: | |
| # Only request is specifed. The pod is in Burstable QoS class. | |
| cpu: <insert-cpu-request> | |
| restartPolicy: "Never" |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment