docs: added _Viewing and selecting the current Kubernetes context_ (#2303)
BIN
website/docs/kubernetes/img/tray-icon-on-macos.png
Normal file
|
After Width: | Height: | Size: 1.2 KiB |
BIN
website/docs/kubernetes/img/tray-icon-on-windows-10.png
Normal file
|
After Width: | Height: | Size: 3.8 KiB |
BIN
website/docs/kubernetes/img/tray-kubernetes-on-linux.png
Normal file
|
After Width: | Height: | Size: 13 KiB |
BIN
website/docs/kubernetes/img/tray-kubernetes-on-macos.png
Normal file
|
After Width: | Height: | Size: 62 KiB |
BIN
website/docs/kubernetes/img/tray-kubernetes-on-windows-10.png
Normal file
|
After Width: | Height: | Size: 16 KiB |
BIN
website/docs/kubernetes/img/tray-main-menu-on-linux.png
Normal file
|
After Width: | Height: | Size: 8.8 KiB |
BIN
website/docs/kubernetes/img/tray-main-menu-on-macos.png
Normal file
|
After Width: | Height: | Size: 22 KiB |
BIN
website/docs/kubernetes/img/tray-main-menu-on-windows-10.png
Normal file
|
After Width: | Height: | Size: 10 KiB |
|
|
@ -0,0 +1,71 @@
|
|||
---
|
||||
sidebar_position: 10
|
||||
title: Kubernetes context
|
||||
description: Viewing and selecting the current Kubernetes context
|
||||
keywords: [podman desktop, podman, containers, pods, migrating, kubernetes]
|
||||
tags: [migrating-to-kubernetes]
|
||||
---
|
||||
|
||||
import Tabs from '@theme/Tabs';
|
||||
import TabItem from '@theme/TabItem';
|
||||
|
||||
# Viewing and selecting the current Kubernetes context
|
||||
|
||||
With Podman Desktop, you can view and select your current Kubernetes context.
|
||||
|
||||
#### Prerequisites
|
||||
|
||||
- You have a Kubernetes context in your kubeconfig file: _<your_kubernetes_cluster>_.
|
||||
For example, [Creating a kind cluster](kind/creating-a-kind-cluster).
|
||||
|
||||
#### Procedure
|
||||
|
||||
1. Open the **Podman Desktop tray** menu.
|
||||
|
||||
<Tabs groupId="operating-systems">
|
||||
<TabItem value="win" label="Windows">
|
||||
|
||||
In the task bar, click **Show hidden icons**.
|
||||
|
||||

|
||||
|
||||
Right-click the **Podman Desktop tray** icon to open the menu.
|
||||
|
||||

|
||||
|
||||
</TabItem>
|
||||
<TabItem value="mac" label="macOS">
|
||||
|
||||

|
||||
|
||||
</TabItem>
|
||||
<TabItem value="linux" label="Linux">
|
||||
|
||||

|
||||
|
||||
</TabItem>
|
||||
|
||||
</Tabs>
|
||||
|
||||
1. Click **Kubernetes** to see your current Kubernetes context.
|
||||
|
||||
<Tabs groupId="operating-systems">
|
||||
<TabItem value="win" label="Windows">
|
||||
|
||||

|
||||
|
||||
</TabItem>
|
||||
<TabItem value="mac" label="macOS">
|
||||
|
||||

|
||||
|
||||
</TabItem>
|
||||
<TabItem value="linux" label="Linux">
|
||||
|
||||

|
||||
|
||||
</TabItem>
|
||||
|
||||
</Tabs>
|
||||
|
||||
1. (Optionally) To change your Kubernetes context, click on the context name to activate.
|
||||