From 776d1e557463a3cd9eeea454568e757d5be1952d Mon Sep 17 00:00:00 2001 From: Damien Tacheron Date: Wed, 30 Oct 2024 17:23:59 +0100 Subject: [PATCH] Update static_ip.md --- site/content/en/docs/tutorials/static_ip.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/site/content/en/docs/tutorials/static_ip.md b/site/content/en/docs/tutorials/static_ip.md index 6c416f946010..1d13ba9be951 100644 --- a/site/content/en/docs/tutorials/static_ip.md +++ b/site/content/en/docs/tutorials/static_ip.md @@ -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)