Signed-off-by: ksatchit <karthik.s@mayadata.io> Co-authored-by: Amit Bhatt <33670159+amitbhatt818@users.noreply.github.com>
39 lines
1.2 KiB
YAML
39 lines
1.2 KiB
YAML
apiVersion: litmuchaos.io/v1alpha1
|
|
kind: ChartServiceVersion
|
|
metadata:
|
|
name: pod-cpu-hog
|
|
version: 0.1.0
|
|
annotations:
|
|
categories: Kubernetes
|
|
vendor: CNCF
|
|
support: https://slack.kubernetes.io/
|
|
spec:
|
|
displayName: pod-cpu-hog
|
|
categoryDescription: |
|
|
Pod-CPU-Hog contains chaos to consume CPU resouces of specified containers in Kubernetes pods.
|
|
- Causes high CPU resource consumption utilizing one or more cores by triggering md5sum commands
|
|
- The application pod should be healthy once chaos is stopped. Expectation is that service-requests should be served despite chaos.
|
|
keywords:
|
|
- Kubernetes
|
|
- CPU
|
|
platforms:
|
|
- GKE
|
|
maturity: alpha
|
|
maintainers:
|
|
- name: ksatchit
|
|
email: karthik.s@mayadata.io
|
|
minKubeVersion: 1.12.0
|
|
provider:
|
|
name: Mayadata
|
|
links:
|
|
- name: Kubernetes Website
|
|
url: https://kubernetes.io
|
|
- name: Source Code
|
|
url: https://github.com/kubernetes/kubernetes
|
|
- name: Docs
|
|
url: https://docs.litmuschaos.io/docs/pod-cpu-hog/
|
|
icon:
|
|
- base64data: ""
|
|
mediatype: ""
|
|
chaosexpcrdlink: https://raw.githubusercontent.com/litmuschaos/chaos-charts/master/charts/generic/pod-cpu-hog/experiment.yaml
|