fix: style issues in minikube docs

Signed-off-by: Anders F Björklund <anders.f.bjorklund@gmail.com>
This commit is contained in:
Anders F Björklund 2023-06-10 09:49:02 +02:00 committed by Florent BENOIT
parent 00e0b8e168
commit d24168689b
3 changed files with 3 additions and 3 deletions

View file

@ -12,7 +12,7 @@ When you create a Podman machine, Podman creates the machine in rootless mode.
With a Podman machine running on WSL, Minikube:
- Requires the rootful machine.
- Requires a rootful machine.
Therefore, set the Podman machine to rootful mode.

View file

@ -30,7 +30,7 @@ Minikube enables you to list loaded images, using:
$ minikube image list
```
You can also create a Pod that uses the loaded image.
You can also create a Pod that uses the loaded image:
1. Create a `verify_my_image.yaml` Kubernetes YAML file on your workstation.
Replace the placeholders:

View file

@ -27,7 +27,7 @@ With Podman Desktop, you can restart your local Minikube-powered Kubernetes clus
#### Workaround
Minikube has no command to restart a cluster.
Therefore, Podman Desktop stops the Minikube cluster, starts it again, and hopes for the best.
Therefore, Podman Desktop stops the Minikube cluster, and starts it again.
The Minikube cluster might not restart successfully.
In that case: