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

Documentation issue with Powershell alias, with suggested fix #18792

Open
Boston-of-Gilead opened this issue May 2, 2024 · 0 comments
Open

Comments

@Boston-of-Gilead
Copy link

Boston-of-Gilead commented May 2, 2024

On the documentation page: https://minikube.sigs.k8s.io/docs/start/

There is the invalid Powershell command: alias kubectl="minikube kubectl --"

It should be: Set-Alias -Name kubectl -Value "minikube kubectl --"

Sshot of documentation command not working:

image

Sshot of my suggestion working:

image

Running Get-Alias shows the kubectl alias listed afterward.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant