Skip to content

Commit

Permalink
docs update
Browse files Browse the repository at this point in the history
  • Loading branch information
gjmzj committed Nov 25, 2023
1 parent 9882399 commit 27aadac
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 1 deletion.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,7 @@
- **CentOS/RHEL** 7, 8, 9
- **Debian** 10, 11([notes](docs/setup/multi_os.md#Debian))
- **Fedora** 34, 35, 36, 37
- **Kylin Linux Advanced Server V10** 麒麟V10 Tercel, Lance
- **openSUSE** Leap 15.x([notes](docs/setup/multi_os.md#openSUSE))
- **Rocky Linux** 8, 9
- **Ubuntu** 16.04, 18.04, 20.04, 22.04
Expand Down
2 changes: 2 additions & 0 deletions docs/guide/efk.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
### 第一部分:EFK

本文档已过期(deprecated)

`EFK` 插件是`k8s`项目的一个日志解决方案,它包括三个组件:[Elasticsearch](), [Fluentd](), [Kibana]();Elasticsearch 是日志存储和日志搜索引擎,Fluentd 负责把`k8s`集群的日志发送给 Elasticsearch, Kibana 则是可视化界面查看和检索存储在 ES 中的数据。
- 建议在熟悉本文档内容后使用[Log-Pilot + ES + Kibana 日志方案](log-pilot.md)

Expand Down
2 changes: 1 addition & 1 deletion docs/setup/08-cluster-storage.md
Original file line number Diff line number Diff line change
Expand Up @@ -125,7 +125,7 @@ local_path_provisioner_dir: "/opt/local-path-provisioner"
$ dk ezctl setup ${集群名} 07

# 执行成功后验证
$ kubectl get pod --all-namespaces |grep nfs-client-provisioner
$ kubectl get pod --all-namespaces |grep provisioner
```

- 3.验证使用(略)
2 changes: 2 additions & 0 deletions ezdown
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,9 @@ kubeOvnVer=v1.11.5
localpathProvisionerVer=v0.0.24
# https://github.com/kubernetes-sigs/nfs-subdir-external-provisioner
nfsProvisionerVer=v4.0.2
#https://github.com/prometheus-community/helm-charts/tree/main/charts/kube-prometheus-stack
promChartVer=45.23.0
#https://github.com/bitnami/charts/tree/main/bitnami/kubeapps
kubeappsVer=12.4.3

function usage() {
Expand Down

0 comments on commit 27aadac

Please sign in to comment.