Skip to content

Commit 1e6c48b

Browse files
authored
Update README.md
1 parent 23193b7 commit 1e6c48b

File tree

1 file changed

+13
-2
lines changed

1 file changed

+13
-2
lines changed

k8s/README.md

Lines changed: 13 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -92,8 +92,9 @@ spec:
9292
containers:
9393
- name: goreplay
9494
image: buger/goreplay:2.0.0-rc4
95-
command:
96-
- "--input-raw k8s://deployments/nginx:80"
95+
args:
96+
- "--input-raw"
97+
- "k8s://deployments/nginx:80"
9798
- "--output-stdout"
9899
```
99100

@@ -159,3 +160,13 @@ Get logs for specific pod (take data from previous step):
159160

160161
Get related k8s events:
161162
`kubectl get events -n goreplay --field-selector involvedObject.name=goreplay-daemon-<replace>`
163+
164+
## 8. Debuggin telemetry
165+
166+
We provde a special script which will get all require logs, and help you find installation errors.
167+
168+
`curl -s https://raw.githubusercontent.com/buger/goreplay/refs/heads/master/k8s/collect_goreplay_telemetry.sh | bash`
169+
170+
If you are using microk8s or similar, you can also specific prefix for your kubectl command like this:
171+
172+
`curl -s https://raw.githubusercontent.com/buger/goreplay/refs/heads/master/k8s/collect_goreplay_telemetry.sh | bash -s -- "microk8s kubectl"`

0 commit comments

Comments
 (0)