From 8ca36eded2d543c0698998a32ed87bcf62554b9d Mon Sep 17 00:00:00 2001 From: mattiaverio <33694680+mattiaverio@users.noreply.github.com> Date: Tue, 24 Feb 2026 00:44:16 +0200 Subject: [PATCH] Clarified the behaviour of export command --- UH_Instruction.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/UH_Instruction.md b/UH_Instruction.md index 64b19f05b..23cad3725 100644 --- a/UH_Instruction.md +++ b/UH_Instruction.md @@ -52,7 +52,7 @@ If you haven't already, install the Kubernetes command-line tool: export KUBECONFIG=~/Downloads/coursetestcluster_kubeconfig.yaml ``` >[!TIP] ->To make this permanent for the current session, you can add it to your shell profile (`~/.bashrc` or `~/.zshrc`), or simply run this command every time you open a new terminal window to work on this project. +>Running this `export` command only configures your current terminal session. To make this change permanent across all future sessions, add the command to your shell profile (`~/.bashrc` or `~/.zshrc`). Otherwise, you will need to run the command every time you open a new terminal window for this project. upcloud_kubeconfig