Francisco Magalhães
Results
4
comments of
Francisco Magalhães
Can you share your plans to the rebuild? More than happy to help you on something
Hello @janpio! Thank you for your effort on this one! :smile: That error indicates you don't have enough disk space to create the database. Can you please run `df -h`...
Ok I just read the client code: ``` var kubeconfig string if home := homedir.HomeDir(); home != "" { kubeconfig = filepath.Join(home, ".kube", "config") } // } else { //...