mirror of https://github.com/loggie-io/docs.git
Feat: add node about using more images from dockerhub (#53)
This commit is contained in:
parent
41584a010d
commit
80f5f4feb3
|
@ -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.
|
||||
|
|
|
@ -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)
|
||||
|
|
Loading…
Reference in New Issue