minikube start

From wikieduonline
Jump to navigation Jump to search

minikube start && minikube status && kubectl get pods -A
minikube addons enable ingress 
minikube addons enable csi-hostpath-driver

Mikikube start examples[edit]

With errors[edit]

minikube start
Starting local Kubernetes cluster...
E0820 12:06:07.966435    2393 start.go:83] Error starting host: Error creating new host: dial tcp: missing address. Retrying.
E0820 12:06:07.979545    2393 start.go:83] Error starting host: Error creating new host: dial tcp: missing address. Retrying.
E0820 12:06:07.994242    2393 start.go:83] Error starting host: Error creating new host: dial tcp: missing address. Retrying.
E0820 12:06:07.994465    2393 start.go:89] Error starting host:  Error creating new host: dial tcp: missing address
Error creating new host: dial tcp: missing address
Error creating new host: dial tcp: missing address


The connection to the server localhost:8443 was refused - did you specify the right host or port?

Related terms[edit]

See also[edit]

Advertising: