mirror of https://github.com/k3s-io/k3s
parent
2cb7023660
commit
d3f7632463
|
@ -93,7 +93,7 @@ func Run(ctx context.Context, cfg *config.Node) error {
|
|||
|
||||
addDeathSig(cmd)
|
||||
if err := cmd.Run(); err != nil {
|
||||
fmt.Fprintf(os.Stderr, "containerd: %s\n", err)
|
||||
logrus.Errorf("containerd exited: %s", err)
|
||||
}
|
||||
os.Exit(1)
|
||||
}()
|
||||
|
|
Loading…
Reference in New Issue