From 860b0ce60ffaec218e79c6fce0e6c50e622fc013 Mon Sep 17 00:00:00 2001 From: Richie Sebastian <104349170+richiesebastian@users.noreply.github.com> Date: Mon, 19 Aug 2024 22:06:31 +0530 Subject: [PATCH 1/2] Update README.md --- README.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index b39897c..a371535 100644 --- a/README.md +++ b/README.md @@ -106,7 +106,11 @@ Before you begin, ensure the following steps are completed: metrics: insecure: true # Allow insecure connections for metrics ``` - +6. **Run the Installation Script Again to upgrade wokrer:** + - Execute the installation script using the following command: + ```bash + ./egs-installer.sh --input-yaml egs-installer-config.yaml + ``` --- ## 🛠️ Configuration details From 83948982081e6846825dff17b56ba172fc572428 Mon Sep 17 00:00:00 2001 From: Richie Sebastian <104349170+richiesebastian@users.noreply.github.com> Date: Mon, 19 Aug 2024 22:07:02 +0530 Subject: [PATCH 2/2] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index a371535..dde1280 100644 --- a/README.md +++ b/README.md @@ -106,7 +106,7 @@ Before you begin, ensure the following steps are completed: metrics: insecure: true # Allow insecure connections for metrics ``` -6. **Run the Installation Script Again to upgrade wokrer:** +6. **Run the Installation Script Again to apply the patch:** - Execute the installation script using the following command: ```bash ./egs-installer.sh --input-yaml egs-installer-config.yaml