Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

root help text inconsistent terminology/capitalization #7965

Closed
tstromberg opened this issue May 1, 2020 · 0 comments · Fixed by #8036
Closed

root help text inconsistent terminology/capitalization #7965

tstromberg opened this issue May 1, 2020 · 0 comments · Fixed by #8036
Labels
kind/ux priority/backlog Higher priority than priority/awaiting-more-evidence.

Comments

@tstromberg
Copy link
Contributor

[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)
@tstromberg tstromberg changed the title "minikube" help text inconsistent terminology/casing global help text inconsistent terminology/casing May 1, 2020
@tstromberg tstromberg changed the title global help text inconsistent terminology/casing root help text inconsistent terminology/casing May 1, 2020
@tstromberg tstromberg changed the title root help text inconsistent terminology/casing root help text inconsistent terminology/capitalization May 1, 2020
@tstromberg tstromberg added kind/ux priority/backlog Higher priority than priority/awaiting-more-evidence. labels May 1, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
kind/ux priority/backlog Higher priority than priority/awaiting-more-evidence.
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant