Generate CRDs with controller-gen instead
This commit is contained in:
@@ -1,5 +1,11 @@
|
||||
## For development workflow
|
||||
|
||||
For running `controll-gen`
|
||||
```
|
||||
export PATH="$(go env GOPATH)/bin:$PATH"
|
||||
go install sigs.k8s.io/controller-tools/cmd/controller-gen@latest
|
||||
```
|
||||
|
||||
Run this on device
|
||||
```bash
|
||||
while true; do nc -l -p 1234 -e sh; done
|
||||
|
||||
Reference in New Issue
Block a user