Unable setup local Meshery development server

I’m getting this error👇, where I’m using mac OS and I followed steps given in docs.

Hey @balagowda, Welcome to the community :tada: :layer5: ! On looking at your logs it seems your minikube doesn’t have the necessary permission to access Kubernetes API. make sure your k8s API is accessible with minikube or else try proceeding without minikube.

1 Like

Hi @balagowda,
Were you able to resolve the issue? found @Yash_Sharma’s suggestions helpful?

Yes, it was helpful and resolved

1 Like

Heyy @Yash_Sharma it seems i have the same problem as @balagowda above but I’m not sure about how to do proceed could you please guide me?
here is some o/p that might be useful

ilhan@syeds-MBP home_lab %
minikube status
minikube
type: Control Plane
host: Running
kubelet: Running
apiserver: Running
kubeconfig: Configured
ilhan@syeds-MBP home_lab %
kubectl cluster-info
Kubernetes control plane is running at https://127.0.0.1:57448
CoreDNS is running at https://127.0.0.1:57448/api/v1/namespaces/kube-system/services/kube-dns:dns/proxy

@Shahid.Ilhan Have you successfully launched Meshery after following the steps?

Here is the resource you can refer to: docs

Hey @Yash_Sharma thanks for reaching out
Yes, I did follow the docs but i’m facing issues let me show you the o/p
I think the command to run minikube in our docs is a lil outdated the k8s version is no longer supported on darwin 13.5

ilhan@syeds-MBP home_lab %
minikube start
😄  minikube v1.32.0 on Darwin 13.5 (arm64)
✨  Using the docker driver based on existing profile
👍  Starting control plane node minikube in cluster minikube
🚜  Pulling base image ...
🏃  Updating the running docker "minikube" container ...
🐳  Preparing Kubernetes v1.28.3 on Docker 24.0.7 ...
🔎  Verifying Kubernetes components...
    ▪ Using image gcr.io/k8s-minikube/storage-provisioner:v5
🌟  Enabled addons: storage-provisioner, default-storageclass
🏄  Done! kubectl is now configured to use "minikube" cluster and "default" namespace by default
ilhan@syeds-MBP home_lab %
MESHERY_SERVER_CALLBACK_URL=https://custom-host mesheryctl system start
Starting Meshery...
⣟ Deploying Meshery on KubernetesError: failed to start Meshery
See https://docs.meshery.io/reference/mesheryctl/system for usage details
: could not install meshery server: Kubernetes cluster unreachable: Get "https://127.0.0.1:57448/version": tls: failed to verify certificate: x509: “minikube” certificate is not standards compliant
could not install meshery-operator: Kubernetes cluster unreachable: Get "https://127.0.0.1:57448/version": tls: failed to verify certificate: x509: “minikube” certificate is not standards compliant