Open pedrocruz opened 3 years ago
Hi @pedrocruz , sorry for the delay we were working on the second version of Kollaps, if you clone the repository again and follow the instructions it should be fixed, the new instruction that is relevant to your bug is this one: cp $HOME/.kube/config kube/config Basically, the deployment generator needs the local kube config file to generate the .yaml. If the problem persists or any other problem appears please contact us
Good morning everyone, I am having a problem with generating the experiment in a cluster named grid5000 (http://grid5000.fr/). I followed the old tutorial in the public Kollaps repo (https://github.com/miguelammatos/Kollaps) and, in the step to generate the experiment (./KollapsDeploymentGenerator ./iperf3/topology.xml -k iperf3_experiment.yaml) I get the following error:
These were the basic steps I followed:
I get the error message, but the ~/.kube/config file is there. I checked the kubernetes installation and I could not get access to the cluster, so I talked to the g5k support and was instructed to install k8s using terraform and asdf to manage the software. I did it and my kubernetes installation is now up and running. The configuration file is the same in ~/.kube/config. I also set the variable KUBECONFIG to point to my config file. I have a cluster and can access it with kubectl. Nevertheless, I get the same error.
Do you have any idea on how to investigate this further?
My best regards