Error opening service: Service servico-aplicacao-noticia.yml was not found in "default" namespace. You may select another namespace by using 'minikube service servico-aplicacao-noticia.yml -n : Temporary Error: Error getting service servico-aplicacao-noticia.yml: services "servico-aplicacao-noticia.yml" not found
Sorry that minikube crashed. If this was unexpected, we would love to hear from you: https://github.com/kubernetes/minikube/issues/new/choose
meu codigo -----------------------------------------------
apiVersion: v1 kind: Service metadata: name: servico-aplicacao-noticia spec: type: LoadBalancer ports:
- name : http
port: 80
selector: name: aplicacao-noticia-pod