@ethelyn
To change the location of the .minikube folder, you can do the following steps:
Now, the .minikube folder will be located at the new location you specified.
@ethelyn
Here are the steps to change the location of the .minikube folder:
1
|
minikube stop |
1
|
mv ~/.minikube /new/location/.minikube |
1
|
ln -s /new/location/.minikube ~/.minikube |
1
|
minikube start |
By following these steps, you can successfully change the location of the .minikube folder to the desired location.