Skip to content

Latest commit

 

History

History
34 lines (21 loc) · 1.67 KB

README.md

File metadata and controls

34 lines (21 loc) · 1.67 KB

Actions Status: Build & Create Package Actions Status: Build Package & Create Release

An extension for quick access kubernetes resources in GNOME Shell panel utilizing kubectl CLI

pods

services


Installation

Over extensions.gnome.org (EGO)

Install via install button -> https://extensions.gnome.org/extension/4147/kubectl-extension/

Generic (Local installation)

Move files into your locale extension directory (~/.local/share/gnome-shell/extensions/[email protected]) and enable the extension via the Tweak Tool, it is important to move it to [email protected] otherwise the extension will not be recognized by GNOME. Restart GNOME Shell (Alt+F2, r, Enter) and enable the extension through * gnome-tweak-tool* or extensions tool.

Data Provider

Data is used from kubectl CLI, make sure you have it installed.

Context usage

The extension uses kubectl contexts, so make sure you have a valid kube configuration. See also https://kubernetes.io/docs/tasks/access-application-cluster/configure-access-multiple-clusters/