Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Select an option

  • Save Adeotan/1bbce02d06129253fde3bd8cce2030c0 to your computer and use it in GitHub Desktop.

Select an option

Save Adeotan/1bbce02d06129253fde3bd8cce2030c0 to your computer and use it in GitHub Desktop.
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