From 01379bf7e1c258d5da661ce63e215963b0edf3ab Mon Sep 17 00:00:00 2001 From: shenlan Date: Tue, 16 Nov 2021 17:15:29 +0800 Subject: [PATCH] =?UTF-8?q?=E9=9B=86=E7=BE=A4=E6=97=A5=E5=BF=97=E7=BB=84?= =?UTF-8?q?=E4=BB=B6=E5=B8=B8=E8=A7=81=E9=97=AE=E9=A2=98:=20=E6=96=87?= =?UTF-8?q?=E6=A1=A3=E6=9B=B4=E6=96=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- troubleshooting/log_elk_summary.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/troubleshooting/log_elk_summary.md b/troubleshooting/log_elk_summary.md index c3a92a7a..f2075e8e 100644 --- a/troubleshooting/log_elk_summary.md +++ b/troubleshooting/log_elk_summary.md @@ -11,7 +11,7 @@ kubectl edit pvc multi-master-multi-master-0 kubectl edit pvc multi-master-multi-master-1 kubectl edit pvc multi-master-multi-master-2 ``` -详细操作参考[2.3在线扩容PVC](https://docs.ucloud.cn/uk8s/volume/expandvolume) +详细操作参考[2.3在线扩容PVC](/uk8s/volume/expandvolume) 扩容后 * 确认 pv/pvc状态 kubectl get pv | grep multi-master && kubectl get pvc @@ -33,7 +33,7 @@ curl http://${ES_CLUSTER_IP}:9200/_all/_settings | jq ## 2. 调整ES配置  -如果目前 ES PVC 容量非常大,按照ES默认配置 95% 存储依然剩余大量空余空间,可以调大ES参数阈值, 解除索引只读模式 , 将ES集群恢复至正常状态 +如果目前 ES PVC 容量非常大,按照ES默认配置 90% 存储依然剩余大量空余空间,可以调大ES参数阈值, 解除索引只读模式 , 将ES集群恢复至正常状态 ``` #!/bin/sh