Allen Sun

Results 72 comments of Allen Sun

We change the concept of CloudImage into ClusterImage. Please always use `ClusterImage` in the future. Thanks. @kakaZhou719

@sfeng1996 Yeah, the blue ones are sealer's log and its format is from [logrus](https://github.com/sirupsen/logrus). Currently the default log format is logrus. The the logs with `preflight` prefix are from kubeadm...

@justadogistaken +1 on separating Plugin with ClusterImage. For what is the truth, ClusterImage defines what should be included in the content of a distributed application. Plugins of sealer would be...

similar to https://github.com/sealerio/sealer/issues/1370 .

@laowenyi Could you collect more log info about the exited containers, by `docker logs container_name`

> It's the same problem with #1454, this issue can be closed. @iosx I do not think they are the same issue. This issue's problem is `init-registry.sh: line 37: docker:...

@lllwan Good idea! While sealer is open source project under CNCF. But I think that sealer applications marketplace seems to be a commercial product or at least operated by a...

@windydayc I am wondering it is still related to the local shell binary. @bxy4543 Could you please execute `echo $SHELL` to see which default shell binary you use. Like this:...

> I solved the problem temporarily by putting these commands in a separate shell script, which I then executed in kubefile CMD. We will keep digging this. @windydayc

Actually it is because there is no CNI plugin in the `kubernetes:v1.24.1`. Currently, we have not a proper way to trace all software in a ClusterImage. For example, this case...