Abirdcfly
Abirdcfly
```bash ❯ docker run --platform linux/mips64le golang go version standard_init_linux.go:228: exec user process caused: exec format error ❯ docker run --platform linux/amd64 golang go version Unable to find image 'golang:latest'...
Signed-off-by: Abirdcfly Fatalln is equivalent to Println() followed by a call to os.Exit(1).
Signed-off-by: Abirdcfly
https://pkg.go.dev/log#Fatalf > Fatalf is equivalent to Printf() followed by a call to os.Exit(1). see https://go.dev/play/p/iw2MCkHArJZ for example: ```go package main import "log" func main() { log.Println("Println will print and not...
Signed-off-by: Abirdcfly Fixes #
Signed-off-by: Abirdcfly
Signed-off-by: Abirdcfly
Signed-off-by: Abirdcfly
Signed-off-by: Abirdcfly **What type of PR is this?** /kind cleanup **What this PR does / why we need it**: Like https://github.com/kubernetes/kubernetes/pull/110724, after bump klog to 2.70 `klog.Fatal` no longer dumps...