Skip to content

Commit cac77c6

Browse files
authored
docs: updated the verification examples (podman-desktop#13884)
* docs: updated the verification examples Signed-off-by: Shipra Singh <shipsing@redhat.com> * docs: corrected a YAML file Signed-off-by: Shipra Singh <shipsing@redhat.com> --------- Signed-off-by: Shipra Singh <shipsing@redhat.com>
1 parent 13316fb commit cac77c6

10 files changed

Lines changed: 21 additions & 23 deletions

website/docs/kind/building-an-image-and-testing-it-in-kind.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ With Podman Desktop, you can build an image with your container engine, and test
5555

5656
#### Verification
5757

58-
1. Go to **Pods** from the left navigation pane.
58+
1. Go to **Kubernetes > Pods** from the left navigation pane.
5959
1. View the running `my-custom-image-container-pod` pod.
6060
![running pod](img/my-custom-image-container-pod.png)
6161
1. Click the pod name to view its details and logs.
-10.8 KB
Loading
-65.8 KB
Loading

website/docs/kind/pushing-an-image-to-kind.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,5 +57,5 @@ Therefore, create a pod that uses the loaded image.
5757
1. Click **Play**.
5858
![play a Kubernetes YAML](img/create-pod-from-kube-yaml.png)
5959
1. Click **Done**.
60-
1. View the created pod `verify-my-image` on the same page. The pod **STATUS** is **RUNNING**.
60+
1. Go to **Kubernetes > Pods**, and view the created pod `verify-my-image`. The pod **STATUS** is **RUNNING**.
6161
![play a Kubernetes YAML](img/verify-my-image-pod-running.png)
-7.43 KB
Loading

website/docs/lima/pushing-an-image-to-lima.md

Lines changed: 17 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -36,30 +36,28 @@ You can also create a pod that uses the loaded image:
3636

3737
1. Create a `verify_my_image.yaml` Kubernetes YAML file on your workstation.
3838
Replace the placeholders:
39-
40-
- Pod `name` and container `name` values must consist of lowercase alphanumeric characters, '-', or '.', and must start and end with an alphanumeric character.
41-
- Container `image` value is the image you pushed. You can click the name of the image to check its name and tag.
42-
43-
```yaml
44-
apiVersion: v1
45-
kind: Pod
46-
metadata:
47-
name: <verify-my-image>
48-
spec:
49-
containers:
50-
- name: <my-image>
51-
image: <my_image>:<my_tag>
52-
imagePullPolicy: Never
53-
```
39+
- Pod `name` and container `name` values must consist of lowercase alphanumeric characters, '-', or '.', and must start and end with an alphanumeric character.
40+
- Container `image` value is the image you pushed. You can click the name of the image to check its name and tag.
41+
42+
```yaml
43+
apiVersion: v1
44+
kind: Pod
45+
metadata:
46+
name: <verify-my-image>
47+
spec:
48+
containers:
49+
- name: <my-image>
50+
image: <my_image>:<my_tag>
51+
imagePullPolicy: Never
52+
```
5453
5554
1. Go to **Pods** from the left navigation pane.
5655
1. Click **Play Kubernetes YAML** and provide the following details:
57-
58-
- **Kubernetes YAML file**: select your `verify_my_image.yaml` file.
59-
- Set **Runtime** to **Kubernetes cluster**.
56+
- **Kubernetes YAML file**: select your `verify_my_image.yaml` file.
57+
- Set **Runtime** to **Kubernetes cluster**.
6058

6159
1. Click **Play**.
6260
![play a Kubernetes YAML](img/create-pod-from-kube-yaml.png)
6361
1. Click **Done**.
64-
1. View the created pod `verify-my-image` on the same page. The pod **STATUS** is **RUNNING**.
62+
1. Go to **Kubernetes > Pods**, and view the created pod `verify-my-image`. The pod **STATUS** is **RUNNING**.
6563
![play a Kubernetes YAML](img/verify-my-image-pod-running.png)

website/docs/minikube/building-an-image-and-testing-it-in-minikube.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ With Podman Desktop, you can build an image with your container engine, and test
5555

5656
#### Verification
5757

58-
1. Go to **Pods** from the left navigation pane.
58+
1. Go to **Kubernetes > Pods** from the left navigation pane.
5959
1. View the running `my-custom-image-container-pod` pod.
6060
![running pod](img/my-custom-image-container-pod.png)
6161
1. Click the pod name to view its details and logs.
-6.3 KB
Loading
-35.8 KB
Loading

website/docs/minikube/pushing-an-image-to-minikube.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,5 +58,5 @@ You can also create a pod that uses the loaded image:
5858
1. Click **Play**.
5959
![play a Kubernetes YAML](img/create-pod-from-kube-yaml.png)
6060
1. Click **Done**.
61-
1. View the created pod `verify-my-image` on the same page. The pod **STATUS** is **RUNNING**.
61+
1. Go to **Kubernetes > Pods**, and view the created pod `verify-my-image`. The pod **STATUS** is **RUNNING**.
6262
![play a Kubernetes YAML](img/verify-my-image-pod-running.png)

0 commit comments

Comments
 (0)