1095: version upgraded for chaos-charts

This commit is contained in:
Travis CI
2020-07-09 08:52:47 +00:00
parent b24c6d7631
commit 645013310f
4 changed files with 80 additions and 3 deletions

View File

@@ -210,6 +210,83 @@ spec:
--- ---
---
apiVersion: litmuschaos.io/v1alpha1
description:
message: |
Taint the node where application pod is scheduled
kind: ChaosExperiment
metadata:
name: node-taint
version: 0.1.1
spec:
definition:
scope: Cluster
permissions:
- apiGroups:
- ""
- "batch"
- "extensions"
- "litmuschaos.io"
resources:
- "jobs"
- "pods"
- "events"
- "pods/log"
- "daemonsets"
- "pods/eviction"
- "chaosengines"
- "chaosexperiments"
- "chaosresults"
verbs:
- "create"
- "list"
- "get"
- "patch"
- "update"
- "delete"
- apiGroups:
- ""
resources:
- "nodes"
verbs:
- "get"
- "list"
- "patch"
image: "litmuschaos/go-runner:latest"
imagePullPolicy: Always
args:
- -c
- ./experiments/node-taint
command:
- /bin/bash
env:
- name: APP_NODE
value: ''
- name: TOTAL_CHAOS_DURATION
value: '60'
# Provide the LIB here
# Only litmus supported
- name: LIB
value: 'litmus'
# Period to wait before and after injection of chaos in sec
- name: RAMP_TIME
value: ''
# set taint label & effect
# key=value:effect or key:effect
- name: TAINTS
value: ''
labels:
name: node-taint
---
apiVersion: litmuschaos.io/v1alpha1 apiVersion: litmuschaos.io/v1alpha1
description: description:
message: | message: |

View File

@@ -3,7 +3,7 @@ kind: ChartServiceVersion
metadata: metadata:
createdAt: 2019-09-26T10:28:08Z createdAt: 2019-09-26T10:28:08Z
name: generic name: generic
version: 0.1.14 version: 0.1.15
annotations: annotations:
categories: Kubernetes categories: Kubernetes
chartDescription: Injects generic kubernetes chaos chartDescription: Injects generic kubernetes chaos

View File

@@ -6,7 +6,7 @@ description:
kind: ChaosExperiment kind: ChaosExperiment
metadata: metadata:
name: node-taint name: node-taint
version: 0.1.0 version: 0.1.1
spec: spec:
definition: definition:
scope: Cluster scope: Cluster

View File

@@ -3,7 +3,7 @@ kind: ChartServiceVersion
metadata: metadata:
createdAt: 2019-01-13T10:28:08Z createdAt: 2019-01-13T10:28:08Z
name: node-taint name: node-taint
version: 0.1.0 version: 0.1.1
annotations: annotations:
categories: Kubernetes categories: Kubernetes
vendor: Mayadata vendor: Mayadata