mahmut

Results 10 issues of mahmut

### What happen? when i merge two cluster images with sealer v0.8.6, the target metadata is the last image's metadata. such as : sealer merge A B -t C ,...

kind/bug

### What happen? sealer v0.8.5 在编译sealer基础集群镜像时同一个layer会拉取多次。 ### Relevant log output? ```Shell [root@localhost base]# sealer build -t k8s:latest . 2022-09-05 14:02:30 [INFO] [executor.go:124] start to check the middleware file 2022-09-05 14:02:30...

kind/bug

Misspell

needs-ok-to-test
lifecycle/stale
component/kubevirt

sync frome https://raw.githubusercontent.com/kubernetes/website/main/content/en/examples/application/guestbook/frontend-deployment.yaml

cncf-cla: yes
size/XS

add uos support to sealer docker installation process. ### Describe what this PR does / why we need it add UniontechOS(uos) support for sealer docker installation process. ### Does this...

**Which issue(s) this PR fixes**: Fixes # I check all master branch, these three has chenged to main.

cncf-cla: yes
approved
needs-rebase
sig/network
size/XS
lifecycle/stale
ok-to-test

- Added a check using exec.LookPath to ensure fusermount3 or fusermount is available in the system's PATH. - If neither binary is found, return an error indicating their absence. -...

kind/bug
needs-ok-to-test
area/runtime
size/S

- Changed `log.Fatalf(err.Error())` to `log.Fatalf("%s", err.Error())` #### What type of PR is this? #### What this PR does / why we need it: #### Which issue(s) this PR fixes: Fixes...

cncf-cla: yes
size/XS

In pkg/ns/ns.go, which is a test file, the function SetUpNetlinkTest is actually a test case. To adhere to Go's testing framework conventions and improve code readability, we rename it to...

### What happened? ![Image](https://github.com/user-attachments/assets/9222184a-956f-42b0-a466-c8da517df198) ### What did you expect to happen? i don't know what happened ### How can we reproduce it (as minimally and precisely as possible)? Install by...

kind/bug