Update kubernetes.md (#81)

This commit is contained in:
ethfoo 2022-07-07 10:35:15 +08:00 committed by GitHub
parent 136fddb7bb
commit 41606edb81
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 5 additions and 3 deletions

View File

@ -26,9 +26,6 @@ helm pull https://github.com/loggie-io/installation/releases/download/v1.2.0/log
```
尝试修改一下其中的values.yaml。
!!! node "想使用其他版本镜像?"
为了方便体验最新的Fix和特性我们提供了main分支每次合并后的镜像版本可通过 [这里](https://hub.docker.com/r/loggieio/loggie/tags) 进行选择。
然后部署安装:
@ -43,6 +40,11 @@ helm install loggie ./loggie -nloggie --create-namespace
helm install loggie -nloggie --create-namespace https://github.com/loggie-io/installation/releases/download/v1.2.0/loggie-v1.2.0.tgz
```
!!! node "想使用其他版本镜像?"
为了方便体验最新的Fix和特性我们提供了main分支每次合并后的镜像版本可通过 [这里](https://hub.docker.com/r/loggieio/loggie/tags) 进行选择。
同时你可以在helm install命令中增加`--set image=loggieio/loggie:vX.Y.Z`来指定具体的Loggie镜像。
!!! caution "部署有问题?"