Skip to content

Commit

Permalink
Add note for bare-metal driver
Browse files Browse the repository at this point in the history
I open an issue (kubernetes#5308) while trying the command to create the second local cluster.  It turns out that this operation isn't supported with a bare-metal (none) driver and the code is being changed to catch this restriction early.

I thought it might be nice to add a warning to the examples page as well.
  • Loading branch information
pfuntner authored Sep 12, 2019
1 parent 38123cd commit 6004362
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion site/content/en/docs/Examples/_index.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ minikube makes it easy to open this exposed endpoint in your browser:

`minikube service hello-minikube`

Start a second local cluster:
Start a second local cluster (_note: This will not work if minikube is using the bare-metal/none driver_):

`minikube start -p cluster2`

Expand Down

0 comments on commit 6004362

Please sign in to comment.