How to stop allocating dynamic port number

the port number in the config.yaml (inside .meshery folder) file is changing everytime I run $ mesheryctl system start.

previously I was facing error during deploying meshery on k8s. so I copy the ca.crt file & paste it in “/usr/local/share/ca-certificates” the error was gone.

for k8s : minikube
os : linux
runtime : docker

What I have tried to fix it :

  1. Go through firewall checks. Is the port 9081 busy or not , blocked or not

  2. Delete minikube profile minikube delete --all

  3. Manually changing the port number in config file😅