From 5c22d8aaef661eed0b561ff0ae3c120a329ee58e Mon Sep 17 00:00:00 2001 From: yy <56745951+lingdie@users.noreply.github.com> Date: Thu, 21 Dec 2023 18:45:12 +0800 Subject: [PATCH] chore: change deploy order. (#4441) * chore: add monitor for database and kubernetes. Signed-off-by: yy Signed-off-by: yy * chore: add monitor for database and kubernetes. Signed-off-by: yy Signed-off-by: yy * chore: fix pull image logic. Signed-off-by: yy Signed-off-by: yy * fix offline build * chore: fix database monitor. Signed-off-by: yy Signed-off-by: yy * chore: fix kb prometheus. Signed-off-by: yy Signed-off-by: yy * chore: fix deploy order problem. Signed-off-by: yy Signed-off-by: yy --------- Signed-off-by: yy --- scripts/cloud/install.sh | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/scripts/cloud/install.sh b/scripts/cloud/install.sh index 2e155f1ea4a..ad30899656a 100644 --- a/scripts/cloud/install.sh +++ b/scripts/cloud/install.sh @@ -620,6 +620,7 @@ execute_commands() { wait_cluster_ready sealos run "${image_registry}/${image_repository}/cert-manager:v${cert_manager_version#v:-1.8.0}" sealos run "${image_registry}/${image_repository}/openebs:v${openebs_version#v:-3.4.0}" + sealos run "${image_registry}/${image_repository}/metrics-server:v${metrics_server_version#v:-0.6.4}" kubectl get sc openebs-backup > /dev/null 2>&1 || kubectl create -f - <