mirror of
https://github.com/podman-desktop/podman-desktop
synced 2026-05-24 10:18:53 +00:00
fix: style issues in minikube docs
Signed-off-by: Anders F Björklund <anders.f.bjorklund@gmail.com>
This commit is contained in:
parent
00e0b8e168
commit
d24168689b
3 changed files with 3 additions and 3 deletions
|
|
@ -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.
|
||||
|
||||
|
|
|
|||
|
|
@ -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:
|
||||
|
|
|
|||
|
|
@ -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:
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue