From d24168689bd33f6994186f7fe10cfce78cda3e2e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Anders=20F=20Bj=C3=B6rklund?= Date: Sat, 10 Jun 2023 09:49:02 +0200 Subject: [PATCH] fix: style issues in minikube docs MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Anders F Björklund --- .../minikube/configuring-podman-for-minikube-on-windows.md | 2 +- .../docs/kubernetes/minikube/pushing-an-image-to-minikube.md | 2 +- .../kubernetes/minikube/restarting-your-minikube-cluster.md | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/website/docs/kubernetes/minikube/configuring-podman-for-minikube-on-windows.md b/website/docs/kubernetes/minikube/configuring-podman-for-minikube-on-windows.md index 6529e85703a..6122e1c8739 100644 --- a/website/docs/kubernetes/minikube/configuring-podman-for-minikube-on-windows.md +++ b/website/docs/kubernetes/minikube/configuring-podman-for-minikube-on-windows.md @@ -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. diff --git a/website/docs/kubernetes/minikube/pushing-an-image-to-minikube.md b/website/docs/kubernetes/minikube/pushing-an-image-to-minikube.md index 88d9f2bb241..9b1a18a4fe7 100644 --- a/website/docs/kubernetes/minikube/pushing-an-image-to-minikube.md +++ b/website/docs/kubernetes/minikube/pushing-an-image-to-minikube.md @@ -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: diff --git a/website/docs/kubernetes/minikube/restarting-your-minikube-cluster.md b/website/docs/kubernetes/minikube/restarting-your-minikube-cluster.md index 24dee2ce25c..d1e3c14e83c 100644 --- a/website/docs/kubernetes/minikube/restarting-your-minikube-cluster.md +++ b/website/docs/kubernetes/minikube/restarting-your-minikube-cluster.md @@ -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: