diff --git a/README.md b/README.md index 9be5fb8..48fc295 100644 --- a/README.md +++ b/README.md @@ -82,6 +82,17 @@ flatpak install flathub app.freelens.Freelens flatpak run app.freelens.Freelens ``` +The application is sandboxed. It includes bundled `kubectl` and `helm` +commands and uses the `~/.kube/config` file by default. The `~/.freelens` +directory is stored in the sandbox. + +Flatpak adds wrappers for the `aws`, `gke-gcloud-auth-plugin`, and +`kubelogin` tools, running them as commands from the host system. + +The terminal uses `/bin/sh` by default, but it can be switched in the +settings to, for example, `/bin/bash` for a sandboxed environment or +`/app/bin/host-spawn` for a host environment. + #### APT repository Run the following commands: diff --git a/freelens/build/metainfo.xml b/freelens/build/metainfo.xml index 3457309..c73ff84 100644 --- a/freelens/build/metainfo.xml +++ b/freelens/build/metainfo.xml @@ -32,7 +32,7 @@ intuitive and user-friendly interface.

768 - app.freelens.Freelens + app.freelens.Freelens.desktop