USER PID %CPU %MEM VSZ RSS TTY STAT START TIME COMMAND root 5020 10.0 2.1 1616252 346568 ? Ssl 13:13 0:14 kube-apiserver --advertise-address=199.19.213.242 --allow-privileged=true --authorization-mode=Node,RBAC --client-ca-file=/etc/kubernetes/pki/ca.crt --enable-admission-plugins=NodeRestriction --enable-bootstrap-token-auth=true --etcd-cafile=/etc/kubernetes/pki/etcd/ca.crt --etcd-certfile=/etc/kubernetes/pki/apiserver-etcd-client.crt --etcd-keyfile=/etc/kubernetes/pki/apiserver-etcd-client.key --etcd-servers=https://127.0.0.1:2379 --kubelet-client-certificate=/etc/kubernetes/pki/apiserver-kubelet-client.crt --kubelet-client-key=/etc/kubernetes/pki/apiserver-kubelet-client.key --kubelet-preferred-address-types=InternalIP,ExternalIP,Hostname --proxy-client-cert-file=/etc/kubernetes/pki/front-proxy-client.crt --proxy-client-key-file=/etc/kubernetes/pki/front-proxy-client.key --requestheader-allowed-names=front-proxy-client --requestheader-client-ca-file=/etc/kubernetes/pki/front-proxy-ca.crt --requestheader-extra-headers-prefix=X-Remote-Extra- --requestheader-group-headers=X-Remote-Group --requestheader-username-headers=X-Remote-User --secure-port=6443 --service-account-issuer=https://kubernetes.default.svc.cluster.local --service-account-key-file=/etc/kubernetes/pki/sa.pub --service-account-signing-key-file=/etc/kubernetes/pki/sa.key --service-cluster-ip-range=10.96.0.0/12 --tls-cert-file=/etc/kubernetes/pki/apiserver.crt --tls-min-version=VersionTLS13 --tls-private-key-file=/etc/kubernetes/pki/apiserver.key root 5262 4.9 0.6 2446568 99360 ? Ssl 13:14 0:03 /usr/bin/kubelet --bootstrap-kubeconfig=/etc/kubernetes/bootstrap-kubelet.conf --kubeconfig=/etc/kubernetes/kubelet.conf --config=/var/lib/kubelet/config.yaml --cgroups-per-qos=false --container-runtime-endpoint=/run/containerd/containerd.sock --enforce-node-allocatable= --node-ip=199.19.213.242 --pod-infra-container-image=harbor.atmosphere.dev/registry.k8s.io/pause:3.9 root 3142 4.7 0.3 2784396 63508 ? Ssl 13:11 0:12 /usr/bin/containerd --config /etc/containerd/config.toml root 5044 3.6 0.3 11222788 57044 ? Ssl 13:13 0:05 etcd --advertise-client-urls=https://199.19.213.242:2379 --cert-file=/etc/kubernetes/pki/etcd/server.crt --client-cert-auth=true --data-dir=/var/lib/etcd --experimental-initial-corrupt-check=true --experimental-watch-progress-notify-interval=5s --initial-advertise-peer-urls=https://199.19.213.242:2380 --initial-cluster=instance=https://199.19.213.242:2380 --key-file=/etc/kubernetes/pki/etcd/server.key --listen-client-urls=https://127.0.0.1:2379,https://199.19.213.242:2379 --listen-metrics-urls=http://127.0.0.1:2381 --listen-peer-urls=https://199.19.213.242:2380 --name=instance --peer-cert-file=/etc/kubernetes/pki/etcd/peer.crt --peer-client-cert-auth=true --peer-key-file=/etc/kubernetes/pki/etcd/peer.key --peer-trusted-ca-file=/etc/kubernetes/pki/etcd/ca.crt --snapshot-count=10000 --tls-min-version=TLS1.3 --trusted-ca-file=/etc/kubernetes/pki/etcd/ca.crt root 5082 1.2 0.3 1283604 55340 ? Ssl 13:13 0:01 kube-scheduler --authentication-kubeconfig=/etc/kubernetes/scheduler.conf --authorization-kubeconfig=/etc/kubernetes/scheduler.conf --bind-address=0.0.0.0 --kubeconfig=/etc/kubernetes/scheduler.conf --leader-elect=true --tls-min-version=VersionTLS13 root 5497 0.3 0.2 1282436 46516 ? Ssl 13:14 0:00 /usr/local/bin/kube-proxy --config=/var/lib/kube-proxy/config.conf --hostname-override=instance root 5202 0.2 0.2 1272412 36692 ? Ssl 13:13 0:00 /kube-vip manager root 6221 11.0 0.1 106460 23096 ? Sl 13:15 0:00 /usr/bin/python3 root 1414 0.0 0.1 296144 20356 ? Ssl 13:09 0:00 /usr/libexec/packagekitd root 534 0.0 0.1 33140 18840 ? Ss 12:57 0:00 /usr/bin/python3 /usr/bin/networkd-dispatcher --run-startup-triggers zuul 843 0.0 0.1 179584 17324 ? Sl 13:08 0:00 /usr/bin/python3 systemd+ 332 0.0 0.0 26208 13864 ? Ss 12:57 0:00 /lib/systemd/systemd-resolved root 297 0.0 0.0 48376 13836 ? S /tmp/logs/system/systemd-cgls.txt ip addr > /tmp/logs/system/ip-addr.txt ip route > /tmp/logs/system/ip-route.txt lsblk > /tmp/logs/system/lsblk.txt mount > /tmp/logs/system/mount.txt docker images > /tmp/logs/system/docker-images.txt brctl show > /tmp/logs/system/brctl-show.txt ps aux --sort=-%mem > /tmp/logs/system/ps.txt dpkg -l > /tmp/logs/system/packages.txt CONTAINERS=($(docker ps -a --format '{{ .Names }}' --filter label=zuul)) if [ ! -z "$CONTAINERS" ]; then mkdir -p "/tmp/logs/system/containers" for CONTAINER in ${CONTAINERS}; do docker logs "${CONTAINER}" > "/tmp/logs/system/containers/${CONTAINER}.txt" done fi zuul 692 0.0 0.0 168464 2928 ? S 13:07 0:00 (sd-pam) uuidd 1081 0.0 0.0 9620 1592 ? Ss 13:08 0:00 /usr/sbin/uuidd --socket-activation root 539 0.0 0.0 6176 1068 tty1 Ss+ 12:57 0:00 /sbin/agetty -o -p -- \u --noclear tty1 linux root 540 0.0 0.0 6220 1064 ttyS0 Ss+ 12:57 0:00 /sbin/agetty -o -p -- \u --keep-baud 115200,57600,38400,9600 ttyS0 vt220 zuul 6217 0.0 0.0 2892 1000 ? Ss 13:15 0:00 sh -c /bin/sh -c 'sudo -H -S -n -u root /bin/sh -c '"'"'echo BECOME-SUCCESS-tftbpsaiveozfgojsggdtwnblbnmgatk ; /usr/bin/python3'"'"' && sleep 0' zuul 6218 0.0 0.0 2892 1000 ? S 13:15 0:00 /bin/sh -c sudo -H -S -n -u root /bin/sh -c 'echo BECOME-SUCCESS-tftbpsaiveozfgojsggdtwnblbnmgatk ; /usr/bin/python3' && sleep 0 root 6220 0.0 0.0 2892 964 ? S 13:15 0:00 /bin/sh -c echo BECOME-SUCCESS-tftbpsaiveozfgojsggdtwnblbnmgatk ; /usr/bin/python3 65535 4806 0.0 0.0 1028 4 ? Ss 13:13 0:00 /pause 65535 4863 0.0 0.0 1028 4 ? Ss 13:13 0:00 /pause 65535 4871 0.0 0.0 1028 4 ? Ss 13:13 0:00 /pause 65535 4909 0.0 0.0 1028 4 ? Ss 13:13 0:00 /pause 65535 4934 0.0 0.0 1028 4 ? Ss 13:13 0:00 /pause 65535 5473 0.0 0.0 1028 4 ? Ss 13:14 0:00 /pause 65535 6179 0.0 0.0 1028 4 ? Ss 13:15 0:00 /pause root 2 0.0 0.0 0 0 ? S 12:57 0:00 [kthreadd] root 3 0.0 0.0 0 0 ? I< 12:57 0:00 [rcu_gp] root 4 0.0 0.0 0 0 ? I< 12:57 0:00 [rcu_par_gp] root 5 0.0 0.0 0 0 ? I< 12:57 0:00 [slub_flushwq] root 6 0.0 0.0 0 0 ? I< 12:57 0:00 [netns] root 8 0.0 0.0 0 0 ? I< 12:57 0:00 [kworker/0:0H-events_highpri] root 9 0.1 0.0 0 0 ? I 12:57 0:01 [kworker/u16:0-events_power_efficient] root 10 0.0 0.0 0 0 ? I< 12:57 0:00 [mm_percpu_wq] root 11 0.0 0.0 0 0 ? S 12:57 0:00 [rcu_tasks_rude_] root 12 0.0 0.0 0 0 ? S 12:57 0:00 [rcu_tasks_trace] root 13 0.0 0.0 0 0 ? S 12:57 0:00 [ksoftirqd/0] root 14 0.1 0.0 0 0 ? I 12:57 0:01 [rcu_sched] root 15 0.0 0.0 0 0 ? S 12:57 0:00 [migration/0] root 16 0.0 0.0 0 0 ? S 12:57 0:00 [idle_inject/0] root 17 0.0 0.0 0 0 ? I 12:57 0:00 [kworker/0:1-events] root 18 0.0 0.0 0 0 ? S 12:57 0:00 [cpuhp/0] root 19 0.0 0.0 0 0 ? S 12:57 0:00 [cpuhp/1] root 20 0.0 0.0 0 0 ? S 12:57 0:00 [idle_inject/1] root 21 0.0 0.0 0 0 ? S 12:57 0:00 [migration/1] root 22 0.0 0.0 0 0 ? S 12:57 0:00 [ksoftirqd/1] root 24 0.0 0.0 0 0 ? I< 12:57 0:00 [kworker/1:0H-events_highpri] root 25 0.0 0.0 0 0 ? S 12:57 0:00 [cpuhp/2] root 26 0.0 0.0 0 0 ? S 12:57 0:00 [idle_inject/2] root 27 0.0 0.0 0 0 ? S 12:57 0:00 [migration/2] root 28 0.0 0.0 0 0 ? S 12:57 0:00 [ksoftirqd/2] root 30 0.0 0.0 0 0 ? I< 12:57 0:00 [kworker/2:0H-kblockd] root 31 0.0 0.0 0 0 ? S 12:57 0:00 [cpuhp/3] root 32 0.0 0.0 0 0 ? S 12:57 0:00 [idle_inject/3] root 33 0.0 0.0 0 0 ? S 12:57 0:00 [migration/3] root 34 0.0 0.0 0 0 ? S 12:57 0:00 [ksoftirqd/3] root 36 0.0 0.0 0 0 ? I< 12:57 0:00 [kworker/3:0H-events_highpri] root 37 0.0 0.0 0 0 ? S 12:57 0:00 [cpuhp/4] root 38 0.0 0.0 0 0 ? S 12:57 0:00 [idle_inject/4] root 39 0.0 0.0 0 0 ? S 12:57 0:00 [migration/4] root 40 0.0 0.0 0 0 ? S 12:57 0:00 [ksoftirqd/4] root 42 0.0 0.0 0 0 ? I< 12:57 0:00 [kworker/4:0H-events_highpri] root 43 0.0 0.0 0 0 ? S 12:57 0:00 [cpuhp/5] root 44 0.0 0.0 0 0 ? S 12:57 0:00 [idle_inject/5] root 45 0.0 0.0 0 0 ? S 12:57 0:00 [migration/5] root 46 0.0 0.0 0 0 ? S 12:57 0:00 [ksoftirqd/5] root 48 0.0 0.0 0 0 ? I< 12:57 0:00 [kworker/5:0H-events_highpri] root 49 0.0 0.0 0 0 ? S 12:57 0:00 [cpuhp/6] root 50 0.0 0.0 0 0 ? S 12:57 0:00 [idle_inject/6] root 51 0.0 0.0 0 0 ? S 12:57 0:00 [migration/6] root 52 0.0 0.0 0 0 ? S 12:57 0:00 [ksoftirqd/6] root 54 0.0 0.0 0 0 ? I< 12:57 0:00 [kworker/6:0H-events_highpri] root 55 0.0 0.0 0 0 ? S 12:57 0:00 [cpuhp/7] root 56 0.0 0.0 0 0 ? S 12:57 0:00 [idle_inject/7] root 57 0.0 0.0 0 0 ? S 12:57 0:00 [migration/7] root 58 0.0 0.0 0 0 ? S 12:57 0:00 [ksoftirqd/7] root 60 0.0 0.0 0 0 ? I< 12:57 0:00 [kworker/7:0H-events_highpri] root 61 0.0 0.0 0 0 ? S 12:57 0:00 [kdevtmpfs] root 62 0.0 0.0 0 0 ? I< 12:57 0:00 [inet_frag_wq] root 63 0.0 0.0 0 0 ? S 12:57 0:00 [kauditd] root 64 0.0 0.0 0 0 ? S 12:57 0:00 [khungtaskd] root 65 0.0 0.0 0 0 ? S 12:57 0:00 [oom_reaper] root 66 0.0 0.0 0 0 ? I< 12:57 0:00 [writeback] root 67 0.0 0.0 0 0 ? S 12:57 0:00 [kcompactd0] root 68 0.0 0.0 0 0 ? SN 12:57 0:00 [ksmd] root 69 0.0 0.0 0 0 ? SN 12:57 0:00 [khugepaged] root 80 0.0 0.0 0 0 ? I 12:57 0:00 [kworker/4:1-events] root 92 0.0 0.0 0 0 ? I 12:57 0:00 [kworker/3:1-events] root 97 0.0 0.0 0 0 ? I 12:57 0:00 [kworker/6:1-mm_percpu_wq] root 118 0.0 0.0 0 0 ? I< 12:57 0:00 [kintegrityd] root 119 0.0 0.0 0 0 ? I< 12:57 0:00 [kblockd] root 120 0.0 0.0 0 0 ? I< 12:57 0:00 [blkcg_punt_bio] root 121 0.0 0.0 0 0 ? I< 12:57 0:00 [tpm_dev_wq] root 122 0.0 0.0 0 0 ? I< 12:57 0:00 [ata_sff] root 123 0.0 0.0 0 0 ? I< 12:57 0:00 [md] root 124 0.0 0.0 0 0 ? I< 12:57 0:00 [edac-poller] root 125 0.0 0.0 0 0 ? I< 12:57 0:00 [devfreq_wq] root 126 0.0 0.0 0 0 ? S 12:57 0:00 [watchdogd] root 127 0.0 0.0 0 0 ? I 12:57 0:00 [kworker/2:1-cgroup_free] root 129 0.0 0.0 0 0 ? I< 12:57 0:00 [kworker/0:1H-kblockd] root 131 0.0 0.0 0 0 ? S 12:57 0:00 [kswapd0] root 132 0.0 0.0 0 0 ? S 12:57 0:00 [ecryptfs-kthrea] root 134 0.0 0.0 0 0 ? I 12:57 0:00 [kworker/7:1-mm_percpu_wq] root 135 0.0 0.0 0 0 ? I< 12:57 0:00 [kthrotld] root 136 0.0 0.0 0 0 ? I< 12:57 0:00 [acpi_thermal_pm] root 138 0.0 0.0 0 0 ? S 12:57 0:00 [scsi_eh_0] root 139 0.0 0.0 0 0 ? I< 12:57 0:00 [scsi_tmf_0] root 140 0.0 0.0 0 0 ? S 12:57 0:00 [scsi_eh_1] root 141 0.0 0.0 0 0 ? I< 12:57 0:00 [scsi_tmf_1] root 143 0.0 0.0 0 0 ? I< 12:57 0:00 [vfio-irqfd-clea] root 144 0.0 0.0 0 0 ? I 12:57 0:00 [kworker/u16:4-writeback] root 145 0.0 0.0 0 0 ? I< 12:57 0:00 [mld] root 146 0.0 0.0 0 0 ? I< 12:57 0:00 [kworker/1:1H-kblockd] root 147 0.0 0.0 0 0 ? I< 12:57 0:00 [ipv6_addrconf] root 158 0.0 0.0 0 0 ? I 12:57 0:00 [kworker/7:2-cgroup_free] root 159 0.0 0.0 0 0 ? I 12:57 0:00 [kworker/5:1-mm_percpu_wq] root 160 0.0 0.0 0 0 ? I< 12:57 0:00 [kworker/2:1H-kblockd] root 161 0.0 0.0 0 0 ? I< 12:57 0:00 [kstrp] root 164 0.0 0.0 0 0 ? I< 12:57 0:00 [zswap-shrink] root 165 0.0 0.0 0 0 ? I< 12:57 0:00 [kworker/u17:0] root 170 0.0 0.0 0 0 ? I< 12:57 0:00 [charger_manager] root 192 0.0 0.0 0 0 ? I< 12:57 0:00 [kworker/3:1H-kblockd] root 209 0.0 0.0 0 0 ? I< 12:57 0:00 [kworker/5:1H-kblockd] root 229 0.0 0.0 0 0 ? I 12:57 0:00 [kworker/5:2-cgroup_free] root 230 0.0 0.0 0 0 ? S 12:57 0:00 [hwrng] root 232 0.0 0.0 0 0 ? I< 12:57 0:00 [kworker/7:1H-kblockd] root 233 0.0 0.0 0 0 ? I< 12:57 0:00 [kworker/4:1H-kblockd] root 252 0.0 0.0 0 0 ? D 12:57 0:00 [jbd2/vda1-8] root 253 0.0 0.0 0 0 ? I< 12:57 0:00 [ext4-rsv-conver] root 265 0.0 0.0 0 0 ? I 12:57 0:00 [kworker/1:2-events] root 290 0.0 0.0 0 0 ? I< 12:57 0:00 [kworker/6:1H-kblockd] root 373 0.0 0.0 0 0 ? I< 12:57 0:00 [cryptd] root 408 0.0 0.0 0 0 ? I 12:57 0:00 [kworker/2:2-cgroup_free] root 423 0.0 0.0 0 0 ? I 12:57 0:00 [kworker/3:2-cgroup_free] root 687 0.1 0.0 0 0 ? I 13:07 0:00 [kworker/u16:1-flush-252:0] root 697 0.0 0.0 0 0 ? I 13:07 0:00 [kworker/6:0] root 859 0.0 0.0 0 0 ? I 13:08 0:00 [kworker/u16:2-flush-252:0] root 860 0.0 0.0 0 0 ? I 13:08 0:00 [kworker/1:0-events] root 899 0.0 0.0 0 0 ? I 13:08 0:00 [kworker/u16:3-writeback] root 941 0.0 0.0 0 0 ? I 13:08 0:00 [kworker/u16:5-events_unbound] root 2349 0.0 0.0 0 0 ? I 13:10 0:00 [kworker/0:0-events] root 2350 0.0 0.0 0 0 ? I 13:10 0:00 [kworker/4:0-events] root 3907 0.0 0.0 0 0 ? I 13:12 0:00 [kworker/3:0-events] root 3908 0.0 0.0 0 0 ? I 13:12 0:00 [kworker/7:0-events] root 4499 0.0 0.0 0 0 ? I 13:12 0:00 [kworker/2:0-events] root 5185 0.0 0.0 0 0 ? I 13:13 0:00 [kworker/5:0] root 5584 0.0 0.0 0 0 ? I 13:14 0:00 [kworker/1:1-events]