dragonTour
dragonTour
Thanks,I add below code in captureObserverEntries function of metrics.js ``` const fpEntry = list.getEntriesByName(FIRST_PAINT)[0] if (fpEntry) { const fp = parseInt( unloadDiff >= 0 ? fpEntry.startTime - unloadDiff : fpEntry.startTime...
Below is the log for the pod vizier-pem created by vizier-cloud-connector deployMent. Why does the SSL authentication fail when the pl-nats service is connected? ```I20221209 07:09:18.489173 2354094 stirling.cc:414] Stirling successfully...
**To Reproduce** Steps to reproduce the behavior: 1.run on my own infrastructure with the following self-managed option. ``` [root@xxx pixie]# git clone https://github.com/pixie-io/pixie.git [root@xxx pixie]# cd pixie [root@xxx pixie]# export...
> I used kubeadm to boot the cluster
我把docker的运行数据的目录改了,不在/var/ 下面,是不是这个引起的 ``` [root@]# more /etc/docker/daemon.json { "data-root": "/data/docker", "exec-opts": [ "native.cgroupdriver=systemd" ] } ```
change readOnly to false, run successfully ``` apiVersion: apps/v1 kind: DaemonSet metadata: name: cadvisor namespace: holoinsight-example spec: selector: matchLabels: app: cadvisor updateStrategy: type: RollingUpdate rollingUpdate: maxUnavailable: 1 template: metadata: labels:...