From dbaa4c16032468ce60383f6cf9d5ffb6f3b2d543 Mon Sep 17 00:00:00 2001 From: chenzhiguo Date: Thu, 10 Oct 2024 15:32:54 +0800 Subject: [PATCH] Update README --- README.md | 1 + charts/joylive-injector/README-zh.md | 1 + charts/joylive-injector/README.md | 1 + 3 files changed, 3 insertions(+) diff --git a/README.md b/README.md index 0662d11..fbd6c87 100644 --- a/README.md +++ b/README.md @@ -13,6 +13,7 @@ Once Helm is set up properly, add the repository as follows: ```console helm repo add joylive https://jd-opensource.github.io/joylive-helm-charts +helm repo update ``` You can then run `helm search repo joylive` to see the charts. diff --git a/charts/joylive-injector/README-zh.md b/charts/joylive-injector/README-zh.md index 7c7ca00..de82b9d 100644 --- a/charts/joylive-injector/README-zh.md +++ b/charts/joylive-injector/README-zh.md @@ -20,6 +20,7 @@ 因证书签名已按照命名空间为`joylive`预生成,所以须指定安装到对应命名空间。 执行命令: ```bash helm repo add joylive https://jd-opensource.github.io/joylive-helm-charts +helm repo update kubectl create namespace joylive helm install joylive-injector joylive/joylive-injector -n joylive ``` diff --git a/charts/joylive-injector/README.md b/charts/joylive-injector/README.md index a7e5ecc..8eeb3e4 100644 --- a/charts/joylive-injector/README.md +++ b/charts/joylive-injector/README.md @@ -19,6 +19,7 @@ This program monitors the `CREATE`, `UPDATE`, `DELETE` events for `deployments` Since the certificate signature has been pre-generated according to the namespace `joylive`, it is necessary to specify installation to the corresponding namespace. Execute the command: ```bash helm repo add joylive https://jd-opensource.github.io/joylive-helm-charts +helm repo update kubectl create namespace joylive helm install joylive-injector joylive/joylive-injector -n joylive ```