We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7b34280 commit d5c58c3Copy full SHA for d5c58c3
README.md
@@ -66,14 +66,6 @@ Execute tests and generate failure tests report
66
./kube-beacon -r
67
```
68
69
-## Kube-beacon as Docker
70
-
71
-Execute kube beacon via docker
72
73
-```
74
-docker run --pid=host -v /etc:/etc:ro -v /var:/var:ro -v /*/cni/*:/*/cni/* -v $HOME/.kube:/root/.kube:ro -v $(which kubectl):/usr/bin/kubectl -t chenkeinan/kube-beacon
75
76
77
## Kube-beacon as pod in k8s
78
79
- Execute kube beacon as a pod in k8s cluster
0 commit comments