File tree Expand file tree Collapse file tree 1 file changed +13
-2
lines changed
Expand file tree Collapse file tree 1 file changed +13
-2
lines changed Original file line number Diff line number Diff line change 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
160161Get 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"`
You can’t perform that action at this time.
0 commit comments