Robin
Robin
> Across multiple-hosts are supported, not support multiple-clusters. You need install kubeskoop in each cluster. For the multiple-hosts-supports, do I need to install for each host? How does skoop-agent aggregate...
1. Capture controller-pod: controller-pod logs: ``` [GIN] 2024/08/02 - 02:44:20 | 200 | 284.332µs | 10.42.0.1 | GET "/pods" [GIN] 2024/08/02 - 02:44:37 | 200 | 3.723619ms | 10.42.0.1 |...
> Seems no obvious error log here. Cloud you please find there is any golang panic message in controller pod? I'll also try to reproduce it on my local machine....
> > > Seems no obvious error log here. Cloud you please find there is any golang panic message in controller pod? I'll also try to reproduce it on my...
I'm using Docker Engine and cri-dockerd, as follows: ``` $ tr \\0 ' ' < /proc/"$(pgrep kubelet)"/cmdline /usr/bin/kubelet --bootstrap-kubeconfig=/etc/kubernetes/bootstrap-kubelet.conf --kubeconfig=/etc/kubernetes/kubelet.conf --config=/var/lib/kubelet/config.yaml --container-runtime=remote --container-runtime-endpoint=unix:///run/cri-dockerd.sock --cgroup-driver=systemd --container-runtime-endpoint=/run/cri-dockerd.sock ``` My k8s version is...
> Could you please provide your OS environment (cat /etc/os-release) and the server-side application you are running? [@Robin3Chan](https://github.com/Robin3Chan) I'm running kyanos in a privileged k8s pod. The OS of k8s...