Kaitian Xie
Kaitian Xie
**What type of PR is this?** /kind bug **What this PR does / why we need it**: I can't run `make` with the current build script on mac as `docker`...
**What happened**: Failed to start the nocalhost-sidecar container. **What you expected to happen**: I expected the container to run successfully. **How to reproduce it (as minimally and precisely as possible)**:...
## What Would You Like to Add? Why Is This Needed? CodeQL is a tool made by GitHub to “automate security checks” and is "free for research and open source."...
原文为 ```bash ... GOOS=linux go build -o ./in-cluster . ``` 根据上一步的Dockerfile,应改为 ```bash ... GOOS=linux go build -o ./app . ```
详见: https://github.com/kubernetes-sigs/kubebuilder/issues/2692#issuecomment-1129908372