Skip to content

Commit c557b54

Browse files
authored
docs(website): updated the Kubernetes section to reflect how to switc… (podman-desktop#12009)
* docs(website): updated the Kubernetes section to reflect how to switch between namespaces Signed-off-by: Shipra Singh <[email protected]> * docs(website): fixed the article usage Signed-off-by: Shipra Singh <[email protected]> --------- Signed-off-by: Shipra Singh <[email protected]>
1 parent cc9d3ac commit c557b54

15 files changed

+4
-3
lines changed

Diff for: website/docs/kubernetes/applying-a-yaml-manifest.md

+1
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,7 @@ This YAML manifest creates three pods that run the NGINX web server.
4646

4747
1. Go to the **Kubernetes** component page.
4848
1. Click **Deployments** in the left navigation pane.
49+
1. Select a namespace in which you want to create the object.
4950
1. Click **Apply YAML** and select the YAML manifest file. A confirmation notification opens.
5051
![applying a yaml manifest](img/applying-a-yaml-manifest.png)
5152
1. Click **OK**.

Diff for: website/docs/kubernetes/configuring-editing-kube-object.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ spec:
7171
1. View the created object:
7272
7373
- View the `Pod` object on the **Kubernetes > Pods** object page.
74-
- View the other Kubernetes objects on the related object page. For example, if you have created a `Node` object, you can view it on the **Kubernetes > Nodes** page.
74+
- View other Kubernetes objects on the related object page. For example, if you have created a `Node` object, you can view it on the **Kubernetes > Nodes** page.
7575

7676
2. Optional: Click the name of the object to view its detailed summary.
7777
![summary tab](img/summary-tab.png)

Diff for: website/docs/kubernetes/deploying-a-pod-to-kubernetes.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ With Podman Desktop, you can deploy a pod to your Kubernetes cluster with an act
4545
1. On the **Deploy generated pod to Kubernetes** screen, the created pod status is _Phase: Running_
4646
![Deploying a pod](img/deploying-a-pod.png)
4747

48-
1. Go to **Pods**: your Kubernetes pod is in the list.
48+
1. Go to **Kubernetes > Pods**: your Kubernetes pod is in the list.
4949
![kube pod in the list](img/kube-pod-in-the-list.png)
5050

5151
1. Optional: Check the running service on the **Kubernetes > Services** page.
5.8 KB
Loading

Diff for: website/docs/kubernetes/img/kube-pod-in-the-list.png

75.2 KB
Loading

Diff for: website/docs/kubernetes/img/my-nginx-deployment.png

8.43 KB
Loading

Diff for: website/docs/kubernetes/img/new-kubernetes-pod.png

11 KB
Loading

Diff for: website/docs/kubernetes/img/nginx-pods-running.png

10 KB
Loading

Diff for: website/docs/kubernetes/img/running-service.png

8.12 KB
Loading

Diff for: website/docs/kubernetes/viewing-and-selecting-current-kubernetes-context.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ Based on your configurations, Podman Desktop automatically populates the context
2020

2121
:::note
2222

23-
When you select a Kubernetes context, you can access all the namespaces associated with it. However, you cannot switch from one namespace to another using the Podman Desktop UI. As an alternative, you can use this command: `kubectl config set-context --current --namespace=<name-of-the-namespace>`.
23+
When you select a Kubernetes context, you can access all the namespaces associated with it. You can switch from one namespace to another using the Kubernetes dashboard page or the Kubernetes object pages.
2424

2525
:::
2626

Diff for: website/tutorial/img/apply-deployment-yaml.png

8.07 KB
Loading

Diff for: website/tutorial/img/new-deployment.png

7.79 KB
Loading

Diff for: website/tutorial/img/new-service-object.png

7.29 KB
Loading

Diff for: website/tutorial/img/object-actions.png

6.92 KB
Loading

Diff for: website/tutorial/img/running-pods.png

4.6 KB
Loading

0 commit comments

Comments
 (0)