I’m trying to set up a dev environment using the instructions in the readme file.
Steps I followed:
-
Ran
mvn install -Pdev
-
Tried to export the kubeconfig as documented:
export KUBECONFIG=/tmp/k3s-maven-plugin/mount/kubeconfig.yaml
The /tmp/k3s-maven-plugin/mount/kubeconfig.yaml file does not exist on the repo. In fact, the /tmp/k3s-maven-plugin/ directory isn’t there at all.