I want to add those flags : --insecure-port=8080 and insecure-bind-address=0.0.0.0 so I need to edit this file :/etc/kubernetes/manifests/kube-apiserver.yaml. However, I've done some research and I've found out that I should run this command: minikube ssh. After that, when I found the file and when I try to edit it I get sudo: nano command not found .
vim didn't work as well although I tried to install them but i got a whole bunch of errors.