From 455d70e1d69646b489c2a1e342fbe06039ef5c35 Mon Sep 17 00:00:00 2001 From: Adrian Moisey Date: Thu, 6 Feb 2025 15:26:21 +0200 Subject: [PATCH] Update yaml-register-worker-clusters.mdx Fix script and remove unused parameters --- .../install-kubeslice/yaml/yaml-register-worker-clusters.mdx | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/versioned_docs/version-1.3.0/install-kubeslice/yaml/yaml-register-worker-clusters.mdx b/versioned_docs/version-1.3.0/install-kubeslice/yaml/yaml-register-worker-clusters.mdx index 18c459f8..1229a5f3 100644 --- a/versioned_docs/version-1.3.0/install-kubeslice/yaml/yaml-register-worker-clusters.mdx +++ b/versioned_docs/version-1.3.0/install-kubeslice/yaml/yaml-register-worker-clusters.mdx @@ -297,6 +297,7 @@ cluster: endpoint: ${worker_endpoint} netop: networkInterface: ${networkInterface} +" ``` ### Execute the secrets.sh File @@ -306,7 +307,7 @@ The output of the script is required for the slice YAML file creation: Use the following command to get the secrets of the worker cluster from the **controller cluster**. ``` -sh secrets.sh +sh secrets.sh ``` **Example**