mirror of https://github.com/loggie-io/docs.git
Update kubernetes.md (#105)
This commit is contained in:
parent
ee86c98fdf
commit
f590d30fdc
|
@ -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>`替换成具体的版本号。
|
||||
|
||||
|
|
Loading…
Reference in New Issue