Feat: add node about using more images from dockerhub (#53)

This commit is contained in:
yeka 2022-05-12 21:01:28 +08:00 committed by GitHub
parent 41584a010d
commit 80f5f4feb3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 6 additions and 2 deletions

View File

@ -13,4 +13,4 @@ docker pull squidfunk/mkdocs-material
docker run --rm -it -p 8000:8000 -v ${PWD}:/docs squidfunk/mkdocs-material
```
Point your browser to localhost:8000 and you should see the webside.
Point your browser to localhost:8000 and you should see the website.

View File

@ -26,6 +26,10 @@ helm pull https://github.com/loggie-io/installation/releases/download/v1.1.0/log
```
尝试修改一下其中的values.yaml。
!!! node "想使用其他版本镜像?"
为了方便体验最新的Fix和特性我们提供了main分支每次合并后的镜像版本可通过 [这里](https://hub.docker.com/r/loggieio/loggie/tags) 进行选择。
然后部署安装:
```bash
@ -138,4 +142,4 @@ kubectl -nloggie logs -f ${logge-pod}
上文只是一个简单的快速演示部署出现问题或者想了解更多Kubernetes下Loggie如何使用
- 更全面的部署介绍:[Kubernetes下部署Loggie](../install/kubernetes.md)
- Kubernetes下日志采集最佳实践[Kubernetes下的日志采集](../../user-guide/use-in-kubernetes/collect-container-logs.md)
- Kubernetes下日志采集最佳实践[Kubernetes下的日志采集](../../user-guide/use-in-kubernetes/collect-container-logs.md)