Kuberang fail to deploy test workload
Installed Kuberang on a k8 master node:
ceph-master bin]# ./kuberang version Kuberang: Version: v1.3.0-dirty Built: Tue Mar 30 20:04:08 UTC 2021 Go Version: go1.15.5
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", Platform:"linux/amd64"}
deployments.apps "kuberang-busybox" not foundceph-master bin]# ./kuberang Kubectl configured on this node [OK] Delete existing deployments if they exist [OK] Nginx service does not already exist [OK] BusyBox service does not already exist [OK] Nginx service does not already exist [OK] Issued BusyBox start request [ERROR] -------- OUTPUT -------- Error from server (AlreadyExists): pods "kuberang-busybox" already exists
Powered down Nginx service [ERROR] -------- OUTPUT -------- Error from server (NotFound): services "kuberang-nginx-1617138509222436224" not found
Powered down Busybox deployment [ERROR] -------- OUTPUT -------- Error from server (NotFound): deployments.apps "kuberang-busybox" not found
Powered down Nginx deployment [ERROR] -------- OUTPUT -------- Error from server (NotFound): deployments.apps "kuberang-nginx" not found
Error running command: Failed to deploy test workloads
@aasraoui Thank you for the bug report, but kuberang is no longer being actively maintained. If you're looking for a tool that is still being maintained and does something similar, I would recommend https://sonobuoy.io/
Hello, could you help me on how to get the same results like kuberang with sonobuoy, because kuberang is quick and comfort sonobuoy logging a lot with so many tests.