-
Notifications
You must be signed in to change notification settings - Fork 2.3k
Open
Labels
Milestone
Description
Sealos Version
v5.0.1
How to reproduce the bug?
-
ubuntu 24.04 server 3台机器,使用的如下命令在一台机器上安装:
(域名+内网ip的方式安装的)
$ 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> -
安装过程出现如下错误,但不影响安装执行。
Error from server (NotFound): configmaps "desktop-frontend-config" not found

-
安装完成之后,k8s查看pod日志如下:
1、安装过程出现问题:Error from server (NotFound): configmaps "desktop-frontend-config" not found。
是否需要解决?
2、使用域名+内网ip的访问不到,这个怎么解决?
What is the expected behavior?
No response
What do you see instead?
No response
Operating environment
- Sealos version:
- Docker version:
- Kubernetes version:
- Operating system:
- Runtime environment:
- Cluster size:
- Additional information:Additional information
No response

