Update kubernetes.md (#105)

This commit is contained in:
ethfoo 2022-11-02 16:23:54 +08:00 committed by GitHub
parent ee86c98fdf
commit f590d30fdc
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 2 deletions

View File

@ -22,7 +22,8 @@
#### 下载chart再部署
```bash
helm pull https://github.com/loggie-io/installation/releases/download/<VERSION>/loggie-<VERSION>.tgz && tar xvzf loggie-<VERSION>.tgz
VERSION=v1.3.0
helm pull https://github.com/loggie-io/installation/releases/download/${VERSION}/loggie-${VERSION}.tgz && tar xvzf loggie-${VERSION}.tgz
```
尝试修改一下其中的values.yaml。
请将以上的`<VERSION>`替换成具体的版本号。
@ -37,7 +38,7 @@ helm install loggie ./loggie -nloggie --create-namespace
#### 直接部署:
```bash
helm install loggie -nloggie --create-namespace https://github.com/loggie-io/installation/releases/download/<VERSION>/loggie-<VERSION>.tgz
helm install loggie -nloggie --create-namespace https://github.com/loggie-io/installation/releases/download/${VERSION}/loggie-${VERSION}.tgz
```
请将以上的`<VERSION>`替换成具体的版本号。