diff --git a/src/markdown-pages/install-with-kurl/connecting-remotely.md b/src/markdown-pages/install-with-kurl/connecting-remotely.md index 154840f1..f9ce3545 100644 --- a/src/markdown-pages/install-with-kurl/connecting-remotely.md +++ b/src/markdown-pages/install-with-kurl/connecting-remotely.md @@ -36,7 +36,7 @@ Or merge them into your main config with: ``` cp $HOME/.kube/config $HOME/.kube/config.bak -KUBECONFIG=$HOME/.kube/config.bak:$USER.conf kubectl config view --merge --flatten > $HOME/.kube/config +KUBECONFIG=$USER.conf:$HOME/.kube/config.bak kubectl config view --merge --flatten > $HOME/.kube/config ``` You can choose the kurl context with: