-
Notifications
You must be signed in to change notification settings - Fork 78
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
404 error on chaosk8s action [kill, remove, scale] #62
Comments
Looked a little more in the code and figured that toolkit is currently looking for apis in kube cluster with version |
Hello. I think this may have been fixed in #53 but unreleased yet. I'm happy to do a new release if you could just double check it works with master on your side? As for the API version, it's a very good call but could this be a different issue as it's a general question :) |
Sure @Lawouach . Can you please point me to the instructions on how I can test it from the master branch? Also as you mentioned, I will go ahead and create another issue for api version. |
Hi @r1sharma, I apologise for not responding earlier. If you have enough controls over your deployment environment: 1/ pip install pip install git+https://github.com/chaostoolkit/chaostoolkit-kubernetes.git or 2/ git clone https://github.com/chaostoolkit/chaostoolkit-kubernetes.git |
@Lawouach thanks for your response. My changes didn't worked when I took the master branch changes on my local. I had to upgrade the code locally in order to look for Kubernetes API version |
I am seeing issues when I am trying to run experiment on micro service hosted on minikube .
I see this behavior for actions which accepts
name
as mandatory parameter in the request:Here is the link to my GitHub repository which host the code for sample spring boot micro service that I am deploying on local minikube and trying to run chaos experiments. All the probes are successful . Only experiments are failing.
Error when running chaos:
kubect service description:
The text was updated successfully, but these errors were encountered: