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

Receive the following error when running drain_nodes function. `failed: TypeError: Got an unexpected keyword argument 'include_uninitialized' to method list_pod_for_all_namespaces' Installed chaostoolkit-kubernetes using pip3 with Python 3.7.4. Using version chaostoolkit version...

similar to [#42](https://github.com/chaostoolkit/chaostoolkit-kubernetes/issues/42) Code: ``` "type": "action", "name": "stop-provider-service", "provider": { "type": "python", "module": "chaosk8s.actions", "func": "kill_microservice", "arguments": { "name": "my-provider-app" } ``` Output: ``` [2019-08-30 09:40:44 ERROR] => failed:...

Is it possible to have multiple iteration of single action in an experiment? Say I want to run terminate-db-pod several times after each 600 sec. `{ "name": "all-our-microservices-should-be-healthy", "type": "probe",...

The discussion started [here](https://github.com/chaostoolkit/chaostoolkit-kubernetes/pull/38#issuecomment-484483378). This issue is here to share thoughts and plan a small rework to clean up the repository. The plugin is actually a bit messy because of...

enhancement
help wanted
question

openshift v3.7.42 kubernetes v1.7.6+a08f5eeb62 chaos, version 0.14.0 [2018-06-22 10:53:57 INFO] [activity:158] Action: scale_microservice [2018-06-22 10:53:57 DEBUG] [activity:225] Activity failed Reason: Internal Server Error HTTP response headers: HTTPHeaderDict({'Content-Length': '117', 'Date': 'Fri,...

Hi, we have been trying the probe count pods and faced inconsistency. When we give a range as tolerance it is increasing the pod count and also the return of...

Hi Im chaostoolkit-lib 0.21.0. Python 3.6.0. Last week we changed our auth method in kubernetes. We use jwt tokens now. There is known issue for python and oidc tokens https://github.com/kubernetes-client/python/issues/525...

When I run the experiment to dremove service end point I receive the error below: "TypeError: delete_namespaced_service() missing 1 required positional argument: 'body'\n", when I check the actions code no...

A new function to remove k8s service would be useful: ``` "provider": { "type": "python", "module": "chaosk8s.service.actions", "func": "remove_service", "arguments": { "label_selector": "app=myapp-greeting", "ns": "default" } } ``` FYI @adrianco

Describe the bug Action fails with below error: [2022-08-10 06:17:48 INFO] Action: deny-all-ingress [2022-08-10 06:17:49 ERROR] => failed: kubernetes.client.exceptions.ApiException: (400) Reason: Bad Request HTTP response headers: HTTPHeaderDict({'Audit-Id': '5edf0307-f308-4c8e-9c9f-d489b61d280b', 'Cache-Control': 'no-cache,...

pending-review