From 8c354551a394b313810967964c5554bcc8e3fabe Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?M=C3=A5rten=20Svantesson?= Date: Fri, 3 Jan 2025 11:14:07 +0100 Subject: [PATCH] docs: add instruction regarding connect to eks MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: MÃ¥rten Svantesson --- content/en/v3/admin/platforms/eks/_index.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/content/en/v3/admin/platforms/eks/_index.md b/content/en/v3/admin/platforms/eks/_index.md index 575bc282d5..9924606c64 100644 --- a/content/en/v3/admin/platforms/eks/_index.md +++ b/content/en/v3/admin/platforms/eks/_index.md @@ -79,6 +79,8 @@ Note: remember to create the Git repositories below in your Git Organization rat terraform plan terraform apply ``` +- Connect to the cluster using the command shown in the field `connect` of the output of `terraform apply`. To show + it again run `terraform output`. - Tail the Jenkins X installation logs