mirror of
https://github.com/podman-desktop/podman-desktop
synced 2026-05-23 09:48:59 +00:00
docs: view and select your current Kubernetes context in the status bar (#3090)
Signed-off-by: Fabrice Flore-Thébault <ffloreth@redhat.com>
This commit is contained in:
parent
85de87a257
commit
59c7ca6296
1 changed files with 24 additions and 0 deletions
|
|
@ -0,0 +1,24 @@
|
|||
---
|
||||
sidebar_position: 2
|
||||
title: Selecting a context in the status bar
|
||||
description: Viewing and selecting the current Kubernetes context in the status bar
|
||||
keywords: [podman desktop, podman, containers, pods, migrating, kubernetes]
|
||||
tags: [migrating-to-kubernetes]
|
||||
---
|
||||
|
||||
# Viewing and selecting the current Kubernetes context
|
||||
|
||||
With Podman Desktop, you can view and select your current Kubernetes context in the status bar.
|
||||
|
||||
#### 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. To view your current Kubernetes context, in the **Podman Desktop** main window status bar, see the name next to the <icon icon="fa-solid fa-server" size="lg" /> icon.
|
||||
|
||||
1. (Optionally) To change your Kubernetes context:
|
||||
1. Click <icon icon="fa-solid fa-server" size="lg" />.
|
||||
2. In the drop-down menu, click the context name to activate.
|
||||
Loading…
Reference in a new issue