From 9465e4e9d1beb1f5cb9573b6eaa35d58243ced7f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E9=BB=84=E6=B5=B7?= <10402852@qq.com> Date: Sat, 14 Sep 2024 13:24:00 +0800 Subject: [PATCH] 'commit' --- 操作文档/1、K8S搭建/Kuboard v3.txt | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/操作文档/1、K8S搭建/Kuboard v3.txt b/操作文档/1、K8S搭建/Kuboard v3.txt index f163ae97..c92ffe53 100644 --- a/操作文档/1、K8S搭建/Kuboard v3.txt +++ b/操作文档/1、K8S搭建/Kuboard v3.txt @@ -20,3 +20,18 @@ docker tag swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/eipwork/kuboard:v docker pull swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/questdb/questdb:6.0.5 docker tag swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/questdb/questdb:6.0.5 docker.io/questdb/questdb:6.0.4 + +docker tag eipwork/kuboard-agent:v3 registry.mycompany.com/kuboard/kuboard-agent:v3 +docker tag eipwork/etcd-host:3.4.16-1 registry.mycompany.com/kuboard/etcd-host:3.4.16-1 +docker tag eipwork/kuboard:v3 registry.mycompany.com/kuboard/kuboard:v3 +docker tag questdb/questdb:6.0.4 registry.mycompany.com/kuboard/questdb:6.0.4 + +# 安装 +kubectl apply -f kuboard-v3.yaml + +# 等待 Kuboard v3 就绪 +watch kubectl get pods -n kuboard + +# 卸载 +kubectl delete -f kuboard-v3.yaml +rm -rf /usr/share/kuboard \ No newline at end of file