昨天开始了解Sealos,想搞个容器给NLer玩,本帖记录折腾历史。
14 个赞
坐等更新。
在不断折腾中学会更多的技术。
1 个赞
打算使用 dev.nodeloc.com 这个域名。
根据官方文档 Self-hosting > Install | Sealos Docs
给出的是这个命令
$ curl -sfL $PROXY_PREFIX/https://raw.githubusercontent.com/labring/sealos/v5.0.1/scripts/cloud/install.sh -o /tmp/install.sh && SEALOS_VERSION=v5.0.1 && bash /tmp/install.sh \
--cloud-version=v5.0.1 \
--image-registry=registry.cn-shanghai.aliyuncs.com --zh \
--proxy-prefix=$PROXY_PREFIX \
--cloud-domain=<your_domain> \
--cert-path=<your_crt> \
--key-path=<your_key>
因为我没有证书,把最后两行去掉;我使用的国外服务器,不需要Proxy,把$PROXY_PREFIX去掉;国外访问国内阿里云镜像会拉不到,把 --image-registry=registry.cn-shanghai.aliyuncs.com 去掉,精简后命令如下
curl -sfL https://raw.githubusercontent.com/labring/sealos/v5.0.1/scripts/cloud/install.sh -o /tmp/install.sh && SEALOS_VERSION=v5.0.1 && bash /tmp/install.sh \
--cloud-version=v5.0.1 \
--zh \
--cloud-domain=dev.nodeloc.com
直接在服务器运行会进入安装界面
请输入 Master IP (单节点安装可输入回车跳过该步骤; 多个 Master 节点使用逗号分隔, 例: 192.168.0.1,192.168.0.2,192.168.0.3):
因为是单节点,直接回车
请输入 ssh 私钥路径 (回车使用默认值: '/root/.ssh/id_rsa'):
因为是密码登录,直接回车
请输入 Master IP (单节点安装可输入回车跳过该步骤; 多个 Master 节点使用逗号分隔, 例: 192.168.0.1,192.168.0.2,192.168.0.3):
请输入 ssh 私钥路径 (回车使用默认值: '/root/.ssh/id_rsa'):
请输入 ssh 密码 (回车使用免密登录):
请输入 Pod 子网 (回车使用默认值: 100.64.0.0/10):
请输入 Service 子网 (回车使用默认值: 10.96.0.0/22):
请输入 Sealos Cloud 端口 (回车使用默认值: 443):
请输入证书路径 (回车使用 ACME 自动申请证书):
是否启用 ACME 自动获取证书(输入 n 使用 Sealos 提供的自签证书)? (y/n): y
请为 '_acme-challenge.dev.nodeloc.com' 创建一条 CNAME 记录
指向 '9833949d-3633-4b4d-ac95-458aee8b34c7.auth.acme-dns.io'.
以上一路回车即可。
3 个赞
这用的是termius吗?
1 个赞
坐等更新发布
估计还需要折腾下才能稳定
王的降临
![]()
1 个赞
安装出错了
2025-08-09T05:37:19 info start to install app in this cluster
2025-08-09T05:37:19 info Executing SyncStatusAndCheck Pipeline in InstallProcessor
2025-08-09T05:37:19 info Executing ConfirmOverrideApps Pipeline in InstallProcessor
2025-08-09T05:37:19 info Executing PreProcess Pipeline in InstallProcessor
2025-08-09T05:37:19 info Executing pipeline MountRootfs in InstallProcessor.
2025-08-09T05:37:21 info render /var/lib/sealos/data/default/applications/default-qneeqryx/workdir/etc/sealos/.env from /var/lib/sealos/data/default/applications/default-qneeqryx/workdir/etc/sealos/.env.tmpl completed
2025-08-09T05:37:21 info render /var/lib/sealos/data/default/applications/default-qneeqryx/workdir/manifests/acme-cert.yaml from /var/lib/sealos/data/default/applications/default-qneeqryx/workdir/manifests/acme-cert.yaml.tmpl completed
2025-08-09T05:37:21 info render /var/lib/sealos/data/default/applications/default-qneeqryx/workdir/manifests/mock-cert.yaml from /var/lib/sealos/data/default/applications/default-qneeqryx/workdir/manifests/mock-cert.yaml.tmpl completed
2025-08-09T05:37:21 info render /var/lib/sealos/data/default/applications/default-qneeqryx/workdir/manifests/mongodb.yaml from /var/lib/sealos/data/default/applications/default-qneeqryx/workdir/manifests/mongodb.yaml.tmpl completed
2025-08-09T05:37:21 info Executing pipeline MirrorRegistry in InstallProcessor.
2025-08-09T05:37:21 info Executing UpgradeIfNeed Pipeline in InstallProcessor
namespace/sealos-system created
namespace/sealos created
customresourcedefinition.apiextensions.k8s.io/notifications.notification.sealos.io created
no mongodb uri found, create mongodb and gen mongodb uri
waiting for mongodb secret generated
waiting for mongodb ready ...mongodb secret has been generated successfully.
no cockroachdb uri found, create cockroachdb and gen cockroachdb uri
cockroachdb statefulset is created.
cockroachdb is ready.db ready ...
cockroachdb secret has been generated successfully.
Error from server (NotFound): configmaps "desktop-frontend-config" not found
Error from server (NotFound): configmaps "desktop-frontend-config" not found
scripts/init.sh: line 176: uuidgen: command not found
Error: exit status 127
root@dev ~ #
缺少 uuid-runtime
apt-get update && apt-get install -y uuid-runtime
安装一下后重新出发
root@dev ~ # curl -sfL https://raw.githubusercontent.com/labring/sealos/v5.0.1/scripts/cloud/install.sh -o /tmp/install.sh && SEALOS_VERSION=v5.0.1 && bash /tmp/install.sh --cloud-version=v5.0.1 --zh --cloud-domain=dev.nodeloc.com
Sealos CLI is already installed.
依赖 iptables, 请确保 iptables 已经安装, 多节点需要配置 ssh 免密登录或密码一致, 使用 Sealos 提供的自签证书安装完成后需要自信任证书
正在拉取镜像: sealos-cloud:v5.0.1
请输入 Sealos Cloud 端口 (回车使用默认值: 443):
请输入证书路径 (回车使用 ACME 自动申请证书):
是否启用 ACME 自动获取证书(输入 n 使用 Sealos 提供的自签证书)? (y/n):
是否启用 ACME 自动获取证书(输入 n 使用 Sealos 提供的自签证书)? (y/n): y
请为 '_acme-challenge.dev.nodeloc.com' 创建一条 CNAME 记录
指向 'e85f7d44-a24e-4d0d-a286-0115d6be35a9.auth.acme-dns.io'.
我已确认(回车继续):
2025-08-09T05:48:38 info start to install app in this cluster
2025-08-09T05:48:38 info Executing SyncStatusAndCheck Pipeline in InstallProcessor
2025-08-09T05:48:38 info Executing ConfirmOverrideApps Pipeline in InstallProcessor
2025-08-09T05:48:38 info are you sure to override these following apps?
docker.io/labring/cert-manager:v1.14.6
Do you want to continue on 'dev' cluster? Input 'dev' to continue: dev
2025-08-09T05:48:40 info Executing PreProcess Pipeline in InstallProcessor
2025-08-09T05:48:40 info Executing pipeline MountRootfs in InstallProcessor.
2025-08-09T05:48:40 info Executing pipeline MirrorRegistry in InstallProcessor.
2025-08-09T05:48:40 info trying default http mode to sync images to hosts [65.109.91.40:22]
2025-08-09T05:48:41 info Executing UpgradeIfNeed Pipeline in InstallProcessor
Release "cert-manager" has been upgraded. Happy Helming!
NAME: cert-manager
LAST DEPLOYED: Sat Aug 9 05:48:41 2025
NAMESPACE: cert-manager
STATUS: deployed
REVISION: 2
TEST SUITE: None
NOTES:
cert-manager v1.14.6 has been deployed successfully!
In order to begin issuing certificates, you will need to set up a ClusterIssuer
or Issuer resource (for example, by creating a 'letsencrypt-staging' issuer).
More information on the different types of issuers and how to configure them
can be found in our documentation:
https://cert-manager.io/docs/configuration/
For information on how to configure cert-manager to automatically provision
Certificates for Ingress resources, take a look at the `ingress-shim`
documentation:
https://cert-manager.io/docs/usage/ingress/
2025-08-09T05:48:43 info succeeded install app in this cluster
2025-08-09T05:48:43 info no nodes that need to be scaled
2025-08-09T05:48:43 info
___ ___ ___ ___ ___ ___
/\ \ /\ \ /\ \ /\__\ /\ \ /\ \
/::\ \ /::\ \ /::\ \ /:/ / /::\ \ /::\ \
/:/\ \ \ /:/\:\ \ /:/\:\ \ /:/ / /:/\:\ \ /:/\ \ \
_\:\~\ \ \ /::\~\:\ \ /::\~\:\ \ /:/ / /:/ \:\ \ _\:\~\ \ \
/\ \:\ \ \__\ /:/\:\ \:\__\ /:/\:\ \:\__\ /:/__/ /:/__/ \:\__\ /\ \:\ \ \__\
\:\ \:\ \/__/ \:\~\:\ \/__/ \/__\:\/:/ / \:\ \ \:\ \ /:/ / \:\ \:\ \/__/
\:\ \:\__\ \:\ \:\__\ \::/ / \:\ \ \:\ /:/ / \:\ \:\__\
\:\/:/ / \:\ \/__/ /:/ / \:\ \ \:\/:/ / \:\/:/ /
\::/ / \:\__\ /:/ / \:\__\ \::/ / \::/ /
\/__/ \/__/ \/__/ \/__/ \/__/ \/__/
Website: https://www.sealos.io/
Address: github.com/labring/sealos
Version: 5.0.1-beta2-22d9a138f
2025-08-09T05:48:43 info start to install app in this cluster
2025-08-09T05:48:43 info Executing SyncStatusAndCheck Pipeline in InstallProcessor
2025-08-09T05:48:43 info Executing ConfirmOverrideApps Pipeline in InstallProcessor
2025-08-09T05:48:43 info are you sure to override these following apps?
docker.io/labring/openebs:v3.10.0
Do you want to continue on 'dev' cluster? Input 'dev' to continue: dev
2025-08-09T05:48:46 info Executing PreProcess Pipeline in InstallProcessor
2025-08-09T05:48:46 info Executing pipeline MountRootfs in InstallProcessor.
2025-08-09T05:48:46 info Executing pipeline MirrorRegistry in InstallProcessor.
2025-08-09T05:48:46 info trying default http mode to sync images to hosts [65.109.91.40:22]
2025-08-09T05:48:46 info Executing UpgradeIfNeed Pipeline in InstallProcessor
Release "openebs" has been upgraded. Happy Helming!
NAME: openebs
LAST DEPLOYED: Sat Aug 9 05:48:46 2025
NAMESPACE: openebs
STATUS: deployed
REVISION: 2
TEST SUITE: None
NOTES:
Successfully installed OpenEBS.
Check the status by running: kubectl get pods -n openebs
The default values will install NDM and enable OpenEBS hostpath and device
storage engines along with their default StorageClasses. Use `kubectl get sc`
to see the list of installed OpenEBS StorageClasses.
**Note**: If you are upgrading from the older helm chart that was using cStor
and Jiva (non-csi) volumes, you will have to run the following command to include
the older provisioners:
helm upgrade openebs openebs/openebs \
--namespace openebs \
--set legacy.enabled=true \
--reuse-values
For other engines, you will need to perform a few more additional steps to
enable the engine, configure the engines (e.g. creating pools) and create
StorageClasses.
For example, cStor can be enabled using commands like:
helm upgrade openebs openebs/openebs \
--namespace openebs \
--set cstor.enabled=true \
--reuse-values
For more information,
- view the online documentation at https://openebs.io/docs or
- connect with an active community on Kubernetes slack #openebs channel.
2025-08-09T05:48:47 info succeeded install app in this cluster
2025-08-09T05:48:47 info no nodes that need to be scaled
2025-08-09T05:48:47 info
___ ___ ___ ___ ___ ___
/\ \ /\ \ /\ \ /\__\ /\ \ /\ \
/::\ \ /::\ \ /::\ \ /:/ / /::\ \ /::\ \
/:/\ \ \ /:/\:\ \ /:/\:\ \ /:/ / /:/\:\ \ /:/\ \ \
_\:\~\ \ \ /::\~\:\ \ /::\~\:\ \ /:/ / /:/ \:\ \ _\:\~\ \ \
/\ \:\ \ \__\ /:/\:\ \:\__\ /:/\:\ \:\__\ /:/__/ /:/__/ \:\__\ /\ \:\ \ \__\
\:\ \:\ \/__/ \:\~\:\ \/__/ \/__\:\/:/ / \:\ \ \:\ \ /:/ / \:\ \:\ \/__/
\:\ \:\__\ \:\ \:\__\ \::/ / \:\ \ \:\ /:/ / \:\ \:\__\
\:\/:/ / \:\ \/__/ /:/ / \:\ \ \:\/:/ / \:\/:/ /
\::/ / \:\__\ /:/ / \:\__\ \::/ / \::/ /
\/__/ \/__/ \/__/ \/__/ \/__/ \/__/
Website: https://www.sealos.io/
Address: github.com/labring/sealos
Version: 5.0.1-beta2-22d9a138f
2025-08-09T05:48:47 info start to install app in this cluster
2025-08-09T05:48:47 info Executing SyncStatusAndCheck Pipeline in InstallProcessor
2025-08-09T05:48:47 info Executing ConfirmOverrideApps Pipeline in InstallProcessor
2025-08-09T05:48:47 info are you sure to override these following apps?
docker.io/labring/metrics-server:v0.6.4
Do you want to continue on 'dev' cluster? Input 'dev' to continue: dev
2025-08-09T05:48:48 info Executing PreProcess Pipeline in InstallProcessor
2025-08-09T05:48:48 info Executing pipeline MountRootfs in InstallProcessor.
2025-08-09T05:48:48 info Executing pipeline MirrorRegistry in InstallProcessor.
2025-08-09T05:48:48 info trying default http mode to sync images to hosts [65.109.91.40:22]
2025-08-09T05:48:49 info Executing UpgradeIfNeed Pipeline in InstallProcessor
Release "metrics-server" has been upgraded. Happy Helming!
NAME: metrics-server
LAST DEPLOYED: Sat Aug 9 05:48:49 2025
NAMESPACE: kube-system
STATUS: deployed
REVISION: 2
TEST SUITE: None
NOTES:
***********************************************************************
* Metrics Server *
***********************************************************************
Chart version: 3.11.0
App version: 0.6.4
Image tag: registry.k8s.io/metrics-server/metrics-server:v0.6.4
***********************************************************************
2025-08-09T05:48:49 info succeeded install app in this cluster
2025-08-09T05:48:49 info no nodes that need to be scaled
2025-08-09T05:48:49 info
___ ___ ___ ___ ___ ___
/\ \ /\ \ /\ \ /\__\ /\ \ /\ \
/::\ \ /::\ \ /::\ \ /:/ / /::\ \ /::\ \
/:/\ \ \ /:/\:\ \ /:/\:\ \ /:/ / /:/\:\ \ /:/\ \ \
_\:\~\ \ \ /::\~\:\ \ /::\~\:\ \ /:/ / /:/ \:\ \ _\:\~\ \ \
/\ \:\ \ \__\ /:/\:\ \:\__\ /:/\:\ \:\__\ /:/__/ /:/__/ \:\__\ /\ \:\ \ \__\
\:\ \:\ \/__/ \:\~\:\ \/__/ \/__\:\/:/ / \:\ \ \:\ \ /:/ / \:\ \:\ \/__/
\:\ \:\__\ \:\ \:\__\ \::/ / \:\ \ \:\ /:/ / \:\ \:\__\
\:\/:/ / \:\ \/__/ /:/ / \:\ \ \:\/:/ / \:\/:/ /
\::/ / \:\__\ /:/ / \:\__\ \::/ / \::/ /
\/__/ \/__/ \/__/ \/__/ \/__/ \/__/
Website: https://www.sealos.io/
Address: github.com/labring/sealos
Version: 5.0.1-beta2-22d9a138f
2025-08-09T05:48:49 info start to install app in this cluster
2025-08-09T05:48:49 info Executing SyncStatusAndCheck Pipeline in InstallProcessor
2025-08-09T05:48:49 info Executing ConfirmOverrideApps Pipeline in InstallProcessor
2025-08-09T05:48:49 info are you sure to override these following apps?
docker.io/labring/cockroach:v2.12.0
Do you want to continue on 'dev' cluster? Input 'dev' to continue: dev
2025-08-09T05:48:52 info Executing PreProcess Pipeline in InstallProcessor
2025-08-09T05:48:52 info Executing pipeline MountRootfs in InstallProcessor.
2025-08-09T05:48:52 info render /var/lib/sealos/data/default/applications/default-wolp22kd/workdir/manifests/deploy.yaml from /var/lib/sealos/data/default/applications/default-wolp22kd/workdir/manifests/deploy.yaml.tmpl completed
2025-08-09T05:48:52 info Executing pipeline MirrorRegistry in InstallProcessor.
2025-08-09T05:48:52 info trying default http mode to sync images to hosts [65.109.91.40:22]
2025-08-09T05:48:52 info Executing UpgradeIfNeed Pipeline in InstallProcessor
customresourcedefinition.apiextensions.k8s.io/crdbclusters.crdb.cockroachlabs.com configured
namespace/cockroach-operator-system unchanged
serviceaccount/cockroach-operator-sa unchanged
clusterrole.rbac.authorization.k8s.io/cockroach-operator-role configured
clusterrolebinding.rbac.authorization.k8s.io/cockroach-operator-rolebinding unchanged
service/cockroach-operator-webhook-service unchanged
deployment.apps/cockroach-operator-manager unchanged
mutatingwebhookconfiguration.admissionregistration.k8s.io/cockroach-operator-mutating-webhook-configuration configured
validatingwebhookconfiguration.admissionregistration.k8s.io/cockroach-operator-validating-webhook-configuration configured
2025-08-09T05:48:53 info succeeded install app in this cluster
2025-08-09T05:48:53 info no nodes that need to be scaled
2025-08-09T05:48:53 info
___ ___ ___ ___ ___ ___
/\ \ /\ \ /\ \ /\__\ /\ \ /\ \
/::\ \ /::\ \ /::\ \ /:/ / /::\ \ /::\ \
/:/\ \ \ /:/\:\ \ /:/\:\ \ /:/ / /:/\:\ \ /:/\ \ \
_\:\~\ \ \ /::\~\:\ \ /::\~\:\ \ /:/ / /:/ \:\ \ _\:\~\ \ \
/\ \:\ \ \__\ /:/\:\ \:\__\ /:/\:\ \:\__\ /:/__/ /:/__/ \:\__\ /\ \:\ \ \__\
\:\ \:\ \/__/ \:\~\:\ \/__/ \/__\:\/:/ / \:\ \ \:\ \ /:/ / \:\ \:\ \/__/
\:\ \:\__\ \:\ \:\__\ \::/ / \:\ \ \:\ /:/ / \:\ \:\__\
\:\/:/ / \:\ \/__/ /:/ / \:\ \ \:\/:/ / \:\/:/ /
\::/ / \:\__\ /:/ / \:\__\ \::/ / \::/ /
\/__/ \/__/ \/__/ \/__/ \/__/ \/__/
Website: https://www.sealos.io/
Address: github.com/labring/sealos
Version: 5.0.1-beta2-22d9a138f
正在安装 kubernetes 监控.
2025-08-09T05:48:53 info start to install app in this cluster
2025-08-09T05:48:53 info Executing SyncStatusAndCheck Pipeline in InstallProcessor
2025-08-09T05:48:53 info Executing ConfirmOverrideApps Pipeline in InstallProcessor
2025-08-09T05:48:53 info are you sure to override these following apps?
docker.io/labring/victoria-metrics-k8s-stack:v1.96.0
Do you want to continue on 'dev' cluster? Input 'dev' to continue: dev
2025-08-09T05:48:55 info Executing PreProcess Pipeline in InstallProcessor
2025-08-09T05:48:55 info Executing pipeline MountRootfs in InstallProcessor.
2025-08-09T05:48:56 info Executing pipeline MirrorRegistry in InstallProcessor.
2025-08-09T05:48:56 info trying default http mode to sync images to hosts [65.109.91.40:22]
2025-08-09T05:48:56 info Executing UpgradeIfNeed Pipeline in InstallProcessor
Release "victoria-metrics-k8s-stack" has been upgraded. Happy Helming!
NAME: victoria-metrics-k8s-stack
LAST DEPLOYED: Sat Aug 9 05:48:57 2025
NAMESPACE: vm
STATUS: deployed
REVISION: 2
2025-08-09T05:49:05 info succeeded install app in this cluster
2025-08-09T05:49:05 info no nodes that need to be scaled
2025-08-09T05:49:05 info
___ ___ ___ ___ ___ ___
/\ \ /\ \ /\ \ /\__\ /\ \ /\ \
/::\ \ /::\ \ /::\ \ /:/ / /::\ \ /::\ \
/:/\ \ \ /:/\:\ \ /:/\:\ \ /:/ / /:/\:\ \ /:/\ \ \
_\:\~\ \ \ /::\~\:\ \ /::\~\:\ \ /:/ / /:/ \:\ \ _\:\~\ \ \
/\ \:\ \ \__\ /:/\:\ \:\__\ /:/\:\ \:\__\ /:/__/ /:/__/ \:\__\ /\ \:\ \ \__\
\:\ \:\ \/__/ \:\~\:\ \/__/ \/__\:\/:/ / \:\ \ \:\ \ /:/ / \:\ \:\ \/__/
\:\ \:\__\ \:\ \:\__\ \::/ / \:\ \ \:\ /:/ / \:\ \:\__\
\:\/:/ / \:\ \/__/ /:/ / \:\ \ \:\/:/ / \:\/:/ /
\::/ / \:\__\ /:/ / \:\__\ \::/ / \::/ /
\/__/ \/__/ \/__/ \/__/ \/__/ \/__/
Website: https://www.sealos.io/
Address: github.com/labring/sealos
Version: 5.0.1-beta2-22d9a138f
正在安装 Higress 和 Kubeblocks.
2025-08-09T05:49:05 warn duplicate resource: Config/higress-config, replace with new one
2025-08-09T05:49:05 warn duplicate resource: Config/higress-console-config, replace with new one
2025-08-09T05:49:05 info start to install app in this cluster
2025-08-09T05:49:05 info Executing SyncStatusAndCheck Pipeline in InstallProcessor
2025-08-09T05:49:05 info Executing ConfirmOverrideApps Pipeline in InstallProcessor
2025-08-09T05:49:05 info are you sure to override these following apps?
docker.io/labring/higress:v2.0.0
Do you want to continue on 'dev' cluster? Input 'dev' to continue: dev
2025-08-09T05:49:14 info Executing PreProcess Pipeline in InstallProcessor
2025-08-09T05:49:15 info Executing pipeline MountRootfs in InstallProcessor.
2025-08-09T05:49:15 info Executing pipeline MirrorRegistry in InstallProcessor.
2025-08-09T05:49:15 info trying default http mode to sync images to hosts [65.109.91.40:22]
2025-08-09T05:49:15 info Executing UpgradeIfNeed Pipeline in InstallProcessor
Release "higress" has been upgraded. Happy Helming!
NAME: higress
LAST DEPLOYED: Sat Aug 9 05:49:15 2025
NAMESPACE: higress-system
STATUS: deployed
REVISION: 2
TEST SUITE: None
NOTES:
Use the following command to access the console:
hgctl dashboard console
Because you choose to create an Ingress resource for Higress Console, you can use the following URL to access it as well:
http://console.higress.io/
Higress successfully installed!
To learn more about the release, try:
$ helm status higress -n higress-system
$ helm get all higress -n higress-system
2025-08-09T05:49:17 info succeeded install app in this cluster
2025-08-09T05:49:17 info no nodes that need to be scaled
2025-08-09T05:49:17 info
___ ___ ___ ___ ___ ___
/\ \ /\ \ /\ \ /\__\ /\ \ /\ \
/::\ \ /::\ \ /::\ \ /:/ / /::\ \ /::\ \
/:/\ \ \ /:/\:\ \ /:/\:\ \ /:/ / /:/\:\ \ /:/\ \ \
_\:\~\ \ \ /::\~\:\ \ /::\~\:\ \ /:/ / /:/ \:\ \ _\:\~\ \ \
/\ \:\ \ \__\ /:/\:\ \:\__\ /:/\:\ \:\__\ /:/__/ /:/__/ \:\__\ /\ \:\ \ \__\
\:\ \:\ \/__/ \:\~\:\ \/__/ \/__\:\/:/ / \:\ \ \:\ \ /:/ / \:\ \:\ \/__/
\:\ \:\__\ \:\ \:\__\ \::/ / \:\ \ \:\ /:/ / \:\ \:\__\
\:\/:/ / \:\ \/__/ /:/ / \:\ \ \:\/:/ / \:\/:/ /
\::/ / \:\__\ /:/ / \:\__\ \::/ / \::/ /
\/__/ \/__/ \/__/ \/__/ \/__/ \/__/
Website: https://www.sealos.io/
Address: github.com/labring/sealos
Version: 5.0.1-beta2-22d9a138f
configmap/higress-https unchanged
envoyfilter.networking.istio.io/hcm-options unchanged
envoyfilter.networking.istio.io/global-route-config unchanged
envoyfilter.networking.istio.io/tailscale-options unchanged
正在优化H2流控缓冲区大小.
configmap/higress-config patched (no change)
2025-08-09T05:49:17 info start to install app in this cluster
2025-08-09T05:49:17 info Executing SyncStatusAndCheck Pipeline in InstallProcessor
2025-08-09T05:49:17 info Executing ConfirmOverrideApps Pipeline in InstallProcessor
2025-08-09T05:49:17 info are you sure to override these following apps?
docker.io/labring/kubeblocks:v0.8.2
Do you want to continue on 'dev' cluster? Input 'dev' to continue: dev
2025-08-09T05:49:19 info Executing PreProcess Pipeline in InstallProcessor
2025-08-09T05:49:19 info Executing pipeline MountRootfs in InstallProcessor.
2025-08-09T05:49:19 info Executing pipeline MirrorRegistry in InstallProcessor.
2025-08-09T05:49:19 info trying default http mode to sync images to hosts [65.109.91.40:22]
2025-08-09T05:49:19 info Executing UpgradeIfNeed Pipeline in InstallProcessor
Error from server (AlreadyExists): error when creating "charts/kubeblocks/crds/kubeblocks_crds.yaml": customresourcedefinitions.apiextensions.k8s.io "backuppolicytemplates.apps.kubeblocks.io" already exists
Error from server (AlreadyExists): error when creating "charts/kubeblocks/crds/kubeblocks_crds.yaml": customresourcedefinitions.apiextensions.k8s.io "clusterdefinitions.apps.kubeblocks.io" already exists
Error from server (AlreadyExists): error when creating "charts/kubeblocks/crds/kubeblocks_crds.yaml": customresourcedefinitions.apiextensions.k8s.io "clusters.apps.kubeblocks.io" already exists
Error from server (AlreadyExists): error when creating "charts/kubeblocks/crds/kubeblocks_crds.yaml": customresourcedefinitions.apiextensions.k8s.io "clusterversions.apps.kubeblocks.io" already exists
Error from server (AlreadyExists): error when creating "charts/kubeblocks/crds/kubeblocks_crds.yaml": customresourcedefinitions.apiextensions.k8s.io "componentclassdefinitions.apps.kubeblocks.io" already exists
Error from server (AlreadyExists): error when creating "charts/kubeblocks/crds/kubeblocks_crds.yaml": customresourcedefinitions.apiextensions.k8s.io "componentdefinitions.apps.kubeblocks.io" already exists
Error from server (AlreadyExists): error when creating "charts/kubeblocks/crds/kubeblocks_crds.yaml": customresourcedefinitions.apiextensions.k8s.io "componentresourceconstraints.apps.kubeblocks.io" already exists
Error from server (AlreadyExists): error when creating "charts/kubeblocks/crds/kubeblocks_crds.yaml": customresourcedefinitions.apiextensions.k8s.io "components.apps.kubeblocks.io" already exists
Error from server (AlreadyExists): error when creating "charts/kubeblocks/crds/kubeblocks_crds.yaml": customresourcedefinitions.apiextensions.k8s.io "configconstraints.apps.kubeblocks.io" already exists
Error from server (AlreadyExists): error when creating "charts/kubeblocks/crds/kubeblocks_crds.yaml": customresourcedefinitions.apiextensions.k8s.io "configurations.apps.kubeblocks.io" already exists
Error from server (AlreadyExists): error when creating "charts/kubeblocks/crds/kubeblocks_crds.yaml": customresourcedefinitions.apiextensions.k8s.io "opsdefinitions.apps.kubeblocks.io" already exists
Error from server (AlreadyExists): error when creating "charts/kubeblocks/crds/kubeblocks_crds.yaml": customresourcedefinitions.apiextensions.k8s.io "opsrequests.apps.kubeblocks.io" already exists
Error from server (AlreadyExists): error when creating "charts/kubeblocks/crds/kubeblocks_crds.yaml": customresourcedefinitions.apiextensions.k8s.io "servicedescriptors.apps.kubeblocks.io" already exists
Error from server (AlreadyExists): error when creating "charts/kubeblocks/crds/kubeblocks_crds.yaml": customresourcedefinitions.apiextensions.k8s.io "actionsets.dataprotection.kubeblocks.io" already exists
Error from server (AlreadyExists): error when creating "charts/kubeblocks/crds/kubeblocks_crds.yaml": customresourcedefinitions.apiextensions.k8s.io "backuppolicies.dataprotection.kubeblocks.io" already exists
Error from server (AlreadyExists): error when creating "charts/kubeblocks/crds/kubeblocks_crds.yaml": customresourcedefinitions.apiextensions.k8s.io "backuprepos.dataprotection.kubeblocks.io" already exists
Error from server (AlreadyExists): error when creating "charts/kubeblocks/crds/kubeblocks_crds.yaml": customresourcedefinitions.apiextensions.k8s.io "backups.dataprotection.kubeblocks.io" already exists
Error from server (AlreadyExists): error when creating "charts/kubeblocks/crds/kubeblocks_crds.yaml": customresourcedefinitions.apiextensions.k8s.io "backupschedules.dataprotection.kubeblocks.io" already exists
Error from server (AlreadyExists): error when creating "charts/kubeblocks/crds/kubeblocks_crds.yaml": customresourcedefinitions.apiextensions.k8s.io "restores.dataprotection.kubeblocks.io" already exists
Error from server (AlreadyExists): error when creating "charts/kubeblocks/crds/kubeblocks_crds.yaml": customresourcedefinitions.apiextensions.k8s.io "addons.extensions.kubeblocks.io" already exists
Error from server (AlreadyExists): error when creating "charts/kubeblocks/crds/kubeblocks_crds.yaml": customresourcedefinitions.apiextensions.k8s.io "storageproviders.storage.kubeblocks.io" already exists
Error from server (AlreadyExists): error when creating "charts/kubeblocks/crds/kubeblocks_crds.yaml": customresourcedefinitions.apiextensions.k8s.io "replicatedstatemachines.workloads.kubeblocks.io" already exists
customresourcedefinition.apiextensions.k8s.io/backuppolicytemplates.apps.kubeblocks.io replaced
customresourcedefinition.apiextensions.k8s.io/clusterdefinitions.apps.kubeblocks.io replaced
customresourcedefinition.apiextensions.k8s.io/clusters.apps.kubeblocks.io replaced
customresourcedefinition.apiextensions.k8s.io/clusterversions.apps.kubeblocks.io replaced
customresourcedefinition.apiextensions.k8s.io/componentclassdefinitions.apps.kubeblocks.io replaced
customresourcedefinition.apiextensions.k8s.io/componentdefinitions.apps.kubeblocks.io replaced
customresourcedefinition.apiextensions.k8s.io/componentresourceconstraints.apps.kubeblocks.io replaced
customresourcedefinition.apiextensions.k8s.io/components.apps.kubeblocks.io replaced
customresourcedefinition.apiextensions.k8s.io/configconstraints.apps.kubeblocks.io replaced
customresourcedefinition.apiextensions.k8s.io/configurations.apps.kubeblocks.io replaced
customresourcedefinition.apiextensions.k8s.io/opsdefinitions.apps.kubeblocks.io replaced
customresourcedefinition.apiextensions.k8s.io/opsrequests.apps.kubeblocks.io replaced
customresourcedefinition.apiextensions.k8s.io/servicedescriptors.apps.kubeblocks.io replaced
customresourcedefinition.apiextensions.k8s.io/actionsets.dataprotection.kubeblocks.io replaced
customresourcedefinition.apiextensions.k8s.io/backuppolicies.dataprotection.kubeblocks.io replaced
customresourcedefinition.apiextensions.k8s.io/backuprepos.dataprotection.kubeblocks.io replaced
customresourcedefinition.apiextensions.k8s.io/backups.dataprotection.kubeblocks.io replaced
customresourcedefinition.apiextensions.k8s.io/backupschedules.dataprotection.kubeblocks.io replaced
customresourcedefinition.apiextensions.k8s.io/restores.dataprotection.kubeblocks.io replaced
customresourcedefinition.apiextensions.k8s.io/addons.extensions.kubeblocks.io replaced
customresourcedefinition.apiextensions.k8s.io/storageproviders.storage.kubeblocks.io replaced
customresourcedefinition.apiextensions.k8s.io/replicatedstatemachines.workloads.kubeblocks.io replaced
W0809 05:49:29.251994 24494 warnings.go:70] Due to the lack of practical use cases, this API is deprecated from KB 0.9.0.
W0809 05:49:29.253064 24494 warnings.go:70] Due to the lack of practical use cases, this API is deprecated from KB 0.9.0.
W0809 05:49:29.255269 24494 warnings.go:70] Due to the lack of practical use cases, this API is deprecated from KB 0.9.0.
Release "kubeblocks" has been upgraded. Happy Helming!
NAME: kubeblocks
LAST DEPLOYED: Sat Aug 9 05:49:24 2025
NAMESPACE: kb-system
STATUS: deployed
REVISION: 2
2025-08-09T05:49:29 info succeeded install app in this cluster
2025-08-09T05:49:29 info no nodes that need to be scaled
2025-08-09T05:49:29 info
___ ___ ___ ___ ___ ___
/\ \ /\ \ /\ \ /\__\ /\ \ /\ \
/::\ \ /::\ \ /::\ \ /:/ / /::\ \ /::\ \
/:/\ \ \ /:/\:\ \ /:/\:\ \ /:/ / /:/\:\ \ /:/\ \ \
_\:\~\ \ \ /::\~\:\ \ /::\~\:\ \ /:/ / /:/ \:\ \ _\:\~\ \ \
/\ \:\ \ \__\ /:/\:\ \:\__\ /:/\:\ \:\__\ /:/__/ /:/__/ \:\__\ /\ \:\ \ \__\
\:\ \:\ \/__/ \:\~\:\ \/__/ \/__\:\/:/ / \:\ \ \:\ \ /:/ / \:\ \:\ \/__/
\:\ \:\__\ \:\ \:\__\ \::/ / \:\ \ \:\ /:/ / \:\ \:\__\
\:\/:/ / \:\ \/__/ /:/ / \:\ \ \:\/:/ / \:\/:/ /
\::/ / \:\__\ /:/ / \:\__\ \::/ / \::/ /
\/__/ \/__/ \/__/ \/__/ \/__/ \/__/
Website: https://www.sealos.io/
Address: github.com/labring/sealos
Version: 5.0.1-beta2-22d9a138f
2025-08-09T05:49:29 info start to install app in this cluster
2025-08-09T05:49:29 info Executing SyncStatusAndCheck Pipeline in InstallProcessor
2025-08-09T05:49:29 info Executing ConfirmOverrideApps Pipeline in InstallProcessor
2025-08-09T05:49:29 info are you sure to override these following apps?
docker.io/labring/kubeblocks-apecloud-mysql:v0.8.2
docker.io/labring/kubeblocks-postgresql:v0.8.2
docker.io/labring/kubeblocks-mongodb:v0.8.2
docker.io/labring/kubeblocks-redis:v0.8.2
docker.io/labring/kubeblocks-csi-s3:v0.31.4
Do you want to continue on 'dev' cluster? Input 'dev' to continue: dev
2025-08-09T05:54:11 info Executing PreProcess Pipeline in InstallProcessor
2025-08-09T05:54:12 info Executing pipeline MountRootfs in InstallProcessor.
2025-08-09T05:54:13 info Executing pipeline MirrorRegistry in InstallProcessor.
2025-08-09T05:54:13 info trying default http mode to sync images to hosts [65.109.91.40:22]
2025-08-09T05:54:13 info Executing UpgradeIfNeed Pipeline in InstallProcessor
addon.extensions.kubeblocks.io/apecloud-mysql enabled (no change)
addon.extensions.kubeblocks.io/postgresql enabled (no change)
addon.extensions.kubeblocks.io/mongodb enabled (no change)
addon.extensions.kubeblocks.io/redis enabled (no change)
addon.extensions.kubeblocks.io/csi-s3 enabled (no change)
2025-08-09T05:54:13 info succeeded install app in this cluster
2025-08-09T05:54:13 info no nodes that need to be scaled
2025-08-09T05:54:13 info
___ ___ ___ ___ ___ ___
/\ \ /\ \ /\ \ /\__\ /\ \ /\ \
/::\ \ /::\ \ /::\ \ /:/ / /::\ \ /::\ \
/:/\ \ \ /:/\:\ \ /:/\:\ \ /:/ / /:/\:\ \ /:/\ \ \
_\:\~\ \ \ /::\~\:\ \ /::\~\:\ \ /:/ / /:/ \:\ \ _\:\~\ \ \
/\ \:\ \ \__\ /:/\:\ \:\__\ /:/\:\ \:\__\ /:/__/ /:/__/ \:\__\ /\ \:\ \ \__\
\:\ \:\ \/__/ \:\~\:\ \/__/ \/__\:\/:/ / \:\ \ \:\ \ /:/ / \:\ \:\ \/__/
\:\ \:\__\ \:\ \:\__\ \::/ / \:\ \ \:\ /:/ / \:\ \:\__\
\:\/:/ / \:\ \/__/ /:/ / \:\ \ \:\/:/ / \:\/:/ /
\::/ / \:\__\ /:/ / \:\__\ \::/ / \::/ /
\/__/ \/__/ \/__/ \/__/ \/__/ \/__/
Website: https://www.sealos.io/
Address: github.com/labring/sealos
Version: 5.0.1-beta2-22d9a138f
addon.extensions.kubeblocks.io/snapshot-controller patched (no change)
addon.extensions.kubeblocks.io/migration patched (no change)
addon.extensions.kubeblocks.io/milvus patched (no change)
addon.extensions.kubeblocks.io/weaviate patched (no change)
backuprepo.dataprotection.kubeblocks.io/backup unchanged
secret/additional-scrape-configs configured
vmagent.operator.victoriametrics.com/victoria-metrics-k8s-stack patched (no change)
deployment.apps/vmagent-victoria-metrics-k8s-stack restarted
正在安装 Sealos Cloud.
2025-08-09T05:54:14 info start to install app in this cluster
2025-08-09T05:54:14 info Executing SyncStatusAndCheck Pipeline in InstallProcessor
2025-08-09T05:54:14 info Executing ConfirmOverrideApps Pipeline in InstallProcessor
2025-08-09T05:54:14 info are you sure to override these following apps?
docker.io/labring/sealos-cloud:v5.0.1
Do you want to continue on 'dev' cluster? Input 'dev' to continue: dev
2025-08-09T05:54:56 info Executing PreProcess Pipeline in InstallProcessor
2025-08-09T05:54:56 info Executing pipeline MountRootfs in InstallProcessor.
2025-08-09T05:54:59 info render /var/lib/sealos/data/default/applications/default-y934j9we/workdir/etc/sealos/.env from /var/lib/sealos/data/default/applications/default-y934j9we/workdir/etc/sealos/.env.tmpl completed
2025-08-09T05:54:59 info render /var/lib/sealos/data/default/applications/default-y934j9we/workdir/manifests/acme-cert.yaml from /var/lib/sealos/data/default/applications/default-y934j9we/workdir/manifests/acme-cert.yaml.tmpl completed
2025-08-09T05:54:59 info render /var/lib/sealos/data/default/applications/default-y934j9we/workdir/manifests/mock-cert.yaml from /var/lib/sealos/data/default/applications/default-y934j9we/workdir/manifests/mock-cert.yaml.tmpl completed
2025-08-09T05:54:59 info render /var/lib/sealos/data/default/applications/default-y934j9we/workdir/manifests/mongodb.yaml from /var/lib/sealos/data/default/applications/default-y934j9we/workdir/manifests/mongodb.yaml.tmpl completed
2025-08-09T05:54:59 info Executing pipeline MirrorRegistry in InstallProcessor.
2025-08-09T05:54:59 info Executing UpgradeIfNeed Pipeline in InstallProcessor
namespace/sealos-system unchanged
namespace/sealos unchanged
customresourcedefinition.apiextensions.k8s.io/notifications.notification.sealos.io configured
no mongodb uri found, create mongodb and gen mongodb uri
waiting for mongodb secret generated
mongodb secret has been generated successfully.
no cockroachdb uri found, create cockroachdb and gen cockroachdb uri
cockroachdb statefulset is created.
cockroachdb is ready.
cockroachdb secret has been generated successfully.
Error from server (NotFound): configmaps "desktop-frontend-config" not found
Error from server (NotFound): configmaps "desktop-frontend-config" not found
Error from server (NotFound): configmaps "desktop-frontend-config" not found
Error from server (NotFound): configmaps "desktop-frontend-config" not found
Error from server (NotFound): configmaps "desktop-frontend-config" not found
acme tls secret
secret/acme-dns created
issuer.cert-manager.io/acme-dns-issuer created
certificate.cert-manager.io/wildcard-cert created
acme tls cert has been created successfully.
run desktop frontend
Getting image source signatures
Copying blob 115696dc6cb7 done
Copying config 80d6c68f34 done
Writing manifest to image destination
Storing signatures
2025-08-09T05:55:02 info start to install app in this cluster
2025-08-09T05:55:02 info Executing SyncStatusAndCheck Pipeline in InstallProcessor
2025-08-09T05:55:02 info Executing ConfirmOverrideApps Pipeline in InstallProcessor
2025-08-09T05:55:02 info Executing PreProcess Pipeline in InstallProcessor
2025-08-09T05:55:02 info Executing pipeline MountRootfs in InstallProcessor.
2025-08-09T05:55:02 info render /var/lib/sealos/data/default/applications/default-cjl72fub/workdir/manifests/configmap.yaml from /var/lib/sealos/data/default/applications/default-cjl72fub/workdir/manifests/configmap.yaml.tmpl completed
2025-08-09T05:55:02 info render /var/lib/sealos/data/default/applications/default-cjl72fub/workdir/manifests/deploy.yaml from /var/lib/sealos/data/default/applications/default-cjl72fub/workdir/manifests/deploy.yaml.tmpl completed
2025-08-09T05:55:02 info render /var/lib/sealos/data/default/applications/default-cjl72fub/workdir/manifests/ingress.yaml from /var/lib/sealos/data/default/applications/default-cjl72fub/workdir/manifests/ingress.yaml.tmpl completed
2025-08-09T05:55:02 info Executing pipeline MirrorRegistry in InstallProcessor.
2025-08-09T05:55:02 info trying default http mode to sync images to hosts [65.109.91.40:22]
2025-08-09T05:55:02 info Executing UpgradeIfNeed Pipeline in InstallProcessor
+ kubectl apply -f manifests/deploy.yaml -f manifests/rbac.yaml -f manifests/ingress.yaml
serviceaccount/desktop-frontend created
service/desktop-frontend created
deployment.apps/desktop-frontend created
clusterrole.rbac.authorization.k8s.io/auth-system-manager-role created
clusterrolebinding.rbac.authorization.k8s.io/desktop-user-editor-role-binding created
clusterrolebinding.rbac.authorization.k8s.io/desktop-operationrequest-editor-role-binding created
clusterrolebinding.rbac.authorization.k8s.io/desktop-deleterequest-editor-role-binding created
role.rbac.authorization.k8s.io/recharge-gift-cm-reader created
rolebinding.rbac.authorization.k8s.io/recharge-gift-cm-reader-rolebinding created
clusterrole.rbac.authorization.k8s.io/account-editor-role created
clusterrolebinding.rbac.authorization.k8s.io/desktop-account-editor-role-binding created
Warning: annotation "kubernetes.io/ingress.class" is deprecated, please use 'spec.ingressClassName' instead
ingress.networking.k8s.io/sealos-desktop created
++ kubectl get cm desktop-frontend-config -n sealos --ignore-not-found=true
+ cm_exists=
+ [[ -n '' ]]
+ echo 'create desktop config'
create desktop config
+ kubectl apply -f manifests/configmap.yaml --validate=false
configmap/desktop-frontend-config created
2025-08-09T05:55:03 info succeeded install app in this cluster
2025-08-09T05:55:03 info no nodes that need to be scaled
2025-08-09T05:55:03 info
___ ___ ___ ___ ___ ___
/\ \ /\ \ /\ \ /\__\ /\ \ /\ \
/::\ \ /::\ \ /::\ \ /:/ / /::\ \ /::\ \
/:/\ \ \ /:/\:\ \ /:/\:\ \ /:/ / /:/\:\ \ /:/\ \ \
_\:\~\ \ \ /::\~\:\ \ /::\~\:\ \ /:/ / /:/ \:\ \ _\:\~\ \ \
/\ \:\ \ \__\ /:/\:\ \:\__\ /:/\:\ \:\__\ /:/__/ /:/__/ \:\__\ /\ \:\ \ \__\
\:\ \:\ \/__/ \:\~\:\ \/__/ \/__\:\/:/ / \:\ \ \:\ \ /:/ / \:\ \:\ \/__/
\:\ \:\__\ \:\ \:\__\ \::/ / \:\ \ \:\ /:/ / \:\ \:\__\
\:\/:/ / \:\ \/__/ /:/ / \:\ \ \:\/:/ / \:\/:/ /
\::/ / \:\__\ /:/ / \:\__\ \::/ / \::/ /
\/__/ \/__/ \/__/ \/__/ \/__/ \/__/
Website: https://www.sealos.io/
Address: github.com/labring/sealos
Version: 5.0.1-beta2-22d9a138f
Getting image source signatures
Copying blob 873ff271d517 done
Copying config 7fb4021e14 done
Writing manifest to image destination
Storing signatures
2025-08-09T05:55:03 info start to install app in this cluster
2025-08-09T05:55:03 info Executing SyncStatusAndCheck Pipeline in InstallProcessor
2025-08-09T05:55:03 info Executing ConfirmOverrideApps Pipeline in InstallProcessor
2025-08-09T05:55:03 info Executing PreProcess Pipeline in InstallProcessor
2025-08-09T05:55:03 info Executing pipeline MountRootfs in InstallProcessor.
2025-08-09T05:55:03 info render /var/lib/sealos/data/default/applications/default-5xf42030/workdir/manifests/deploy.yaml from /var/lib/sealos/data/default/applications/default-5xf42030/workdir/manifests/deploy.yaml.tmpl completed
2025-08-09T05:55:03 info Executing pipeline MirrorRegistry in InstallProcessor.
2025-08-09T05:55:03 info trying default http mode to sync images to hosts [65.109.91.40:22]
2025-08-09T05:55:03 info Executing UpgradeIfNeed Pipeline in InstallProcessor
namespace/user-system created
customresourcedefinition.apiextensions.k8s.io/deleterequests.user.sealos.io created
customresourcedefinition.apiextensions.k8s.io/operationrequests.user.sealos.io created
customresourcedefinition.apiextensions.k8s.io/users.user.sealos.io created
serviceaccount/user-controller-manager created
role.rbac.authorization.k8s.io/user-leader-election-role created
clusterrole.rbac.authorization.k8s.io/user-manager-role created
clusterrole.rbac.authorization.k8s.io/user-metrics-reader created
clusterrole.rbac.authorization.k8s.io/user-proxy-role created
rolebinding.rbac.authorization.k8s.io/user-leader-election-rolebinding created
clusterrolebinding.rbac.authorization.k8s.io/user-manager-rolebinding created
clusterrolebinding.rbac.authorization.k8s.io/user-proxy-rolebinding created
configmap/user-manager-config created
service/user-controller-manager-metrics-service created
service/user-webhook-service created
deployment.apps/user-controller-manager created
certificate.cert-manager.io/user-serving-cert created
issuer.cert-manager.io/user-selfsigned-issuer created
mutatingwebhookconfiguration.admissionregistration.k8s.io/user-mutating-webhook-configuration created
validatingwebhookconfiguration.admissionregistration.k8s.io/user-validating-webhook-configuration created
clusterrole.rbac.authorization.k8s.io/user-editor-role created
clusterrole.rbac.authorization.k8s.io/operationrequest-editor-role created
clusterrole.rbac.authorization.k8s.io/deleterequest-editor-role created
2025-08-09T05:55:05 info succeeded install app in this cluster
2025-08-09T05:55:05 info no nodes that need to be scaled
2025-08-09T05:55:05 info
___ ___ ___ ___ ___ ___
/\ \ /\ \ /\ \ /\__\ /\ \ /\ \
/::\ \ /::\ \ /::\ \ /:/ / /::\ \ /::\ \
/:/\ \ \ /:/\:\ \ /:/\:\ \ /:/ / /:/\:\ \ /:/\ \ \
_\:\~\ \ \ /::\~\:\ \ /::\~\:\ \ /:/ / /:/ \:\ \ _\:\~\ \ \
/\ \:\ \ \__\ /:/\:\ \:\__\ /:/\:\ \:\__\ /:/__/ /:/__/ \:\__\ /\ \:\ \ \__\
\:\ \:\ \/__/ \:\~\:\ \/__/ \/__\:\/:/ / \:\ \ \:\ \ /:/ / \:\ \:\ \/__/
\:\ \:\__\ \:\ \:\__\ \::/ / \:\ \ \:\ /:/ / \:\ \:\__\
\:\/:/ / \:\ \/__/ /:/ / \:\ \ \:\/:/ / \:\/:/ /
\::/ / \:\__\ /:/ / \:\__\ \::/ / \::/ /
\/__/ \/__/ \/__/ \/__/ \/__/ \/__/
Website: https://www.sealos.io/
Address: github.com/labring/sealos
Version: 5.0.1-beta2-22d9a138f
Getting image source signatures
Copying blob dacc363eec12 done
Copying config 7bb2e0290c done
Writing manifest to image destination
Storing signatures
2025-08-09T05:55:05 info start to install app in this cluster
2025-08-09T05:55:05 info Executing SyncStatusAndCheck Pipeline in InstallProcessor
2025-08-09T05:55:05 info Executing ConfirmOverrideApps Pipeline in InstallProcessor
2025-08-09T05:55:05 info Executing PreProcess Pipeline in InstallProcessor
2025-08-09T05:55:05 info Executing pipeline MountRootfs in InstallProcessor.
2025-08-09T05:55:05 info render /var/lib/sealos/data/default/applications/default-5zhnt075/workdir/manifests/deploy.yaml from /var/lib/sealos/data/default/applications/default-5zhnt075/workdir/manifests/deploy.yaml.tmpl completed
2025-08-09T05:55:05 info Executing pipeline MirrorRegistry in InstallProcessor.
2025-08-09T05:55:05 info trying default http mode to sync images to hosts [65.109.91.40:22]
2025-08-09T05:55:05 info Executing UpgradeIfNeed Pipeline in InstallProcessor
namespace/terminal-system created
customresourcedefinition.apiextensions.k8s.io/terminals.terminal.sealos.io created
serviceaccount/terminal-controller-manager created
role.rbac.authorization.k8s.io/terminal-leader-election-role created
clusterrole.rbac.authorization.k8s.io/terminal-manager-role created
clusterrole.rbac.authorization.k8s.io/terminal-metrics-reader created
clusterrole.rbac.authorization.k8s.io/terminal-proxy-role created
rolebinding.rbac.authorization.k8s.io/terminal-leader-election-rolebinding created
clusterrolebinding.rbac.authorization.k8s.io/terminal-manager-rolebinding created
clusterrolebinding.rbac.authorization.k8s.io/terminal-proxy-rolebinding created
configmap/terminal-manager-config created
service/terminal-controller-manager-metrics-service created
deployment.apps/terminal-controller-manager created
2025-08-09T05:55:06 info succeeded install app in this cluster
2025-08-09T05:55:06 info no nodes that need to be scaled
2025-08-09T05:55:06 info
___ ___ ___ ___ ___ ___
/\ \ /\ \ /\ \ /\__\ /\ \ /\ \
/::\ \ /::\ \ /::\ \ /:/ / /::\ \ /::\ \
/:/\ \ \ /:/\:\ \ /:/\:\ \ /:/ / /:/\:\ \ /:/\ \ \
_\:\~\ \ \ /::\~\:\ \ /::\~\:\ \ /:/ / /:/ \:\ \ _\:\~\ \ \
/\ \:\ \ \__\ /:/\:\ \:\__\ /:/\:\ \:\__\ /:/__/ /:/__/ \:\__\ /\ \:\ \ \__\
\:\ \:\ \/__/ \:\~\:\ \/__/ \/__\:\/:/ / \:\ \ \:\ \ /:/ / \:\ \:\ \/__/
\:\ \:\__\ \:\ \:\__\ \::/ / \:\ \ \:\ /:/ / \:\ \:\__\
\:\/:/ / \:\ \/__/ /:/ / \:\ \ \:\/:/ / \:\/:/ /
\::/ / \:\__\ /:/ / \:\__\ \::/ / \::/ /
\/__/ \/__/ \/__/ \/__/ \/__/ \/__/
Website: https://www.sealos.io/
Address: github.com/labring/sealos
Version: 5.0.1-beta2-22d9a138f
Getting image source signatures
Copying blob 3cd062c65cf9 done
Copying config e078059284 done
Writing manifest to image destination
Storing signatures
2025-08-09T05:55:06 info start to install app in this cluster
2025-08-09T05:55:06 info Executing SyncStatusAndCheck Pipeline in InstallProcessor
2025-08-09T05:55:06 info Executing ConfirmOverrideApps Pipeline in InstallProcessor
2025-08-09T05:55:06 info Executing PreProcess Pipeline in InstallProcessor
2025-08-09T05:55:06 info Executing pipeline MountRootfs in InstallProcessor.
2025-08-09T05:55:06 info Executing pipeline MirrorRegistry in InstallProcessor.
2025-08-09T05:55:06 info trying default http mode to sync images to hosts [65.109.91.40:22]
2025-08-09T05:55:06 info Executing UpgradeIfNeed Pipeline in InstallProcessor
namespace/app-system created
customresourcedefinition.apiextensions.k8s.io/apps.app.sealos.io created
customresourcedefinition.apiextensions.k8s.io/instances.app.sealos.io created
customresourcedefinition.apiextensions.k8s.io/templates.app.sealos.io created
serviceaccount/app-controller-manager created
role.rbac.authorization.k8s.io/app-leader-election-role created
clusterrole.rbac.authorization.k8s.io/app-manager-role created
clusterrole.rbac.authorization.k8s.io/app-metrics-reader created
clusterrole.rbac.authorization.k8s.io/app-proxy-role created
rolebinding.rbac.authorization.k8s.io/app-leader-election-rolebinding created
clusterrolebinding.rbac.authorization.k8s.io/app-manager-rolebinding created
clusterrolebinding.rbac.authorization.k8s.io/app-proxy-rolebinding created
service/app-controller-manager-metrics-service created
deployment.apps/app-controller-manager created
role.rbac.authorization.k8s.io/app-default-user created
rolebinding.rbac.authorization.k8s.io/app-default-user-rolebinding created
2025-08-09T05:55:07 info succeeded install app in this cluster
2025-08-09T05:55:07 info no nodes that need to be scaled
2025-08-09T05:55:07 info
___ ___ ___ ___ ___ ___
/\ \ /\ \ /\ \ /\__\ /\ \ /\ \
/::\ \ /::\ \ /::\ \ /:/ / /::\ \ /::\ \
/:/\ \ \ /:/\:\ \ /:/\:\ \ /:/ / /:/\:\ \ /:/\ \ \
_\:\~\ \ \ /::\~\:\ \ /::\~\:\ \ /:/ / /:/ \:\ \ _\:\~\ \ \
/\ \:\ \ \__\ /:/\:\ \:\__\ /:/\:\ \:\__\ /:/__/ /:/__/ \:\__\ /\ \:\ \ \__\
\:\ \:\ \/__/ \:\~\:\ \/__/ \/__\:\/:/ / \:\ \ \:\ \ /:/ / \:\ \:\ \/__/
\:\ \:\__\ \:\ \:\__\ \::/ / \:\ \ \:\ /:/ / \:\ \:\__\
\:\/:/ / \:\ \/__/ /:/ / \:\ \ \:\/:/ / \:\/:/ /
\::/ / \:\__\ /:/ / \:\__\ \::/ / \::/ /
\/__/ \/__/ \/__/ \/__/ \/__/ \/__/
Website: https://www.sealos.io/
Address: github.com/labring/sealos
Version: 5.0.1-beta2-22d9a138f
Getting image source signatures
Copying blob f12b34ceb353 done
Copying config b241b80fa7 done
Writing manifest to image destination
Storing signatures
2025-08-09T05:55:10 info start to install app in this cluster
2025-08-09T05:55:10 info Executing SyncStatusAndCheck Pipeline in InstallProcessor
2025-08-09T05:55:10 info Executing ConfirmOverrideApps Pipeline in InstallProcessor
2025-08-09T05:55:10 info Executing PreProcess Pipeline in InstallProcessor
2025-08-09T05:55:10 info Executing pipeline MountRootfs in InstallProcessor.
2025-08-09T05:55:11 info render /var/lib/sealos/data/default/applications/default-k76zwii5/workdir/manifests/mongo-secret.yaml from /var/lib/sealos/data/default/applications/default-k76zwii5/workdir/manifests/mongo-secret.yaml.tmpl completed
2025-08-09T05:55:11 info Executing pipeline MirrorRegistry in InstallProcessor.
2025-08-09T05:55:11 info trying default http mode to sync images to hosts [65.109.91.40:22]
2025-08-09T05:55:11 info Executing UpgradeIfNeed Pipeline in InstallProcessor
namespace/resources-system created
serviceaccount/resources-controller-manager created
role.rbac.authorization.k8s.io/resources-leader-election-role created
clusterrole.rbac.authorization.k8s.io/resources-manager-role created
clusterrole.rbac.authorization.k8s.io/resources-metrics-reader created
clusterrole.rbac.authorization.k8s.io/resources-proxy-role created
rolebinding.rbac.authorization.k8s.io/resources-leader-election-rolebinding created
clusterrolebinding.rbac.authorization.k8s.io/resources-manager-rolebinding created
clusterrolebinding.rbac.authorization.k8s.io/resources-proxy-rolebinding created
configmap/resources-manager-config created
service/resources-controller-manager-metrics-service created
deployment.apps/resources-controller-manager created
secret/mongo-secret created
2025-08-09T05:55:11 info succeeded install app in this cluster
2025-08-09T05:55:11 info no nodes that need to be scaled
2025-08-09T05:55:11 info
___ ___ ___ ___ ___ ___
/\ \ /\ \ /\ \ /\__\ /\ \ /\ \
/::\ \ /::\ \ /::\ \ /:/ / /::\ \ /::\ \
/:/\ \ \ /:/\:\ \ /:/\:\ \ /:/ / /:/\:\ \ /:/\ \ \
_\:\~\ \ \ /::\~\:\ \ /::\~\:\ \ /:/ / /:/ \:\ \ _\:\~\ \ \
/\ \:\ \ \__\ /:/\:\ \:\__\ /:/\:\ \:\__\ /:/__/ /:/__/ \:\__\ /\ \:\ \ \__\
\:\ \:\ \/__/ \:\~\:\ \/__/ \/__\:\/:/ / \:\ \ \:\ \ /:/ / \:\ \:\ \/__/
\:\ \:\__\ \:\ \:\__\ \::/ / \:\ \ \:\ /:/ / \:\ \:\__\
\:\/:/ / \:\ \/__/ /:/ / \:\ \ \:\/:/ / \:\/:/ /
\::/ / \:\__\ /:/ / \:\__\ \::/ / \::/ /
\/__/ \/__/ \/__/ \/__/ \/__/ \/__/
Website: https://www.sealos.io/
Address: github.com/labring/sealos
Version: 5.0.1-beta2-22d9a138f
Getting image source signatures
Copying blob 848a5662fc9a done
Copying config ee37aace1f done
Writing manifest to image destination
Storing signatures
2025-08-09T05:55:12 info start to install app in this cluster
2025-08-09T05:55:12 info Executing SyncStatusAndCheck Pipeline in InstallProcessor
2025-08-09T05:55:12 info Executing ConfirmOverrideApps Pipeline in InstallProcessor
2025-08-09T05:55:12 info Executing PreProcess Pipeline in InstallProcessor
2025-08-09T05:55:12 info Executing pipeline MountRootfs in InstallProcessor.
2025-08-09T05:55:12 info render /var/lib/sealos/data/default/applications/default-fa72hp98/workdir/manifests/account-manager-config.yaml from /var/lib/sealos/data/default/applications/default-fa72hp98/workdir/manifests/account-manager-config.yaml.tmpl completed
2025-08-09T05:55:12 info Executing pipeline MirrorRegistry in InstallProcessor.
2025-08-09T05:55:12 info trying default http mode to sync images to hosts [65.109.91.40:22]
2025-08-09T05:55:12 info Executing UpgradeIfNeed Pipeline in InstallProcessor
namespace/account-system created
configmap/account-manager-env created
Warning: resource namespaces/account-system is missing the kubectl.kubernetes.io/last-applied-configuration annotation which is required by kubectl apply. kubectl apply should only be used on resources created declaratively by either kubectl create --save-config or kubectl apply. The missing annotation will be patched automatically.
namespace/account-system configured
customresourcedefinition.apiextensions.k8s.io/debts.account.sealos.io created
customresourcedefinition.apiextensions.k8s.io/payments.account.sealos.io created
serviceaccount/account-controller-manager created
role.rbac.authorization.k8s.io/account-leader-election-role created
clusterrole.rbac.authorization.k8s.io/account-manager-role created
clusterrole.rbac.authorization.k8s.io/account-metrics-reader created
clusterrole.rbac.authorization.k8s.io/account-proxy-role created
rolebinding.rbac.authorization.k8s.io/account-leader-election-rolebinding created
clusterrolebinding.rbac.authorization.k8s.io/account-manager-rolebinding created
clusterrolebinding.rbac.authorization.k8s.io/account-proxy-rolebinding created
configmap/account-manager-config created
service/account-controller-manager-metrics-service created
service/account-webhook-service created
deployment.apps/account-controller-manager created
certificate.cert-manager.io/account-serving-cert created
issuer.cert-manager.io/account-selfsigned-issuer created
validatingwebhookconfiguration.admissionregistration.k8s.io/account-validating-webhook-configuration created
2025-08-09T05:55:13 info succeeded install app in this cluster
2025-08-09T05:55:13 info no nodes that need to be scaled
2025-08-09T05:55:13 info
___ ___ ___ ___ ___ ___
/\ \ /\ \ /\ \ /\__\ /\ \ /\ \
/::\ \ /::\ \ /::\ \ /:/ / /::\ \ /::\ \
/:/\ \ \ /:/\:\ \ /:/\:\ \ /:/ / /:/\:\ \ /:/\ \ \
_\:\~\ \ \ /::\~\:\ \ /::\~\:\ \ /:/ / /:/ \:\ \ _\:\~\ \ \
/\ \:\ \ \__\ /:/\:\ \:\__\ /:/\:\ \:\__\ /:/__/ /:/__/ \:\__\ /\ \:\ \ \__\
\:\ \:\ \/__/ \:\~\:\ \/__/ \/__\:\/:/ / \:\ \ \:\ \ /:/ / \:\ \:\ \/__/
\:\ \:\__\ \:\ \:\__\ \::/ / \:\ \ \:\ /:/ / \:\ \:\__\
\:\/:/ / \:\ \/__/ /:/ / \:\ \ \:\/:/ / \:\/:/ /
\::/ / \:\__\ /:/ / \:\__\ \::/ / \::/ /
\/__/ \/__/ \/__/ \/__/ \/__/ \/__/
Website: https://www.sealos.io/
Address: github.com/labring/sealos
Version: 5.0.1-beta2-22d9a138f
Getting image source signatures
Copying blob bf89b42a25b9 done
Copying config c521482090 done
Writing manifest to image destination
Storing signatures
2025-08-09T05:55:13 info start to install app in this cluster
2025-08-09T05:55:13 info Executing SyncStatusAndCheck Pipeline in InstallProcessor
2025-08-09T05:55:13 info Executing ConfirmOverrideApps Pipeline in InstallProcessor
2025-08-09T05:55:13 info Executing PreProcess Pipeline in InstallProcessor
2025-08-09T05:55:13 info Executing pipeline MountRootfs in InstallProcessor.
2025-08-09T05:55:13 info render /var/lib/sealos/data/default/applications/default-eigkha0z/workdir/manifests/deploy.yaml from /var/lib/sealos/data/default/applications/default-eigkha0z/workdir/manifests/deploy.yaml.tmpl completed
2025-08-09T05:55:13 info render /var/lib/sealos/data/default/applications/default-eigkha0z/workdir/manifests/ingress.yaml from /var/lib/sealos/data/default/applications/default-eigkha0z/workdir/manifests/ingress.yaml.tmpl completed
2025-08-09T05:55:13 info Executing pipeline MirrorRegistry in InstallProcessor.
2025-08-09T05:55:13 info trying default http mode to sync images to hosts [65.109.91.40:22]
2025-08-09T05:55:13 info Executing UpgradeIfNeed Pipeline in InstallProcessor
+ kubectl create cm -n account-system region-info --from-file=manifests/config.json
configmap/region-info created
+ kubectl apply -f manifests/deploy.yaml -n account-system
service/account-service created
deployment.apps/account-service created
+ [[ -n dev.nodeloc.com ]]
+ kubectl create -f manifests/ingress.yaml -n account-system
Warning: annotation "kubernetes.io/ingress.class" is deprecated, please use 'spec.ingressClassName' instead
ingress.networking.k8s.io/account-service created
2025-08-09T05:55:14 info succeeded install app in this cluster
2025-08-09T05:55:14 info no nodes that need to be scaled
2025-08-09T05:55:14 info
___ ___ ___ ___ ___ ___
/\ \ /\ \ /\ \ /\__\ /\ \ /\ \
/::\ \ /::\ \ /::\ \ /:/ / /::\ \ /::\ \
/:/\ \ \ /:/\:\ \ /:/\:\ \ /:/ / /:/\:\ \ /:/\ \ \
_\:\~\ \ \ /::\~\:\ \ /::\~\:\ \ /:/ / /:/ \:\ \ _\:\~\ \ \
/\ \:\ \ \__\ /:/\:\ \:\__\ /:/\:\ \:\__\ /:/__/ /:/__/ \:\__\ /\ \:\ \ \__\
\:\ \:\ \/__/ \:\~\:\ \/__/ \/__\:\/:/ / \:\ \ \:\ \ /:/ / \:\ \:\ \/__/
\:\ \:\__\ \:\ \:\__\ \::/ / \:\ \ \:\ /:/ / \:\ \:\__\
\:\/:/ / \:\ \/__/ /:/ / \:\ \ \:\/:/ / \:\/:/ /
\::/ / \:\__\ /:/ / \:\__\ \::/ / \::/ /
\/__/ \/__/ \/__/ \/__/ \/__/ \/__/
Website: https://www.sealos.io/
Address: github.com/labring/sealos
Version: 5.0.1-beta2-22d9a138f
Getting image source signatures
Copying blob 31821dc542cf done
Copying config c8b5b5f571 done
Writing manifest to image destination
Storing signatures
2025-08-09T05:55:14 info start to install app in this cluster
2025-08-09T05:55:14 info Executing SyncStatusAndCheck Pipeline in InstallProcessor
2025-08-09T05:55:14 info Executing ConfirmOverrideApps Pipeline in InstallProcessor
2025-08-09T05:55:14 info Executing PreProcess Pipeline in InstallProcessor
2025-08-09T05:55:14 info Executing pipeline MountRootfs in InstallProcessor.
2025-08-09T05:55:14 info Executing pipeline MirrorRegistry in InstallProcessor.
2025-08-09T05:55:14 info trying default http mode to sync images to hosts [65.109.91.40:22]
2025-08-09T05:55:15 info Executing UpgradeIfNeed Pipeline in InstallProcessor
namespace/account-system configured
customresourcedefinition.apiextensions.k8s.io/licenses.license.sealos.io created
serviceaccount/license-controller-manager created
role.rbac.authorization.k8s.io/license-leader-election-role created
clusterrole.rbac.authorization.k8s.io/license-manager-role created
clusterrole.rbac.authorization.k8s.io/license-metrics-reader created
clusterrole.rbac.authorization.k8s.io/license-proxy-role created
rolebinding.rbac.authorization.k8s.io/license-leader-election-rolebinding created
clusterrolebinding.rbac.authorization.k8s.io/license-manager-rolebinding created
clusterrolebinding.rbac.authorization.k8s.io/license-proxy-rolebinding created
service/license-controller-manager-metrics-service created
deployment.apps/license-controller-manager created
clusterrole.rbac.authorization.k8s.io/kube-system-namespace-read-cluster-role created
clusterrolebinding.rbac.authorization.k8s.io/license-controller-role-binding created
2025-08-09T05:55:15 info succeeded install app in this cluster
2025-08-09T05:55:15 info no nodes that need to be scaled
2025-08-09T05:55:15 info
___ ___ ___ ___ ___ ___
/\ \ /\ \ /\ \ /\__\ /\ \ /\ \
/::\ \ /::\ \ /::\ \ /:/ / /::\ \ /::\ \
/:/\ \ \ /:/\:\ \ /:/\:\ \ /:/ / /:/\:\ \ /:/\ \ \
_\:\~\ \ \ /::\~\:\ \ /::\~\:\ \ /:/ / /:/ \:\ \ _\:\~\ \ \
/\ \:\ \ \__\ /:/\:\ \:\__\ /:/\:\ \:\__\ /:/__/ /:/__/ \:\__\ /\ \:\ \ \__\
\:\ \:\ \/__/ \:\~\:\ \/__/ \/__\:\/:/ / \:\ \ \:\ \ /:/ / \:\ \:\ \/__/
\:\ \:\__\ \:\ \:\__\ \::/ / \:\ \ \:\ /:/ / \:\ \:\__\
\:\/:/ / \:\ \/__/ /:/ / \:\ \ \:\/:/ / \:\/:/ /
\::/ / \:\__\ /:/ / \:\__\ \::/ / \::/ /
\/__/ \/__/ \/__/ \/__/ \/__/ \/__/
Website: https://www.sealos.io/
Address: github.com/labring/sealos
Version: 5.0.1-beta2-22d9a138f
Getting image source signatures
Copying blob 9a3d984cf0fd done
Copying config b13090588f done
Writing manifest to image destination
Storing signatures
2025-08-09T05:55:15 info start to install app in this cluster
2025-08-09T05:55:15 info Executing SyncStatusAndCheck Pipeline in InstallProcessor
2025-08-09T05:55:15 info Executing ConfirmOverrideApps Pipeline in InstallProcessor
2025-08-09T05:55:15 info Executing PreProcess Pipeline in InstallProcessor
2025-08-09T05:55:15 info Executing pipeline MountRootfs in InstallProcessor.
2025-08-09T05:55:15 info render /var/lib/sealos/data/default/applications/default-qbsr26t7/workdir/manifests/deploy.yaml from /var/lib/sealos/data/default/applications/default-qbsr26t7/workdir/manifests/deploy.yaml.tmpl completed
2025-08-09T05:55:15 info Executing pipeline MirrorRegistry in InstallProcessor.
2025-08-09T05:55:15 info trying default http mode to sync images to hosts [65.109.91.40:22]
2025-08-09T05:55:15 info Executing UpgradeIfNeed Pipeline in InstallProcessor
job.batch/init-job created
2025-08-09T05:55:16 info succeeded install app in this cluster
2025-08-09T05:55:16 info no nodes that need to be scaled
2025-08-09T05:55:16 info
___ ___ ___ ___ ___ ___
/\ \ /\ \ /\ \ /\__\ /\ \ /\ \
/::\ \ /::\ \ /::\ \ /:/ / /::\ \ /::\ \
/:/\ \ \ /:/\:\ \ /:/\:\ \ /:/ / /:/\:\ \ /:/\ \ \
_\:\~\ \ \ /::\~\:\ \ /::\~\:\ \ /:/ / /:/ \:\ \ _\:\~\ \ \
/\ \:\ \ \__\ /:/\:\ \:\__\ /:/\:\ \:\__\ /:/__/ /:/__/ \:\__\ /\ \:\ \ \__\
\:\ \:\ \/__/ \:\~\:\ \/__/ \/__\:\/:/ / \:\ \ \:\ \ /:/ / \:\ \:\ \/__/
\:\ \:\__\ \:\ \:\__\ \::/ / \:\ \ \:\ /:/ / \:\ \:\__\
\:\/:/ / \:\ \/__/ /:/ / \:\ \ \:\/:/ / \:\/:/ /
\::/ / \:\__\ /:/ / \:\__\ \::/ / \::/ /
\/__/ \/__/ \/__/ \/__/ \/__/ \/__/
Website: https://www.sealos.io/
Address: github.com/labring/sealos
Version: 5.0.1-beta2-22d9a138f
Getting image source signatures
Copying blob c1b76f657e6b done
Copying config c5a28fadef done
Writing manifest to image destination
Storing signatures
2025-08-09T05:55:16 info start to install app in this cluster
2025-08-09T05:55:16 info Executing SyncStatusAndCheck Pipeline in InstallProcessor
2025-08-09T05:55:16 info Executing ConfirmOverrideApps Pipeline in InstallProcessor
2025-08-09T05:55:16 info Executing PreProcess Pipeline in InstallProcessor
2025-08-09T05:55:16 info Executing pipeline MountRootfs in InstallProcessor.
2025-08-09T05:55:16 info Executing pipeline MirrorRegistry in InstallProcessor.
2025-08-09T05:55:16 info trying default http mode to sync images to hosts [65.109.91.40:22]
2025-08-09T05:55:16 info Executing UpgradeIfNeed Pipeline in InstallProcessor
cronjob.batch/heartbeat-cronjob created
serviceaccount/heartbeat-cronjob created
clusterrole.rbac.authorization.k8s.io/heartbeat-cronjob-cluster-role created
clusterrolebinding.rbac.authorization.k8s.io/heartbeat-cronjob-cluster-role-binding created
2025-08-09T05:55:17 info succeeded install app in this cluster
2025-08-09T05:55:17 info no nodes that need to be scaled
2025-08-09T05:55:17 info
___ ___ ___ ___ ___ ___
/\ \ /\ \ /\ \ /\__\ /\ \ /\ \
/::\ \ /::\ \ /::\ \ /:/ / /::\ \ /::\ \
/:/\ \ \ /:/\:\ \ /:/\:\ \ /:/ / /:/\:\ \ /:/\ \ \
_\:\~\ \ \ /::\~\:\ \ /::\~\:\ \ /:/ / /:/ \:\ \ _\:\~\ \ \
/\ \:\ \ \__\ /:/\:\ \:\__\ /:/\:\ \:\__\ /:/__/ /:/__/ \:\__\ /\ \:\ \ \__\
\:\ \:\ \/__/ \:\~\:\ \/__/ \/__\:\/:/ / \:\ \ \:\ \ /:/ / \:\ \:\ \/__/
\:\ \:\__\ \:\ \:\__\ \::/ / \:\ \ \:\ /:/ / \:\ \:\__\
\:\/:/ / \:\ \/__/ /:/ / \:\ \ \:\/:/ / \:\/:/ /
\::/ / \:\__\ /:/ / \:\__\ \::/ / \::/ /
\/__/ \/__/ \/__/ \/__/ \/__/ \/__/
Website: https://www.sealos.io/
Address: github.com/labring/sealos
Version: 5.0.1-beta2-22d9a138f
Waiting for admin user create
run applaunchpad frontend
Getting image source signatures
Copying blob bb26cffdf817 done
Copying config 24dd3d2807 done
Writing manifest to image destination
Storing signatures
2025-08-09T05:55:20 info start to install app in this cluster
2025-08-09T05:55:20 info Executing SyncStatusAndCheck Pipeline in InstallProcessor
2025-08-09T05:55:20 info Executing ConfirmOverrideApps Pipeline in InstallProcessor
2025-08-09T05:55:20 info Executing PreProcess Pipeline in InstallProcessor
2025-08-09T05:55:20 info Executing pipeline MountRootfs in InstallProcessor.
2025-08-09T05:55:20 info render /var/lib/sealos/data/default/applications/default-ohyug187/workdir/manifests/appcr.yaml from /var/lib/sealos/data/default/applications/default-ohyug187/workdir/manifests/appcr.yaml.tmpl completed
2025-08-09T05:55:20 info render /var/lib/sealos/data/default/applications/default-ohyug187/workdir/manifests/deploy.yaml from /var/lib/sealos/data/default/applications/default-ohyug187/workdir/manifests/deploy.yaml.tmpl completed
2025-08-09T05:55:20 info render /var/lib/sealos/data/default/applications/default-ohyug187/workdir/manifests/ingress.yaml from /var/lib/sealos/data/default/applications/default-ohyug187/workdir/manifests/ingress.yaml.tmpl completed
2025-08-09T05:55:20 info Executing pipeline MirrorRegistry in InstallProcessor.
2025-08-09T05:55:20 info trying default http mode to sync images to hosts [65.109.91.40:22]
2025-08-09T05:55:20 info Executing UpgradeIfNeed Pipeline in InstallProcessor
app.app.sealos.io/applaunchpad created
namespace/applaunchpad-frontend created
configmap/applaunchpad-frontend-config created
deployment.apps/applaunchpad-frontend created
service/applaunchpad-frontend created
Warning: annotation "kubernetes.io/ingress.class" is deprecated, please use 'spec.ingressClassName' instead
ingress.networking.k8s.io/applaunchpad-frontend created
2025-08-09T05:55:21 info succeeded install app in this cluster
2025-08-09T05:55:21 info no nodes that need to be scaled
2025-08-09T05:55:21 info
___ ___ ___ ___ ___ ___
/\ \ /\ \ /\ \ /\__\ /\ \ /\ \
/::\ \ /::\ \ /::\ \ /:/ / /::\ \ /::\ \
/:/\ \ \ /:/\:\ \ /:/\:\ \ /:/ / /:/\:\ \ /:/\ \ \
_\:\~\ \ \ /::\~\:\ \ /::\~\:\ \ /:/ / /:/ \:\ \ _\:\~\ \ \
/\ \:\ \ \__\ /:/\:\ \:\__\ /:/\:\ \:\__\ /:/__/ /:/__/ \:\__\ /\ \:\ \ \__\
\:\ \:\ \/__/ \:\~\:\ \/__/ \/__\:\/:/ / \:\ \ \:\ \ /:/ / \:\ \:\ \/__/
\:\ \:\__\ \:\ \:\__\ \::/ / \:\ \ \:\ /:/ / \:\ \:\__\
\:\/:/ / \:\ \/__/ /:/ / \:\ \ \:\/:/ / \:\/:/ /
\::/ / \:\__\ /:/ / \:\__\ \::/ / \::/ /
\/__/ \/__/ \/__/ \/__/ \/__/ \/__/
Website: https://www.sealos.io/
Address: github.com/labring/sealos
Version: 5.0.1-beta2-22d9a138f
run terminal frontend
Getting image source signatures
Copying blob 1b3f81beed49 done
Copying config 09ca908245 done
Writing manifest to image destination
Storing signatures
2025-08-09T05:55:23 info start to install app in this cluster
2025-08-09T05:55:23 info Executing SyncStatusAndCheck Pipeline in InstallProcessor
2025-08-09T05:55:23 info Executing ConfirmOverrideApps Pipeline in InstallProcessor
2025-08-09T05:55:23 info Executing PreProcess Pipeline in InstallProcessor
2025-08-09T05:55:23 info Executing pipeline MountRootfs in InstallProcessor.
2025-08-09T05:55:23 info render /var/lib/sealos/data/default/applications/default-q95yahkx/workdir/manifests/appcr.yaml from /var/lib/sealos/data/default/applications/default-q95yahkx/workdir/manifests/appcr.yaml.tmpl completed
2025-08-09T05:55:23 info render /var/lib/sealos/data/default/applications/default-q95yahkx/workdir/manifests/deploy.yaml from /var/lib/sealos/data/default/applications/default-q95yahkx/workdir/manifests/deploy.yaml.tmpl completed
2025-08-09T05:55:23 info render /var/lib/sealos/data/default/applications/default-q95yahkx/workdir/manifests/ingress.yaml from /var/lib/sealos/data/default/applications/default-q95yahkx/workdir/manifests/ingress.yaml.tmpl completed
2025-08-09T05:55:23 info Executing pipeline MirrorRegistry in InstallProcessor.
2025-08-09T05:55:23 info trying default http mode to sync images to hosts [65.109.91.40:22]
2025-08-09T05:55:24 info Executing UpgradeIfNeed Pipeline in InstallProcessor
app.app.sealos.io/terminal created
namespace/terminal-frontend created
configmap/terminal-frontend-config created
deployment.apps/terminal-frontend created
service/terminal-frontend created
Warning: annotation "kubernetes.io/ingress.class" is deprecated, please use 'spec.ingressClassName' instead
ingress.networking.k8s.io/sealos-terminal created
2025-08-09T05:55:24 info succeeded install app in this cluster
2025-08-09T05:55:24 info no nodes that need to be scaled
2025-08-09T05:55:24 info
___ ___ ___ ___ ___ ___
/\ \ /\ \ /\ \ /\__\ /\ \ /\ \
/::\ \ /::\ \ /::\ \ /:/ / /::\ \ /::\ \
/:/\ \ \ /:/\:\ \ /:/\:\ \ /:/ / /:/\:\ \ /:/\ \ \
_\:\~\ \ \ /::\~\:\ \ /::\~\:\ \ /:/ / /:/ \:\ \ _\:\~\ \ \
/\ \:\ \ \__\ /:/\:\ \:\__\ /:/\:\ \:\__\ /:/__/ /:/__/ \:\__\ /\ \:\ \ \__\
\:\ \:\ \/__/ \:\~\:\ \/__/ \/__\:\/:/ / \:\ \ \:\ \ /:/ / \:\ \:\ \/__/
\:\ \:\__\ \:\ \:\__\ \::/ / \:\ \ \:\ /:/ / \:\ \:\__\
\:\/:/ / \:\ \/__/ /:/ / \:\ \ \:\/:/ / \:\/:/ /
\::/ / \:\__\ /:/ / \:\__\ \::/ / \::/ /
\/__/ \/__/ \/__/ \/__/ \/__/ \/__/
Website: https://www.sealos.io/
Address: github.com/labring/sealos
Version: 5.0.1-beta2-22d9a138f
run dbprovider frontend
Getting image source signatures
Copying blob 819af0e8157e done
Copying config 610324075d done
Writing manifest to image destination
Storing signatures
2025-08-09T05:55:25 info start to install app in this cluster
2025-08-09T05:55:25 info Executing SyncStatusAndCheck Pipeline in InstallProcessor
2025-08-09T05:55:25 info Executing ConfirmOverrideApps Pipeline in InstallProcessor
2025-08-09T05:55:25 info Executing PreProcess Pipeline in InstallProcessor
2025-08-09T05:55:25 info Executing pipeline MountRootfs in InstallProcessor.
2025-08-09T05:55:25 info render /var/lib/sealos/data/default/applications/default-3bqmcwvc/workdir/manifests/appcr.yaml from /var/lib/sealos/data/default/applications/default-3bqmcwvc/workdir/manifests/appcr.yaml.tmpl completed
2025-08-09T05:55:25 info render /var/lib/sealos/data/default/applications/default-3bqmcwvc/workdir/manifests/deploy.yaml from /var/lib/sealos/data/default/applications/default-3bqmcwvc/workdir/manifests/deploy.yaml.tmpl completed
2025-08-09T05:55:25 info render /var/lib/sealos/data/default/applications/default-3bqmcwvc/workdir/manifests/ingress.yaml from /var/lib/sealos/data/default/applications/default-3bqmcwvc/workdir/manifests/ingress.yaml.tmpl completed
2025-08-09T05:55:25 info Executing pipeline MirrorRegistry in InstallProcessor.
2025-08-09T05:55:25 info trying default http mode to sync images to hosts [65.109.91.40:22]
2025-08-09T05:55:25 info Executing UpgradeIfNeed Pipeline in InstallProcessor
app.app.sealos.io/dbprovider created
namespace/dbprovider-frontend created
configmap/dbprovider-frontend-config created
deployment.apps/dbprovider-frontend created
service/dbprovider-frontend created
Warning: annotation "kubernetes.io/ingress.class" is deprecated, please use 'spec.ingressClassName' instead
ingress.networking.k8s.io/dbprovider-frontend created
serviceaccount/cluster-version-reader created
clusterrole.rbac.authorization.k8s.io/cluster-version-reader created
clusterrolebinding.rbac.authorization.k8s.io/cluster-version-reader-rolebinding created
2025-08-09T05:55:25 info succeeded install app in this cluster
2025-08-09T05:55:25 info no nodes that need to be scaled
2025-08-09T05:55:25 info
___ ___ ___ ___ ___ ___
/\ \ /\ \ /\ \ /\__\ /\ \ /\ \
/::\ \ /::\ \ /::\ \ /:/ / /::\ \ /::\ \
/:/\ \ \ /:/\:\ \ /:/\:\ \ /:/ / /:/\:\ \ /:/\ \ \
_\:\~\ \ \ /::\~\:\ \ /::\~\:\ \ /:/ / /:/ \:\ \ _\:\~\ \ \
/\ \:\ \ \__\ /:/\:\ \:\__\ /:/\:\ \:\__\ /:/__/ /:/__/ \:\__\ /\ \:\ \ \__\
\:\ \:\ \/__/ \:\~\:\ \/__/ \/__\:\/:/ / \:\ \ \:\ \ /:/ / \:\ \:\ \/__/
\:\ \:\__\ \:\ \:\__\ \::/ / \:\ \ \:\ /:/ / \:\ \:\__\
\:\/:/ / \:\ \/__/ /:/ / \:\ \ \:\/:/ / \:\/:/ /
\::/ / \:\__\ /:/ / \:\__\ \::/ / \::/ /
\/__/ \/__/ \/__/ \/__/ \/__/ \/__/
Website: https://www.sealos.io/
Address: github.com/labring/sealos
Version: 5.0.1-beta2-22d9a138f
run cost center frontend
Getting image source signatures
Copying blob bc83be5cb7be done
Copying config 9e1d93b053 done
Writing manifest to image destination
Storing signatures
2025-08-09T05:55:26 info start to install app in this cluster
2025-08-09T05:55:26 info Executing SyncStatusAndCheck Pipeline in InstallProcessor
2025-08-09T05:55:26 info Executing ConfirmOverrideApps Pipeline in InstallProcessor
2025-08-09T05:55:26 info Executing PreProcess Pipeline in InstallProcessor
2025-08-09T05:55:26 info Executing pipeline MountRootfs in InstallProcessor.
2025-08-09T05:55:26 info render /var/lib/sealos/data/default/applications/default-h45ta4xc/workdir/manifests/appcr.yaml from /var/lib/sealos/data/default/applications/default-h45ta4xc/workdir/manifests/appcr.yaml.tmpl completed
2025-08-09T05:55:26 info render /var/lib/sealos/data/default/applications/default-h45ta4xc/workdir/manifests/configmap.yaml from /var/lib/sealos/data/default/applications/default-h45ta4xc/workdir/manifests/configmap.yaml.tmpl completed
2025-08-09T05:55:26 info render /var/lib/sealos/data/default/applications/default-h45ta4xc/workdir/manifests/deploy.yaml from /var/lib/sealos/data/default/applications/default-h45ta4xc/workdir/manifests/deploy.yaml.tmpl completed
2025-08-09T05:55:26 info render /var/lib/sealos/data/default/applications/default-h45ta4xc/workdir/manifests/ingress.yaml from /var/lib/sealos/data/default/applications/default-h45ta4xc/workdir/manifests/ingress.yaml.tmpl completed
2025-08-09T05:55:26 info Executing pipeline MirrorRegistry in InstallProcessor.
2025-08-09T05:55:26 info trying default http mode to sync images to hosts [65.109.91.40:22]
2025-08-09T05:55:26 info Executing UpgradeIfNeed Pipeline in InstallProcessor
app.app.sealos.io/costcenter created
namespace/costcenter-frontend created
configmap/costcenter-frontend-config created
deployment.apps/costcenter-frontend created
service/costcenter-frontend created
Warning: annotation "kubernetes.io/ingress.class" is deprecated, please use 'spec.ingressClassName' instead
ingress.networking.k8s.io/sealos-costcenter created
2025-08-09T05:55:27 info succeeded install app in this cluster
2025-08-09T05:55:27 info no nodes that need to be scaled
2025-08-09T05:55:27 info
___ ___ ___ ___ ___ ___
/\ \ /\ \ /\ \ /\__\ /\ \ /\ \
/::\ \ /::\ \ /::\ \ /:/ / /::\ \ /::\ \
/:/\ \ \ /:/\:\ \ /:/\:\ \ /:/ / /:/\:\ \ /:/\ \ \
_\:\~\ \ \ /::\~\:\ \ /::\~\:\ \ /:/ / /:/ \:\ \ _\:\~\ \ \
/\ \:\ \ \__\ /:/\:\ \:\__\ /:/\:\ \:\__\ /:/__/ /:/__/ \:\__\ /\ \:\ \ \__\
\:\ \:\ \/__/ \:\~\:\ \/__/ \/__\:\/:/ / \:\ \ \:\ \ /:/ / \:\ \:\ \/__/
\:\ \:\__\ \:\ \:\__\ \::/ / \:\ \ \:\ /:/ / \:\ \:\__\
\:\/:/ / \:\ \/__/ /:/ / \:\ \ \:\/:/ / \:\/:/ /
\::/ / \:\__\ /:/ / \:\__\ \::/ / \::/ /
\/__/ \/__/ \/__/ \/__/ \/__/ \/__/
Website: https://www.sealos.io/
Address: github.com/labring/sealos
Version: 5.0.1-beta2-22d9a138f
run template frontend
Getting image source signatures
Copying blob 94441a6ab02a done
Copying config cdb8325718 done
Writing manifest to image destination
Storing signatures
2025-08-09T05:55:28 info start to install app in this cluster
2025-08-09T05:55:28 info Executing SyncStatusAndCheck Pipeline in InstallProcessor
2025-08-09T05:55:28 info Executing ConfirmOverrideApps Pipeline in InstallProcessor
2025-08-09T05:55:28 info Executing PreProcess Pipeline in InstallProcessor
2025-08-09T05:55:28 info Executing pipeline MountRootfs in InstallProcessor.
2025-08-09T05:55:29 info render /var/lib/sealos/data/default/applications/default-fpp8x4u9/workdir/manifests/appcr.yaml from /var/lib/sealos/data/default/applications/default-fpp8x4u9/workdir/manifests/appcr.yaml.tmpl completed
2025-08-09T05:55:29 info render /var/lib/sealos/data/default/applications/default-fpp8x4u9/workdir/manifests/deploy.yaml from /var/lib/sealos/data/default/applications/default-fpp8x4u9/workdir/manifests/deploy.yaml.tmpl completed
2025-08-09T05:55:29 info render /var/lib/sealos/data/default/applications/default-fpp8x4u9/workdir/manifests/ingress.yaml from /var/lib/sealos/data/default/applications/default-fpp8x4u9/workdir/manifests/ingress.yaml.tmpl completed
2025-08-09T05:55:29 info Executing pipeline MirrorRegistry in InstallProcessor.
2025-08-09T05:55:29 info trying default http mode to sync images to hosts [65.109.91.40:22]
2025-08-09T05:55:30 info Executing UpgradeIfNeed Pipeline in InstallProcessor
app.app.sealos.io/template created
namespace/template-frontend created
configmap/template-frontend-config created
deployment.apps/template-frontend created
service/template-frontend created
cronjob.batch/template-static created
clusterrole.rbac.authorization.k8s.io/template-frontend-static-role created
clusterrolebinding.rbac.authorization.k8s.io/template-frontend-static-role-binding created
Warning: annotation "kubernetes.io/ingress.class" is deprecated, please use 'spec.ingressClassName' instead
ingress.networking.k8s.io/template-frontend created
2025-08-09T05:55:30 info succeeded install app in this cluster
2025-08-09T05:55:30 info no nodes that need to be scaled
2025-08-09T05:55:30 info
___ ___ ___ ___ ___ ___
/\ \ /\ \ /\ \ /\__\ /\ \ /\ \
/::\ \ /::\ \ /::\ \ /:/ / /::\ \ /::\ \
/:/\ \ \ /:/\:\ \ /:/\:\ \ /:/ / /:/\:\ \ /:/\ \ \
_\:\~\ \ \ /::\~\:\ \ /::\~\:\ \ /:/ / /:/ \:\ \ _\:\~\ \ \
/\ \:\ \ \__\ /:/\:\ \:\__\ /:/\:\ \:\__\ /:/__/ /:/__/ \:\__\ /\ \:\ \ \__\
\:\ \:\ \/__/ \:\~\:\ \/__/ \/__\:\/:/ / \:\ \ \:\ \ /:/ / \:\ \:\ \/__/
\:\ \:\__\ \:\ \:\__\ \::/ / \:\ \ \:\ /:/ / \:\ \:\__\
\:\/:/ / \:\ \/__/ /:/ / \:\ \ \:\/:/ / \:\/:/ /
\::/ / \:\__\ /:/ / \:\__\ \::/ / \::/ /
\/__/ \/__/ \/__/ \/__/ \/__/ \/__/
Website: https://www.sealos.io/
Address: github.com/labring/sealos
Version: 5.0.1-beta2-22d9a138f
run license frontend
Getting image source signatures
Copying blob 4b9cbbc1c17e done
Copying config 855614c393 done
Writing manifest to image destination
Storing signatures
2025-08-09T05:55:30 info start to install app in this cluster
2025-08-09T05:55:30 info Executing SyncStatusAndCheck Pipeline in InstallProcessor
2025-08-09T05:55:30 info Executing ConfirmOverrideApps Pipeline in InstallProcessor
2025-08-09T05:55:30 info Executing PreProcess Pipeline in InstallProcessor
2025-08-09T05:55:31 info Executing pipeline MountRootfs in InstallProcessor.
2025-08-09T05:55:31 info render /var/lib/sealos/data/default/applications/default-fzt31pov/workdir/manifests/appcr.yaml from /var/lib/sealos/data/default/applications/default-fzt31pov/workdir/manifests/appcr.yaml.tmpl completed
2025-08-09T05:55:31 info render /var/lib/sealos/data/default/applications/default-fzt31pov/workdir/manifests/deploy.yaml from /var/lib/sealos/data/default/applications/default-fzt31pov/workdir/manifests/deploy.yaml.tmpl completed
2025-08-09T05:55:31 info render /var/lib/sealos/data/default/applications/default-fzt31pov/workdir/manifests/env.yaml from /var/lib/sealos/data/default/applications/default-fzt31pov/workdir/manifests/env.yaml.tmpl completed
2025-08-09T05:55:31 info render /var/lib/sealos/data/default/applications/default-fzt31pov/workdir/manifests/ingress.yaml from /var/lib/sealos/data/default/applications/default-fzt31pov/workdir/manifests/ingress.yaml.tmpl completed
2025-08-09T05:55:31 info Executing pipeline MirrorRegistry in InstallProcessor.
2025-08-09T05:55:31 info trying default http mode to sync images to hosts [65.109.91.40:22]
2025-08-09T05:55:31 info Executing UpgradeIfNeed Pipeline in InstallProcessor
app.app.sealos.io/license created
namespace/license-frontend created
serviceaccount/license-frontend created
clusterrolebinding.rbac.authorization.k8s.io/license-frontend-role-binding created
clusterrole.rbac.authorization.k8s.io/notification-manager created
clusterrolebinding.rbac.authorization.k8s.io/license-frontend-notification-manager-role-binding created
clusterrolebinding.rbac.authorization.k8s.io/license-frontend-node-reader-rolebinding created
configmap/license-frontend-config created
deployment.apps/license-frontend created
service/license-frontend created
secret/license-frontend-secret created
Warning: annotation "kubernetes.io/ingress.class" is deprecated, please use 'spec.ingressClassName' instead
ingress.networking.k8s.io/license-frontend created
2025-08-09T05:55:31 info succeeded install app in this cluster
2025-08-09T05:55:31 info no nodes that need to be scaled
2025-08-09T05:55:31 info
___ ___ ___ ___ ___ ___
/\ \ /\ \ /\ \ /\__\ /\ \ /\ \
/::\ \ /::\ \ /::\ \ /:/ / /::\ \ /::\ \
/:/\ \ \ /:/\:\ \ /:/\:\ \ /:/ / /:/\:\ \ /:/\ \ \
_\:\~\ \ \ /::\~\:\ \ /::\~\:\ \ /:/ / /:/ \:\ \ _\:\~\ \ \
/\ \:\ \ \__\ /:/\:\ \:\__\ /:/\:\ \:\__\ /:/__/ /:/__/ \:\__\ /\ \:\ \ \__\
\:\ \:\ \/__/ \:\~\:\ \/__/ \/__\:\/:/ / \:\ \ \:\ \ /:/ / \:\ \:\ \/__/
\:\ \:\__\ \:\ \:\__\ \::/ / \:\ \ \:\ /:/ / \:\ \:\__\
\:\/:/ / \:\ \/__/ /:/ / \:\ \ \:\/:/ / \:\/:/ /
\::/ / \:\__\ /:/ / \:\__\ \::/ / \::/ /
\/__/ \/__/ \/__/ \/__/ \/__/ \/__/
Website: https://www.sealos.io/
Address: github.com/labring/sealos
Version: 5.0.1-beta2-22d9a138f
run cronjob frontend
Getting image source signatures
Copying blob 46ba2d5713dd done
Copying config c4d8f76fc9 done
Writing manifest to image destination
Storing signatures
2025-08-09T05:55:32 info start to install app in this cluster
2025-08-09T05:55:32 info Executing SyncStatusAndCheck Pipeline in InstallProcessor
2025-08-09T05:55:32 info Executing ConfirmOverrideApps Pipeline in InstallProcessor
2025-08-09T05:55:32 info Executing PreProcess Pipeline in InstallProcessor
2025-08-09T05:55:32 info Executing pipeline MountRootfs in InstallProcessor.
2025-08-09T05:55:32 info render /var/lib/sealos/data/default/applications/default-gj6ysyl3/workdir/manifests/appcr.yaml from /var/lib/sealos/data/default/applications/default-gj6ysyl3/workdir/manifests/appcr.yaml.tmpl completed
2025-08-09T05:55:32 info render /var/lib/sealos/data/default/applications/default-gj6ysyl3/workdir/manifests/deploy.yaml from /var/lib/sealos/data/default/applications/default-gj6ysyl3/workdir/manifests/deploy.yaml.tmpl completed
2025-08-09T05:55:32 info render /var/lib/sealos/data/default/applications/default-gj6ysyl3/workdir/manifests/ingress.yaml from /var/lib/sealos/data/default/applications/default-gj6ysyl3/workdir/manifests/ingress.yaml.tmpl completed
2025-08-09T05:55:32 info Executing pipeline MirrorRegistry in InstallProcessor.
2025-08-09T05:55:32 info trying default http mode to sync images to hosts [65.109.91.40:22]
2025-08-09T05:55:32 info Executing UpgradeIfNeed Pipeline in InstallProcessor
app.app.sealos.io/cronjob created
namespace/cronjob-frontend created
configmap/cronjob-frontend-config created
deployment.apps/cronjob-frontend created
service/cronjob-frontend created
Warning: annotation "kubernetes.io/ingress.class" is deprecated, please use 'spec.ingressClassName' instead
ingress.networking.k8s.io/cronjob-frontend created
serviceaccount/cluster-version-reader unchanged
clusterrole.rbac.authorization.k8s.io/cluster-version-reader configured
clusterrolebinding.rbac.authorization.k8s.io/cluster-version-reader-rolebinding unchanged
2025-08-09T05:55:32 info succeeded install app in this cluster
2025-08-09T05:55:32 info no nodes that need to be scaled
2025-08-09T05:55:32 info
___ ___ ___ ___ ___ ___
/\ \ /\ \ /\ \ /\__\ /\ \ /\ \
/::\ \ /::\ \ /::\ \ /:/ / /::\ \ /::\ \
/:/\ \ \ /:/\:\ \ /:/\:\ \ /:/ / /:/\:\ \ /:/\ \ \
_\:\~\ \ \ /::\~\:\ \ /::\~\:\ \ /:/ / /:/ \:\ \ _\:\~\ \ \
/\ \:\ \ \__\ /:/\:\ \:\__\ /:/\:\ \:\__\ /:/__/ /:/__/ \:\__\ /\ \:\ \ \__\
\:\ \:\ \/__/ \:\~\:\ \/__/ \/__\:\/:/ / \:\ \ \:\ \ /:/ / \:\ \:\ \/__/
\:\ \:\__\ \:\ \:\__\ \::/ / \:\ \ \:\ /:/ / \:\ \:\__\
\:\/:/ / \:\ \/__/ /:/ / \:\ \ \:\/:/ / \:\/:/ /
\::/ / \:\__\ /:/ / \:\__\ \::/ / \::/ /
\/__/ \/__/ \/__/ \/__/ \/__/ \/__/
Website: https://www.sealos.io/
Address: github.com/labring/sealos
Version: 5.0.1-beta2-22d9a138f
run database monitoring
Getting image source signatures
Copying blob c1295575025c done
Copying config 057d78719f done
Writing manifest to image destination
Storing signatures
2025-08-09T05:55:33 info start to install app in this cluster
2025-08-09T05:55:33 info Executing SyncStatusAndCheck Pipeline in InstallProcessor
2025-08-09T05:55:33 info Executing ConfirmOverrideApps Pipeline in InstallProcessor
2025-08-09T05:55:33 info Executing PreProcess Pipeline in InstallProcessor
2025-08-09T05:55:33 info Executing pipeline MountRootfs in InstallProcessor.
2025-08-09T05:55:33 info Executing pipeline MirrorRegistry in InstallProcessor.
2025-08-09T05:55:33 info trying default http mode to sync images to hosts [65.109.91.40:22]
2025-08-09T05:55:33 info Executing UpgradeIfNeed Pipeline in InstallProcessor
configmap/database-monitor-config created
deployment.apps/database-monitor-deployment created
service/database-monitor created
2025-08-09T05:55:33 info succeeded install app in this cluster
2025-08-09T05:55:33 info no nodes that need to be scaled
2025-08-09T05:55:33 info
___ ___ ___ ___ ___ ___
/\ \ /\ \ /\ \ /\__\ /\ \ /\ \
/::\ \ /::\ \ /::\ \ /:/ / /::\ \ /::\ \
/:/\ \ \ /:/\:\ \ /:/\:\ \ /:/ / /:/\:\ \ /:/\ \ \
_\:\~\ \ \ /::\~\:\ \ /::\~\:\ \ /:/ / /:/ \:\ \ _\:\~\ \ \
/\ \:\ \ \__\ /:/\:\ \:\__\ /:/\:\ \:\__\ /:/__/ /:/__/ \:\__\ /\ \:\ \ \__\
\:\ \:\ \/__/ \:\~\:\ \/__/ \/__\:\/:/ / \:\ \ \:\ \ /:/ / \:\ \:\ \/__/
\:\ \:\__\ \:\ \:\__\ \::/ / \:\ \ \:\ /:/ / \:\ \:\__\
\:\/:/ / \:\ \/__/ /:/ / \:\ \ \:\/:/ / \:\/:/ /
\::/ / \:\__\ /:/ / \:\__\ \::/ / \::/ /
\/__/ \/__/ \/__/ \/__/ \/__/ \/__/
Website: https://www.sealos.io/
Address: github.com/labring/sealos
Version: 5.0.1-beta2-22d9a138f
run launchpad monitoring
Getting image source signatures
Copying blob 7be88f037214 done
Copying config b28330d6ac done
Writing manifest to image destination
Storing signatures
2025-08-09T05:55:33 info start to install app in this cluster
2025-08-09T05:55:33 info Executing SyncStatusAndCheck Pipeline in InstallProcessor
2025-08-09T05:55:33 info Executing ConfirmOverrideApps Pipeline in InstallProcessor
2025-08-09T05:55:33 info Executing PreProcess Pipeline in InstallProcessor
2025-08-09T05:55:33 info Executing pipeline MountRootfs in InstallProcessor.
2025-08-09T05:55:33 info Executing pipeline MirrorRegistry in InstallProcessor.
2025-08-09T05:55:33 info trying default http mode to sync images to hosts [65.109.91.40:22]
2025-08-09T05:55:34 info Executing UpgradeIfNeed Pipeline in InstallProcessor
configmap/launchpad-monitor-config created
deployment.apps/launchpad-monitor-deployment created
service/launchpad-monitor created
2025-08-09T05:55:34 info succeeded install app in this cluster
2025-08-09T05:55:34 info no nodes that need to be scaled
2025-08-09T05:55:34 info
___ ___ ___ ___ ___ ___
/\ \ /\ \ /\ \ /\__\ /\ \ /\ \
/::\ \ /::\ \ /::\ \ /:/ / /::\ \ /::\ \
/:/\ \ \ /:/\:\ \ /:/\:\ \ /:/ / /:/\:\ \ /:/\ \ \
_\:\~\ \ \ /::\~\:\ \ /::\~\:\ \ /:/ / /:/ \:\ \ _\:\~\ \ \
/\ \:\ \ \__\ /:/\:\ \:\__\ /:/\:\ \:\__\ /:/__/ /:/__/ \:\__\ /\ \:\ \ \__\
\:\ \:\ \/__/ \:\~\:\ \/__/ \/__\:\/:/ / \:\ \ \:\ \ /:/ / \:\ \:\ \/__/
\:\ \:\__\ \:\ \:\__\ \::/ / \:\ \ \:\ /:/ / \:\ \:\__\
\:\/:/ / \:\ \/__/ /:/ / \:\ \ \:\/:/ / \:\/:/ /
\::/ / \:\__\ /:/ / \:\__\ \::/ / \::/ /
\/__/ \/__/ \/__/ \/__/ \/__/ \/__/
Website: https://www.sealos.io/
Address: github.com/labring/sealos
Version: 5.0.1-beta2-22d9a138f
2025-08-09T05:55:34 info succeeded install app in this cluster
2025-08-09T05:55:34 info no nodes that need to be scaled
2025-08-09T05:55:34 info
___ ___ ___ ___ ___ ___
/\ \ /\ \ /\ \ /\__\ /\ \ /\ \
/::\ \ /::\ \ /::\ \ /:/ / /::\ \ /::\ \
/:/\ \ \ /:/\:\ \ /:/\:\ \ /:/ / /:/\:\ \ /:/\ \ \
_\:\~\ \ \ /::\~\:\ \ /::\~\:\ \ /:/ / /:/ \:\ \ _\:\~\ \ \
/\ \:\ \ \__\ /:/\:\ \:\__\ /:/\:\ \:\__\ /:/__/ /:/__/ \:\__\ /\ \:\ \ \__\
\:\ \:\ \/__/ \:\~\:\ \/__/ \/__\:\/:/ / \:\ \ \:\ \ /:/ / \:\ \:\ \/__/
\:\ \:\__\ \:\ \:\__\ \::/ / \:\ \ \:\ /:/ / \:\ \:\__\
\:\/:/ / \:\ \/__/ /:/ / \:\ \ \:\/:/ / \:\/:/ /
\::/ / \:\__\ /:/ / \:\__\ \::/ / \::/ /
\/__/ \/__/ \/__/ \/__/ \/__/ \/__/
Website: https://www.sealos.io/
Address: github.com/labring/sealos
Version: 5.0.1-beta2-22d9a138f
2025-08-09T05:55:34 info using cert update implement
2025-08-09T05:55:34 info fetch certSANs from kubeadm configmap
2025-08-09T05:55:34 info start to generate and copy certs to masters...
2025-08-09T05:55:34 info apiserver altNames : {map[apiserver.cluster.local:apiserver.cluster.local dev:dev dev.nodeloc.com:dev.nodeloc.com kubernetes:kubernetes kubernetes.default:kubernetes.default kubernetes.default.svc:kubernetes.default.svc kubernetes.default.svc.cluster.local:kubernetes.default.svc.cluster.local localhost:localhost] map[10.103.97.2:10.103.97.2 10.96.0.1:10.96.0.1 127.0.0.1:127.0.0.1 65.109.91.40:65.109.91.40]}
2025-08-09T05:55:34 info Etcd altnames : {map[dev:dev localhost:localhost] map[127.0.0.1:127.0.0.1 65.109.91.40:65.109.91.40 ::1:::1]}, commonName : dev
2025-08-09T05:55:34 info sa.key sa.pub already exist
2025-08-09T05:55:35 info start to copy etc pki files to masters
2025-08-09T05:55:35 info start to save new kubeadm config...
2025-08-09T05:55:35 info start to upload kubeadm config for inCluster ...
[upload-config] Storing the configuration used in ConfigMap "kubeadm-config" in the "kube-system" Namespace
2025-08-09T05:55:35 info delete pod apiserver from crictl
Stopped sandbox d21c5423efddd
Removed sandbox d21c5423efddd
[check-expiration] Reading configuration from the cluster...
[check-expiration] FYI: You can look at this config file with 'kubectl -n kube-system get cm kubeadm-config -o yaml'
[check-expiration] Error reading configuration from the Cluster. Falling back to default configuration
CERTIFICATE EXPIRES RESIDUAL TIME CERTIFICATE AUTHORITY EXTERNALLY MANAGED
admin.conf Jul 16, 2125 03:35 UTC 99y ca no
apiserver Jul 16, 2125 03:55 UTC 99y ca no
apiserver-etcd-client Jul 16, 2125 03:55 UTC 99y etcd-ca no
apiserver-kubelet-client Jul 16, 2125 03:55 UTC 99y ca no
controller-manager.conf Jul 16, 2125 03:35 UTC 99y ca no
etcd-healthcheck-client Jul 16, 2125 03:55 UTC 99y etcd-ca no
etcd-peer Jul 16, 2125 03:55 UTC 99y etcd-ca no
etcd-server Jul 16, 2125 03:55 UTC 99y etcd-ca no
front-proxy-client Jul 16, 2125 03:55 UTC 99y front-proxy-ca no
scheduler.conf Jul 16, 2125 03:35 UTC 99y ca no
CERTIFICATE AUTHORITY EXPIRES RESIDUAL TIME EXTERNALLY MANAGED
ca Jul 16, 2125 03:35 UTC 99y no
etcd-ca Jul 16, 2125 03:35 UTC 99y no
front-proxy-ca Jul 16, 2125 03:35 UTC 99y no
Sealos cloud login info:
Cloud Version: v5.0.1
URL: https://dev.nodeloc.com
admin Username: admin
admin Password: sealos2023
请为 '_acme-challenge.dev.nodeloc.com' 创建一条 CNAME 记录
指向 'e85f7d44-a24e-4d0d-a286-0115d6be35a9.auth.acme-dns.io'.
root@dev ~ #
安装完成了,最后要求的CNAME和安装过程中要求的CNAME居然不一样
1 个赞
持续关注此贴,好好学习一下
神的降临
无法正常访问,查看一下容器状态,有几个Error
root@dev ~ # kubectl get pods -A -o wide
NAMESPACE NAME READY STATUS RESTARTS AGE IP NODE NOMINATED NODE READINESS GATES
account-system account-controller-manager-6fd48875b8-78vtj 1/2 Error 5 (94s ago) 3m11s 100.64.0.153 dev <none> <none>
account-system account-service-5f94b5f779-8w9dk 0/1 Error 5 (94s ago) 3m10s 100.64.0.94 dev <none> <none>
account-system init-job-jkgqv 0/1 Error 5 (98s ago) 3m8s 100.64.0.239 dev <none> <none>
account-system license-controller-manager-54fdd5d6f7-8947m 1/2 Error 5 (90s ago) 3m9s 100.64.0.186 dev <none> <none>
app-system app-controller-manager-fb7b86fb8-4p7xg 2/2 Running 0 3m17s 100.64.0.102 dev <none> <none>
applaunchpad-frontend applaunchpad-frontend-55b94f448f-j24hc 1/1 Running 0 3m3s 100.64.0.10 dev <none> <none>
cert-manager cert-manager-656b9496d4-f7xdv 1/1 Running 0 21m 100.64.0.109 dev <none> <none>
cert-manager cert-manager-cainjector-766bf6f44c-7lttn 1/1 Running 0 21m 100.64.0.5 dev <none> <none>
cert-manager cert-manager-webhook-66b5cd7597-k74kf 1/1 Running 0 21m 100.64.0.148 dev <none> <none>
cockroach-operator-system cockroach-operator-manager-77cdd79458-gq549 1/1 Running 0 21m 100.64.0.30 dev <none> <none>
costcenter-frontend costcenter-frontend-6fd7c894f-p2pw2 1/1 Running 0 2m58s 100.64.0.212 dev <none> <none>
cronjob-frontend cronjob-frontend-f98d768db-kznr9 1/1 Running 0 2m52s 100.64.0.71 dev <none> <none>
dbprovider-frontend dbprovider-frontend-5b7f86bf77-ln7tm 1/1 Running 0 2m59s 100.64.0.104 dev <none> <none>
higress-system higress-controller-6766c9486f-g9bww 2/2 Running 0 21m 100.64.0.191 dev <none> <none>
higress-system higress-gateway-wd6w4 1/1 Running 0 21m 65.109.91.40 dev <none> <none>
kb-system csi-attacher-s3-0 1/1 Running 0 20m 100.64.0.185 dev <none> <none>
kb-system csi-provisioner-s3-0 2/2 Running 0 20m 100.64.0.134 dev <none> <none>
kb-system csi-s3-cxqcv 2/2 Running 0 20m 65.109.91.40 dev <none> <none>
kb-system kb-addon-migration-dt-platform-548c895976-k2pjc 1/1 Running 0 20m 100.64.0.46 dev <none> <none>
kb-system kb-addon-snapshot-controller-7bc7cf9dbf-sxxqv 1/1 Running 0 20m 100.64.0.208 dev <none> <none>
kb-system kubeblocks-7c889f8c7b-t6dt6 1/1 Running 0 8m56s 100.64.0.156 dev <none> <none>
kb-system kubeblocks-dataprotection-78947bccc5-ngfgq 1/1 Running 0 8m56s 100.64.0.201 dev <none> <none>
kube-system cilium-operator-5448c894cc-xk2bg 1/1 Running 0 22m 65.109.91.40 dev <none> <none>
kube-system cilium-vknww 1/1 Running 0 22m 65.109.91.40 dev <none> <none>
kube-system coredns-5dd5756b68-ljzfp 1/1 Running 0 22m 100.64.0.207 dev <none> <none>
kube-system coredns-5dd5756b68-p7h46 1/1 Running 0 22m 100.64.0.184 dev <none> <none>
kube-system etcd-dev 1/1 Running 0 22m 65.109.91.40 dev <none> <none>
kube-system kube-apiserver-dev 1/1 Running 1 22m 65.109.91.40 dev <none> <none>
kube-system kube-controller-manager-dev 1/1 Running 0 22m 65.109.91.40 dev <none> <none>
kube-system kube-scheduler-dev 1/1 Running 0 22m 65.109.91.40 dev <none> <none>
kube-system metrics-server-68f967f7dc-4wg5c 1/1 Running 0 21m 100.64.0.243 dev <none> <none>
license-frontend license-frontend-54bcc7744-mrdxj 1/1 Running 0 2m53s 100.64.0.202 dev <none> <none>
openebs openebs-localpv-provisioner-56d6489bbc-x8x56 1/1 Running 0 21m 100.64.0.108 dev <none> <none>
resources-system resources-controller-manager-77fdd6fdd4-dmg54 2/2 Running 0 3m13s 100.64.0.204 dev <none> <none>
sealos database-monitor-deployment-6b964bd695-7ts8m 1/1 Running 0 2m51s 100.64.0.72 dev <none> <none>
sealos desktop-frontend-59958dd9df-tv2q2 0/1 Init:Error 5 (105s ago) 3m21s 100.64.0.120 dev <none> <none>
sealos launchpad-monitor-deployment-84fdd6884f-6rtl5 1/1 Running 0 2m50s 100.64.0.249 dev <none> <none>
sealos sealos-cockroachdb-0 1/1 Running 0 20m 100.64.0.196 dev <none> <none>
sealos sealos-cockroachdb-1 1/1 Running 0 20m 100.64.0.211 dev <none> <none>
sealos sealos-cockroachdb-2 1/1 Running 0 20m 100.64.0.57 dev <none> <none>
sealos sealos-mongodb-mongodb-0 3/3 Running 0 20m 100.64.0.194 dev <none> <none>
template-frontend template-frontend-f869bf978-dwh54 1/1 Running 0 2m54s 100.64.0.100 dev <none> <none>
terminal-frontend terminal-frontend-7f5fdb668-ddt4x 1/1 Running 0 3m 100.64.0.242 dev <none> <none>
terminal-system terminal-controller-manager-79fc658d89-pcqn8 2/2 Running 0 3m18s 100.64.0.241 dev <none> <none>
user-system user-controller-manager-658d4445bb-bt6nc 2/2 Running 0 3m20s 100.64.0.155 dev <none> <none>
vm victoria-metrics-k8s-stack-grafana-5896f4f8cd-6rbm2 3/3 Running 0 9m20s 100.64.0.9 dev <none> <none>
vm victoria-metrics-k8s-stack-kube-state-metrics-6bcdff8ff9-ldcj8 1/1 Running 0 21m 100.64.0.232 dev <none> <none>
vm victoria-metrics-k8s-stack-prometheus-node-exporter-7vj6l 1/1 Running 0 21m 65.109.91.40 dev <none> <none>
vm victoria-metrics-k8s-stack-victoria-metrics-operator-7f87b2tm2l 1/1 Running 0 21m 100.64.0.157 dev <none> <none>
vm vmagent-victoria-metrics-k8s-stack-7b87dc8c9-7s2xp 2/2 Running 0 4m10s 100.64.0.75 dev <none> <none>
vm vmalert-victoria-metrics-k8s-stack-5474df58f7-4959b 2/2 Running 0 21m 100.64.0.130 dev <none> <none>
vm vmalertmanager-victoria-metrics-k8s-stack-0 2/2 Running 0 21m 100.64.0.92 dev <none> <none>
vm vmsingle-victoria-metrics-k8s-stack-6d79dc698-xrl8z 1/1 Running 0 21m 100.64.0.123 dev <none> <none>
root@dev ~ #
查看错误
root@dev ~ # kubectl logs -n account-system account-controller-manager-6fd48875b8-78vtj -c manager
2025/08/09 03:58:23 github.com/labring/sealos/controllers/pkg/database/cockroach/accountv2.go:999
[error] failed to initialize database, got error failed to connect to `host=sealos-cockroachdb-public.sealos.svc.cluster.local user=sealos database=global`: server error (ERROR: node is running secure mode, SSL connection required (SQLSTATE 08P01))
{"level":"error","ts":"2025-08-09T03:58:23Z","logger":"setup","msg":"unable to connect to cockroach","error":"failed to open global url postgresql://sealos:dx3tdzk146x1hl05of8uv76zr0bdax88fvwp4g4ew5fl74reo1rglttq895arjcl@sealos-cockroachdb-public.sealos.svc.cluster.local:26257/global : failed to connect to `host=sealos-cockroachdb-public.sealos.svc.cluster.local user=sealos database=global`: server error (ERROR: node is running secure mode, SSL connection required (SQLSTATE 08P01))","stacktrace":"main.main\n\t./main.go:164\nruntime.main\n\truntime/proc.go:271"}
是没有SSL证书导致的数据库无法连接。不知道是不是第一步把证书两行删掉的原因
--cert-path=<your_crt> \
--key-path=<your_key>
要证书的。
牛逼
生命不息,折腾不止!
证书有问题,重装,
首先执行 sealos reset 重置
然后安装 certbot 生成 证书
apt install certbot
申请证书
root@dev ~ # certbot certonly --standalone -d dev.nodeloc.com
Saving debug log to /var/log/letsencrypt/letsencrypt.log
Enter email address (used for urgent renewal and security notices)
(Enter 'c' to cancel): [email protected]
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
Please read the Terms of Service at
https://letsencrypt.org/documents/LE-SA-v1.5-February-24-2025.pdf. You must
agree in order to register with the ACME server. Do you agree?
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
(Y)es/(N)o: y
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
Would you be willing, once your first certificate is successfully issued, to
share your email address with the Electronic Frontier Foundation, a founding
partner of the Let's Encrypt project and the non-profit organization that
develops Certbot? We'd like to send you email about our work encrypting the web,
EFF news, campaigns, and ways to support digital freedom.
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
(Y)es/(N)o: y
Account registered.
Requesting a certificate for dev.nodeloc.com
Successfully received certificate.
Certificate is saved at: /etc/letsencrypt/live/dev.nodeloc.com/fullchain.pem
Key is saved at: /etc/letsencrypt/live/dev.nodeloc.com/privkey.pem
This certificate expires on 2025-11-07.
These files will be updated when the certificate renews.
Certbot has set up a scheduled task to automatically renew this certificate in the background.
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
If you like Certbot, please consider supporting our work by:
* Donating to ISRG / Let's Encrypt: https://letsencrypt.org/donate
* Donating to EFF: https://eff.org/donate-le
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
root@dev ~ #
重新安装
$ curl -sfL https://raw.githubusercontent.com/labring/sealos/v5.0.1/scripts/cloud/install.sh -o /tmp/install.sh && SEALOS_VERSION=v5.0.1 && bash /tmp/install.sh \
--cloud-version=v5.0.1 \
--zh \
--proxy-prefix=$PROXY_PREFIX \
--cloud-domain=dev.nodeloc.com \
--cert-path=/etc/letsencrypt/live/dev.nodeloc.com/fullchain.pem \
--key-path=/etc/letsencrypt/live/dev.nodeloc.com/privkey.pem
看看
1 个赞





