chaostoolkit-kubernetes icon indicating copy to clipboard operation
chaostoolkit-kubernetes copied to clipboard

Kubernetes driver extension of the Chaos Toolkit probes and actions API

Results 42 chaostoolkit-kubernetes issues
Sort by recently updated
recently updated
newest added

`ember-cli` allows for not-to-spec `import` behaviors https://github.com/ember-redux/ember-redux/blob/a2555383a2d8c9eb380674569dad24c5aa64caf2/addon/services/redux.js#L5 This line behave as `import * as redux from 'redux'`, when it should only be importing the `default` export. This behavior is being...

Resolves issue: https://github.com/ember-redux/ember-redux/issues/208

Removed V1beta1Eviction since it was deprecated and is removed in Kubernetes 1.22. Added V1Eviction for Drain Node Scenarios

I am trying to run an experiment as a pod(Job) inside a k8s cluster in **GKE.** The same experiment runs fine when I run from CLI. When I run it...

pending-review

**Describe the bug** kubernetes **delete_pod** action is not working and it throws an exception " [2021-06-15 11:33:50 ERROR] [cli:119] 'chaosk8s.pod.actions' does not expose 'delete_pods' in activity 'exec_in_pods' [2021-06-15 11:33:50 DEBUG]...

pending-review

Fix the time out issue reported by Kartik in slack and add his command line parsing ehancement using shlex

I tried the given example of terminating a pod. I replaced the pod name "myapp" to my pod name "demo". It throws the following error: `urllib3.exceptions.MaxRetryError: HTTPSConnectionPool(host='100.77.46.190', port=6443): Max retries...

pending-review

**Describe the bug** Action fails with below error: [2021-01-31 16:12:34 INFO] Action: deny_all_ingress [2021-01-31 16:12:34 ERROR] => failed: kubernetes.client.exceptions.ApiException: (400) Reason: Bad Request HTTP response headers: HTTPHeaderDict({'Content-Length': '506', 'Cache-Control': 'no-cache,...

pending-review

Hi, this PR would add a return value to the `terminate_pods` action. I found it quite helpful to get this kind of information persisted in the journal.json document for future...