ravikumar2000

Results 13 comments of ravikumar2000

Hi , Please find the details root@kmaster:~# kubectl version Client Version: version.Info{Major:"1", Minor:"18", GitVersion:"v1.18.2", GitCommit:"52c56ce7a8272c798dbc29846288d7cd9fbae032", GitTreeState:"clean", BuildDate:"2020-04-16T11:56:40Z", GoVersion:"go1.13.9", Compiler:"gc", Platform:"linux/amd64"} Server Version: version.Info{Major:"1", Minor:"18", GitVersion:"v1.18.2", GitCommit:"52c56ce7a8272c798dbc29846288d7cd9fbae032", GitTreeState:"clean", BuildDate:"2020-04-16T11:48:36Z", GoVersion:"go1.13.9", Compiler:"gc",...

I am getting below issues root@kmaster:~# helm install chaoskube stable/chaoskube -n chaoskube --set dryRun=false --set namespaces='!kube-system' --set labels=app-purpose=chaos --set interval=20s --debug=true install.go:159: [debug] Original chart version: "" install.go:176: [debug] CHART...

If i set debug =true also not getting any logs root@kmaster:~# helm install chaoskube stable/chaoskube -n chaoskube --set dryRun=false --set namespaces='!kube-system' --set labels=app-purpose=chaos --set interval=20s --set debug=true NAME: chaoskube LAST...

Can i try in minikube server with chaoskube Please let me know the steps if you have handy

I restarted kubectl and daemon services and tried still getting this issues unable to get pod detsila chaoskube is restarting not killing pods namespace/chaoskube created root@kmaster:~# helm install chaoskube stable/chaoskube...

I ran with chaoskube01 & below are the details with debug root@kmaster:~# helm install chaoskube01 stable/chaoskube -n chaoskube --set dryRun=false --set namespaces='!kube-system' --set labels=app-purpose=chaos --set interval=20s --debug install.go:159: [debug] Original...

Getting timeout issues -bash-4.2$ kubectl get deployments,pods --all-namespaces NAMESPACE NAME DESIRED CURRENT UP-TO-DATE AVAILABLE AGE chaoskube deployment.extensions/chaoskube 1 1 1 0 39h default deployment.extensions/nginx-shabeer 2 2 2 2 37h kube-system...

Hi Martin, I have deleted chaoskube pod and started running & observing forbidden. Please find the logs -bash-4.2$ kubectl logs -f chaoskube-7dcc48947b-w7fls -n chaoskube time="2020-05-11T04:34:13Z" level=info msg="starting up" dryRun=false interval=20s...

Hi Martin, Chaoskube is not killing random pods. Appreciate your help on this.. Regards, Ravi

Hi Martin, After updating rbac.create =true I am getting unexpected EOF issues still pod is running -bash-4.2$ helm install stable/chaoskube --set rbac.create=true --generate-name NAME: chaoskube-1589295169 LAST DEPLOYED: Tue May 12...