mahmut
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 ,...
### 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...
sync frome https://raw.githubusercontent.com/kubernetes/website/main/content/en/examples/application/guestbook/frontend-deployment.yaml
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.
- 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. -...
- 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...
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?  ### 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...