You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[t@localhost ~]$ minikube
**Minikube** is a CLI tool that provisions and manages single-node Kubernetes
clusters optimized for development workflows.
Basic Commands:
start Starts a local **kubernetes** cluster
status Gets the status of a local kubernetes cluster
stop Stops a running local kubernetes cluster
delete Deletes a local kubernetes cluster
dashboard Access the kubernetes dashboard running within the minikube
cluster
pause pause **containers**
unpause unpause **Kubernetes**
Images Commands:
docker-env Sets up docker env variables; similar to '$(docker-machine
env)'
podman-env Sets up podman env variables; similar to '$(podman-machine
env)'
cache Add or delete an image from the local cache.
Configuration and Management Commands:
addons *Modify minikube's kubernetes addons*
config Modify minikube config
profile Profile gets or sets the current minikube profile
update-context Verify the IP address of the running cluster in kubeconfig.
Networking and Connectivity Commands:
service Gets the kubernetes URL(s) for the specified service in your
local cluster
tunnel tunnel makes services of type LoadBalancer accessible on
localhost
Advanced Commands:
mount Mounts the specified directory into minikube
ssh Log into or run a command on a machine with SSH; similar to
'docker-machine ssh'
kubectl Run kubectl
node Node operations
Troubleshooting Commands:
ssh-key Retrieve the ssh identity key path of the specified cluster
ip Retrieves the IP address of the running cluster
logs Gets the logs of the running instance, used for debugging
minikube, not user code.
update-check Print current and latest version number
version Print the version of minikube
options Show a list of global command-line options (applies to all
commands).
Other Commands:
completion Outputs minikube shell completion for the given shell (bash,
zsh or fish)
The text was updated successfully, but these errors were encountered:
tstromberg
changed the title
"minikube" help text inconsistent terminology/casing
global help text inconsistent terminology/casing
May 1, 2020
tstromberg
changed the title
global help text inconsistent terminology/casing
root help text inconsistent terminology/casing
May 1, 2020
tstromberg
changed the title
root help text inconsistent terminology/casing
root help text inconsistent terminology/capitalization
May 1, 2020
The text was updated successfully, but these errors were encountered: