From d13afb3ada6049cf0164c60d35d477828214a294 Mon Sep 17 00:00:00 2001 From: Caohongtao Date: Tue, 8 Oct 2024 02:56:19 +0000 Subject: [PATCH] =?UTF-8?q?update=20docs/user-guide/=E9=83=A8=E7=BD=B2?= =?UTF-8?q?=E6=8C=87=E5=8D=97/=E7=BD=91=E7=BB=9C=E7=8E=AF=E5=A2=83?= =?UTF-8?q?=E4=B8=8B=E9=83=A8=E7=BD=B2=E6=8C=87=E5=8D=97.md.?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Caohongtao --- ...\270\213\351\203\250\347\275\262\346\214\207\345\215\227.md" | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git "a/docs/user-guide/\351\203\250\347\275\262\346\214\207\345\215\227/\347\275\221\347\273\234\347\216\257\345\242\203\344\270\213\351\203\250\347\275\262\346\214\207\345\215\227.md" "b/docs/user-guide/\351\203\250\347\275\262\346\214\207\345\215\227/\347\275\221\347\273\234\347\216\257\345\242\203\344\270\213\351\203\250\347\275\262\346\214\207\345\215\227.md" index f2fda354..0f696fc5 100644 --- "a/docs/user-guide/\351\203\250\347\275\262\346\214\207\345\215\227/\347\275\221\347\273\234\347\216\257\345\242\203\344\270\213\351\203\250\347\275\262\346\214\207\345\215\227.md" +++ "b/docs/user-guide/\351\203\250\347\275\262\346\214\207\345\215\227/\347\275\221\347\273\234\347\216\257\345\242\203\344\270\213\351\203\250\347\275\262\346\214\207\345\215\227.md" @@ -449,7 +449,7 @@ curl -k -X POST "http://localhost:8005/kb/get_answer" -H "Content-Type: applic ### 3. 执行 `helm upgrade` 报错? ``` -Error: INSTALLATI0N FAILED: Kubenetes cluster unreachable: Get "http:/localhost:880/version": dial tcp [:1:8089: connect: connection refused +Error: INSTALLATI0N FAILED: Kubernetes cluster unreachable: Get "http:/localhost:880/version": dial tcp [:1:8089: connect: connection refused ``` - 解决办法 -- Gitee