From 6885cba1c2d7a6386f30c18229df285f708d6ad4 Mon Sep 17 00:00:00 2001 From: STeve Huang Date: Mon, 14 Aug 2023 14:58:04 -0400 Subject: [PATCH 1/2] [docs] Teleport Connect Kube gateway v14 update --- .../connect-your-client/teleport-connect.mdx | 17 +++++++++++++---- 1 file changed, 13 insertions(+), 4 deletions(-) diff --git a/docs/pages/connect-your-client/teleport-connect.mdx b/docs/pages/connect-your-client/teleport-connect.mdx index cf01e40e3b652..c0e1e0c1e6e03 100644 --- a/docs/pages/connect-your-client/teleport-connect.mdx +++ b/docs/pages/connect-your-client/teleport-connect.mdx @@ -96,13 +96,22 @@ reflected in both the tab title and the status bar. 1. Select the Kubes section. 1. Look for the cluster you wish to connect to and click the Connect button to the right. -A new local terminal tab will open which is preconfigured with the `$KUBECONFIG` environment variable -pointing to a configuration for the specified cluster. Any tools that you have installed that respect -the `$KUBECONFIG` environment variable (`kubectl`, `helm`, etc.) will work without additional configuration. -To identify the path to this config for use in other tools, run `echo $KUBECONFIG`. +A new local terminal tab will open with a new connection to the specified +cluster, and the terminal will be preconfigured with the `$KUBECONFIG` +environment variable pointing to a configuration for this specified cluster. Any +tools that you have installed that respect the `$KUBECONFIG` environment +variable (`kubectl`, `helm`, etc.) will work without additional configuration. +To identify the path to this config for use in other tools, run `echo +$KUBECONFIG`. Alternatively, you can look for the cluster in the search bar and press `Enter` to connect to it. +This connection will remain active until you disconnect the connection in the +connection list in the top left or close Teleport Connect. The value of the +`$KUBECONFIG` environment variable will persist between app restarts, but this +configuration file will not be available or usable when the connection is +disconnected or when Teleport Connect is closed. + ## Connecting to a database 1. Open a tab with cluster resources by clicking on the plus symbol at the end of the tab bar. You From 968d492ae9a75698cdaa72fe66ad18cf434bbbc1 Mon Sep 17 00:00:00 2001 From: STeve Huang Date: Wed, 16 Aug 2023 11:38:02 -0400 Subject: [PATCH 2/2] remove use of connection --- .../connect-your-client/teleport-connect.mdx | 29 +++++++++---------- 1 file changed, 14 insertions(+), 15 deletions(-) diff --git a/docs/pages/connect-your-client/teleport-connect.mdx b/docs/pages/connect-your-client/teleport-connect.mdx index c0e1e0c1e6e03..4bdbd86e75135 100644 --- a/docs/pages/connect-your-client/teleport-connect.mdx +++ b/docs/pages/connect-your-client/teleport-connect.mdx @@ -96,21 +96,20 @@ reflected in both the tab title and the status bar. 1. Select the Kubes section. 1. Look for the cluster you wish to connect to and click the Connect button to the right. -A new local terminal tab will open with a new connection to the specified -cluster, and the terminal will be preconfigured with the `$KUBECONFIG` -environment variable pointing to a configuration for this specified cluster. Any -tools that you have installed that respect the `$KUBECONFIG` environment -variable (`kubectl`, `helm`, etc.) will work without additional configuration. -To identify the path to this config for use in other tools, run `echo -$KUBECONFIG`. - -Alternatively, you can look for the cluster in the search bar and press `Enter` to connect to it. - -This connection will remain active until you disconnect the connection in the -connection list in the top left or close Teleport Connect. The value of the -`$KUBECONFIG` environment variable will persist between app restarts, but this -configuration file will not be available or usable when the connection is -disconnected or when Teleport Connect is closed. +Alternatively, you can look for the cluster in the search bar and press `Enter` +to connect to it. + +A new local terminal tab will open which is preconfigured with the `KUBECONFIG` +environment variable pointing to a configuration for the specified cluster. Any +tools that respect the `KUBECONFIG` environment variable (`kubectl`, `helm`, +etc.) will work without additional configuration. To identify the path to this +config for use in other tools, inspect the value of the `KUBECONFIG` +environment variable. + +The value of the `KUBECONFIG` environment variable will persist between app +restarts, but this configuration file will not be available or usable when the +Kubernetes cluster is removed from the connection list in the top left, or when +Teleport Connect is closed. ## Connecting to a database