Jiahui
Jiahui
The file /var/lib/sealer/tmp/.DTmp-275234027 exists but is not mounted, prune fails. 
``` [root@iZ7xvfzihsbriwt1vd8km8Z test]# mount -t overlay overlay -o lowerdir=/tmp/test/aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa/:/var/lib/sealer/data/overlay2/ecb3b2a34f2f12900fa534310981f4005cf086b1f531cac6f06d34b9e8305188:/var/lib/sealer/data/overlay2/ed7469d2eab043b863bb5b6f2a7f572e2ec7cdfda49460807de147bf6f9b4ee0: **Omit verbose and repetitive parts** :/var/lib/sealer/data/overlay2/ca7f48aa8c53bc5643da10211d73d807c47c07e7e7e91da4d7896e45d98eb879,upperdir=/var/lib/sealer/data/my-cluster/mount/linux_amd64_/upper,workdir=/var/lib/sealer/data/my-cluster/mount/linux_amd64_/work /var/lib/sealer/data/my-cluster/mount/linux_amd64_ mount: 特殊设备 overlay 不存在 [root@iZ7xvfzihsbriwt1vd8km8Z test]# data=lowerdir=。。。workdir=/var/lib/sealer/data/my-cluster/mount/linux_amd64_/work [root@iZ7xvfzihsbriwt1vd8km8Z test]# echo ${#data1} 4101 ``` ```...
```Kubefile1 ##case 1 : failed FROM my:1.1 RUN sed -i "s/sea.hub:5000\/pause:3.6/k8s.gcr.io\/pause:3.6/g" etc/dump-config.toml ``` ```Kubefile2 ##case2: success FROM my:1.1 RUN sed -i \"s/sea.hub:5000\\/pause:3.6/k8s.gcr.io\\/pause:3.6/g\" etc/dump-config.toml ``` #### What happened: Commands in Kubefile...
### Sealos Version 4.3, 5.0, main ### How to reproduce the bug? sealos run docker.io/labring/victoria-metrics-k8s-stack:v1.96.0 -e HELM_OPTS="--set grafana.enabled=false,vmsingle.enabled=false,vmcluster.enabled=true" 2024-04-07T08:28:08 info start to install app in this cluster 2024-04-07T08:28:08 info Executing...
https://github.com/labring/sealos/issues/4331
**What steps did you take and what happened:** Due to insufficient pvc resources, the pod keeps restarting. After expanding the pvc, it is found that the lv has not been...
 Scripts need debug mode, for example: `set -ex` Since the latest version of cert-manager (https://github.com/cert-manager/cert-manager/releases/download/v1.15.0/cert-manager-cmctl-linux-amd64.tar.gz) does not have this file, the init.sh script for building the cert-manager image fails,...