From 80dd975ba7b483bb624437d520f4a0c007f48bfc 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] fix: add instruction regarding connect to eks --- content/en/v3/admin/platforms/eks/_index.md | 1 + 1 file changed, 1 insertion(+) diff --git a/content/en/v3/admin/platforms/eks/_index.md b/content/en/v3/admin/platforms/eks/_index.md index 575bc282d5..2e200e4042 100644 --- a/content/en/v3/admin/platforms/eks/_index.md +++ b/content/en/v3/admin/platforms/eks/_index.md @@ -79,6 +79,7 @@ Note: remember to create the Git repositories below in your Git Organization rat terraform plan terraform apply ``` +- Connect to the cluster using the the command shown in the filed `connect` of the output of `terraform apply`. To show it again run `terraform output`. - Tail the Jenkins X installation logs