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 enhancement : Specifies that the use of the --static-ip flag is not possible with the HyperV driver #19885

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions site/content/en/docs/tutorials/static_ip.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,8 @@ Use the `--static-ip` flag on `minikube start` to set the static IP.

**Note:** You cannot add a static IP to an existing cluster, you have to delete and recreate the cluster with the flag.

**Note:** --static-ip is only implemented on Docker and Podman drivers, the flag will be ignored on HyperV driver

```
$ minikube start --driver docker --static-ip 192.168.200.200
😄 minikube v1.28.0 on Darwin 13.1 (arm64)
Expand Down