@Ibrahim.Mbaziira @Shahid.Ilhan The kube config created by minikube is minified, use the following command kubectl config view --minify --flatten > ~/.kube/config-2
, then replace the content of ~.kube/config with the output of the command.
Refer the following docs: Minikube | Meshery