star Jay

Results 7 issues of star Jay

Signed-off-by: starComingup ### Describe what this PR does / why we need it add k0s init step feature for sealer, it prepare k0sctl install env and image registry and so...

test
feature

### What happen? I can't find any test methods in CONTRIBUTING file. Especially when I modified the business code, I can't verify it on my local machine. I think this...

kind/bug

### What happen? I installed a cluster with ClusterImage Kubernetes:v1.24.1, and using `kubectl version` verify Kubernetes version and it seems correct. ```json { "clientVersion": { "major": "1", "minor": "24", "gitVersion":...

kind/bug
ClusterImage

### What happen? I built my clusterImage with latest code which using buildah , and run my cluster failed. ```bash sealer build -f Kubefile -t registry.cn-hangzhou.aliyuncs.com/starcoming/k0s:v1.24.4 . sealer run registry.cn-hangzhou.aliyuncs.com/starcoming/k0s:v1.24.4...

kind/bug
ImageBuilding

### What happen? panic when mount image. ### Relevant log output? ```Shell panic: runtime error: index out of range [0] with length 0 goroutine 1 [running]: github.com/sealerio/sealer/utils/mount.GetMountDetails({0xc0005b6d00, 0x35}) /root/sealer/utils/mount/mount_service.go:160 +0x9e...

kind/bug

## Issue Description Support k3s cluster installation. Type: *feature request* ### Describe what feature you want #### step 1. Deploy the private mirror registry (ref: https://docs.rancher.cn/docs/k3s/installation/airgap/_index) a. Distribute the k3s...

kind/feature

Signed-off-by: starComingup ### Describe what this PR does / why we need it support k0s rootfs ### Does this pull request fix one issue? NONE ### Describe how you did...