install_k8s
install_k8s copied to clipboard
静态安装包报错
centos7 在安装的时候报错:-bash: ./installk8s-20220509: cannot execute binary file
估计是在编译的时候没有添加如下参数
GOOS=linux GOARCH=amd64 go build sayHello.go