labring / sealos

Sealos is a production-ready Kubernetes distribution that provides a one-stop solution for both public and private cloud. https://sealos.io
https://cloud.sealos.io
Apache License 2.0
13.3k stars 2.02k forks source link

BUG: Error: run chmod to rootfs failed: exit status 1 #4814

Open nlqiong-me opened 5 days ago

nlqiong-me commented 5 days ago

Sealos Version

5.0.0-beta5-a0b3363d9

How to reproduce the bug?

curl -sfL https://mirror.ghproxy.com/https://raw.githubusercontent.com/labring/sealos/v5.0.0-beta5/scripts/cloud/install.sh -o /tmp/install.sh && bash /tmp/install.sh --zh \ --cloud-version=v5.0.0-beta5 \ --image-registry=registry.cn-shanghai.aliyuncs.com \ --proxy-prefix=https://mirror.ghproxy.com \ --master-ips=192.168.0.112,192.168.0.113,192.168.0.120 \ --node-ips=192.168.0.123,192.168.0.121 \ --pod-cidr=100.64.0.0/10 \ --service-cidr=10.96.0.0/22 \ --cloud-domain=192.168.0.112.nip.io \ --cloud-port=443 \ --ssh-password=123456 \ --kubernetes-version=1.25.6

image

image

What is the expected behavior?

No response

What do you see instead?

Everything went well up until now

Operating environment

- Sealos version: v5.0.0-beta5
- Docker version: 
- Kubernetes version:  1.25.6
- Operating system: ubuntu 22.04
- Runtime environment: virtual machine (8G memory, 4 core cpu, 80G storage) *5
- Cluster size: 3 master, 2 node
- Additional information:

Additional information

No response