minikube ip Retrieves the IP address of the specified node Synopsis Retrieves the IP address of the specified node, and writes it to STDOUT. minikube ip [flags] Options -n, --node string The node to get IP. Defaults to the primary control plane. Options inherited from parent commands --add_dir_header If true, adds the file directory to the header of the log messages --alsologtostderr log to standard error as well as files (no effect when -logtostderr=true) -b, --bootstrapper string The name o...| Commands on minikube
minikube kubectl Run a kubectl binary matching the cluster version Synopsis Run the Kubernetes client, download it if necessary. Remember – after kubectl! This will run the Kubernetes client (kubectl) with the same version as the cluster Normally it will download a binary matching the host operating system and architecture, but optionally you can also run it directly on the control plane over the ssh connection. This can be useful if you cannot run kubectl locally for some reason, like unsu...| Commands on minikube
minikube logs Returns logs to debug a local Kubernetes cluster Synopsis Gets the logs of the running instance, used for debugging minikube, not user code. minikube logs [flags] Options --audit Show only the audit logs --file string If present, writes to the provided file instead of stdout. -f, --follow Show only the most recent journal entries, and continuously print new entries as they are appended to the journal. --last-start-only Show only the last start logs. -n, --length int Number of li...| Commands on minikube
minikube mount Mounts the specified directory into minikube Synopsis Mounts the specified directory into minikube. minikube mount [flags] <source directory>:<target directory> Options --9p-version string Specify the 9p version that the mount should use (default "9p2000.L") --gid string Default group id used for the mount (default "docker") --ip string Specify the ip that the mount should be setup on --kill Kill the mount process spawned by minikube start --msize int The number of bytes to use...| Commands on minikube
minikube node Add, remove, or list additional nodes Synopsis Operations on nodes minikube node [flags] Options inherited from parent commands --add_dir_header If true, adds the file directory to the header of the log messages --alsologtostderr log to standard error as well as files (no effect when -logtostderr=true) -b, --bootstrapper string The name of the cluster bootstrapper that will set up the Kubernetes cluster. (default "kubeadm") -h, --help --log_backtrace_at traceLocation when loggin...| Commands on minikube
minikube options Show a list of global command-line options (applies to all commands). Synopsis Show a list of global command-line options (applies to all commands). minikube options [flags] Options inherited from parent commands --add_dir_header If true, adds the file directory to the header of the log messages --alsologtostderr log to standard error as well as files (no effect when -logtostderr=true) -b, --bootstrapper string The name of the cluster bootstrapper that will set up the Kuberne...| Commands on minikube
minikube pause pause Kubernetes Synopsis pause Kubernetes minikube pause [flags] Options -A, --all-namespaces If set, pause all namespaces -n, --namespaces strings namespaces to pause (default [kube-system,kubernetes-dashboard,storage-gluster,istio-operator]) -o, --output string Format to print stdout in. Options include: [text,json] (default "text") Options inherited from parent commands --add_dir_header If true, adds the file directory to the header of the log messages --alsologtostderr log...| Commands on minikube
minikube podman-env Configure environment to use minikube’s Podman service Synopsis Sets up podman env variables; similar to ‘$(podman-machine env)’. minikube podman-env [flags] Options --shell string Force environment to be configured for a specified shell: [fish, cmd, powershell, tcsh, bash, zsh], default is auto-detect -u, --unset Unset variables instead of setting them Options inherited from parent commands --add_dir_header If true, adds the file directory to the header of the log m...| Commands on minikube
minikube profile Get or list the current profiles (clusters) Synopsis profile sets the current minikube profile, or gets the current profile if no arguments are provided. This is used to run and manage multiple minikube instance. You can return to the default minikube profile by running minikube profile default minikube profile [MINIKUBE_PROFILE_NAME]. You can return to the default minikube profile by running `minikube profile default` [flags] Options inherited from parent commands --add_dir_...| Commands on minikube
minikube ssh Log into the minikube environment (for debugging) Synopsis Log into or run a command on a machine with SSH; similar to ‘docker-machine ssh’. minikube ssh [flags] Options --native-ssh Use native Golang SSH client (default true). Set to 'false' to use the command line 'ssh' command when accessing the docker machine. Useful for the machine drivers when they will not start with 'Waiting for SSH'. (default true) -n, --node string The node to ssh into. Defaults to the primary contr...| Commands on minikube
minikube ssh-host Retrieve the ssh host key of the specified node Synopsis Retrieve the ssh host key of the specified node. minikube ssh-host [flags] Options --append-known Add host key to SSH known_hosts file -n, --node string The node to ssh into. Defaults to the primary control plane. Options inherited from parent commands --add_dir_header If true, adds the file directory to the header of the log messages --alsologtostderr log to standard error as well as files (no effect when -logtostderr...| Commands on minikube
minikube ssh-key Retrieve the ssh identity key path of the specified node Synopsis Retrieve the ssh identity key path of the specified node, and writes it to STDOUT. minikube ssh-key [flags] Options -n, --node string The node to get ssh-key path. Defaults to the primary control plane. Options inherited from parent commands --add_dir_header If true, adds the file directory to the header of the log messages --alsologtostderr log to standard error as well as files (no effect when -logtostderr=tr...| Commands on minikube
minikube start Starts a local Kubernetes cluster Synopsis Starts a local Kubernetes cluster minikube start [flags] Options --addons minikube addons list Enable addons. see minikube addons list for a list of valid addon names. --apiserver-ips ipSlice A set of apiserver IP Addresses which are used in the generated certificate for kubernetes. This can be used if you want to make the apiserver available from outside the machine (default []) --apiserver-name string The authoritative apiserver host...| Commands on minikube
minikube status Gets the status of a local Kubernetes cluster Synopsis Gets the status of a local Kubernetes cluster. Exit status contains the status of minikube’s VM, cluster and Kubernetes encoded on it’s bits in this order from right to left. Eg: 7 meaning: 1 (for minikube NOK) + 2 (for cluster NOK) + 4 (for Kubernetes NOK) minikube status [flags] Options -f, --format string Go template format string for the status output. The format for Go templates can be found here: https://pkg.go.d...| Commands on minikube
minikube stop Stops a running local Kubernetes cluster Synopsis Stops a local Kubernetes cluster. This command stops the underlying VM or container, but keeps user data intact. The cluster can be started again with the “start” command. minikube stop [flags] Options --all Set flag to stop all profiles (clusters) --cancel-scheduled cancel any existing scheduled stop requests --keep-context-active keep the kube-context active after cluster is stopped. Defaults to false. -o, --output string F...| Commands on minikube
minikube tunnel Connect to LoadBalancer services Synopsis tunnel creates a route to services deployed with type LoadBalancer and sets their Ingress to their ClusterIP. for a detailed example see https://minikube.sigs.k8s.io/docs/tasks/loadbalancer minikube tunnel [flags] Options --bind-address string set tunnel bind address, empty or '*' indicates the tunnel should be available for all interfaces -c, --cleanup call with cleanup=true to remove old tunnels (default true) Options inherited from ...| Commands on minikube
minikube unpause unpause Kubernetes Synopsis unpause Kubernetes minikube unpause [flags] Aliases [resume] Options -A, --all-namespaces If set, unpause all namespaces -n, --namespaces strings namespaces to unpause (default [kube-system,kubernetes-dashboard,storage-gluster,istio-operator]) -o, --output string Format to print stdout in. Options include: [text,json] (default "text") Options inherited from parent commands --add_dir_header If true, adds the file directory to the header of the log m...| Commands on minikube
minikube update-check Print current and latest version number Synopsis Print current and latest version number minikube update-check [flags] Options inherited from parent commands --add_dir_header If true, adds the file directory to the header of the log messages --alsologtostderr log to standard error as well as files (no effect when -logtostderr=true) -b, --bootstrapper string The name of the cluster bootstrapper that will set up the Kubernetes cluster. (default "kubeadm") -h, --help --log_...| Commands on minikube
minikube update-context Update kubeconfig in case of an IP or port change Synopsis Retrieves the IP address of the running cluster, checks it with IP in kubeconfig, and corrects kubeconfig if incorrect. minikube update-context [flags] Options inherited from parent commands --add_dir_header If true, adds the file directory to the header of the log messages --alsologtostderr log to standard error as well as files (no effect when -logtostderr=true) -b, --bootstrapper string The name of the clust...| Commands on minikube
Print the version of minikube| minikube
Outputs the licenses of dependencies to a directory| minikube.sigs.k8s.io
Enable or disable a minikube addon| minikube.sigs.k8s.io
Manage cache for images| minikube.sigs.k8s.io
Generate command completion for a shell| minikube.sigs.k8s.io
Modify persistent configuration values| minikube.sigs.k8s.io
Copy the specified file into minikube| minikube.sigs.k8s.io
Access the Kubernetes dashboard running within the minikube cluster| minikube.sigs.k8s.io
Deletes a local Kubernetes cluster| minikube.sigs.k8s.io
Provides instructions to point your terminal's docker-cli to the Docker Engine inside minikube. (Useful for building docker images directly inside minikube)| minikube.sigs.k8s.io
Help about any command| minikube.sigs.k8s.io
Manage images| minikube
Returns a URL to connect to a service| minikube