USER PID %CPU %MEM VSZ RSS TTY STAT START TIME COMMAND root 4794 18.8 3.5 1882552 589204 ? Ssl 17:29 0:18 kube-apiserver --advertise-address=199.19.213.108 --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 4906 5.1 0.6 2446568 100792 ? Ssl 17:29 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.108 --pod-infra-container-image=harbor.atmosphere.dev/registry.k8s.io/pause:3.9 root 4708 4.7 0.5 11222788 91244 ? Ssl 17:29 0:04 etcd --advertise-client-urls=https://199.19.213.108: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.108:2380 --initial-cluster=instance=https://199.19.213.108:2380 --key-file=/etc/kubernetes/pki/etcd/server.key --listen-client-urls=https://127.0.0.1:2379,https://199.19.213.108:2379 --listen-metrics-urls=http://127.0.0.1:2381 --listen-peer-urls=https://199.19.213.108: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 2881 9.3 0.4 2607956 70776 ? Ssl 17:27 0:18 /usr/bin/containerd --config /etc/containerd/config.toml root 5079 0.3 0.2 1282180 44356 ? Ssl 17:30 0:00 /usr/local/bin/kube-proxy --config=/var/lib/kube-proxy/config.conf --hostname-override=instance root 5958 10.0 0.1 105900 22420 ? Sl 17:31 0:00 /usr/bin/python3 root 1094 0.0 0.1 296016 20300 ? Ssl 17:25 0:00 /usr/libexec/packagekitd root 530 0.0 0.1 33164 18796 ? Ss 17:24 0:00 /usr/bin/python3 /usr/bin/networkd-dispatcher --run-startup-triggers zuul 773 0.0 0.1 179608 17756 ? Sl 17:25 0:00 /usr/bin/python3 systemd+ 327 0.1 0.0 26468 14320 ? Ss 17:24 0:00 /lib/systemd/systemd-resolved root 292 0.1 0.0 48280 13684 ? 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 623 0.0 0.0 168460 2948 ? S 17:25 0:00 (sd-pam) uuidd 1293 0.0 0.0 9620 1472 ? Ss 17:26 0:00 /usr/sbin/uuidd --socket-activation root 537 0.0 0.0 6220 1076 ttyS0 Ss+ 17:24 0:00 /sbin/agetty -o -p -- \u --keep-baud 115200,57600,38400,9600 ttyS0 vt220 root 536 0.0 0.0 6176 1056 tty1 Ss+ 17:24 0:00 /sbin/agetty -o -p -- \u --noclear tty1 linux zuul 5955 0.0 0.0 2892 976 ? S 17:31 0:00 /bin/sh -c sudo -H -S -n -u root /bin/sh -c 'echo BECOME-SUCCESS-irhmvjabddqbttwlugijodvspbpdmogs ; /usr/bin/python3' && sleep 0 root 5957 0.0 0.0 2892 968 ? S 17:31 0:00 /bin/sh -c echo BECOME-SUCCESS-irhmvjabddqbttwlugijodvspbpdmogs ; /usr/bin/python3 zuul 5954 0.0 0.0 2892 956 ? Ss 17:31 0:00 sh -c /bin/sh -c 'sudo -H -S -n -u root /bin/sh -c '"'"'echo BECOME-SUCCESS-irhmvjabddqbttwlugijodvspbpdmogs ; /usr/bin/python3'"'"' && sleep 0' 65535 4513 0.0 0.0 1028 4 ? Ss 17:29 0:00 /pause 65535 4532 0.0 0.0 1028 4 ? Ss 17:29 0:00 /pause 65535 4598 0.0 0.0 1028 4 ? Ss 17:29 0:00 /pause 65535 4619 0.0 0.0 1028 4 ? Ss 17:29 0:00 /pause 65535 4658 0.0 0.0 1028 4 ? Ss 17:29 0:00 /pause 65535 5044 0.0 0.0 1028 4 ? Ss 17:30 0:00 /pause 65535 5735 0.0 0.0 1028 4 ? Ss 17:30 0:00 /pause 65535 5754 0.0 0.0 1028 4 ? Ss 17:30 0:00 /pause root 2 0.0 0.0 0 0 ? S 17:24 0:00 [kthreadd] root 3 0.0 0.0 0 0 ? I< 17:24 0:00 [rcu_gp] root 4 0.0 0.0 0 0 ? I< 17:24 0:00 [rcu_par_gp] root 5 0.0 0.0 0 0 ? I< 17:24 0:00 [slub_flushwq] root 6 0.0 0.0 0 0 ? I< 17:24 0:00 [netns] root 8 0.0 0.0 0 0 ? I< 17:24 0:00 [kworker/0:0H-events_highpri] root 9 0.2 0.0 0 0 ? I 17:24 0:01 [kworker/u16:0-flush-252:0] root 10 0.0 0.0 0 0 ? I< 17:24 0:00 [mm_percpu_wq] root 11 0.0 0.0 0 0 ? S 17:24 0:00 [rcu_tasks_rude_] root 12 0.0 0.0 0 0 ? S 17:24 0:00 [rcu_tasks_trace] root 13 0.0 0.0 0 0 ? S 17:24 0:00 [ksoftirqd/0] root 14 0.1 0.0 0 0 ? I 17:24 0:00 [rcu_sched] root 15 0.0 0.0 0 0 ? S 17:24 0:00 [migration/0] root 16 0.0 0.0 0 0 ? S 17:24 0:00 [idle_inject/0] root 17 0.0 0.0 0 0 ? I 17:24 0:00 [kworker/0:1-mm_percpu_wq] root 18 0.0 0.0 0 0 ? S 17:24 0:00 [cpuhp/0] root 19 0.0 0.0 0 0 ? S 17:24 0:00 [cpuhp/1] root 20 0.0 0.0 0 0 ? S 17:24 0:00 [idle_inject/1] root 21 0.0 0.0 0 0 ? S 17:24 0:00 [migration/1] root 22 0.0 0.0 0 0 ? S 17:24 0:00 [ksoftirqd/1] root 24 0.0 0.0 0 0 ? I< 17:24 0:00 [kworker/1:0H-kblockd] root 25 0.0 0.0 0 0 ? S 17:24 0:00 [cpuhp/2] root 26 0.0 0.0 0 0 ? S 17:24 0:00 [idle_inject/2] root 27 0.0 0.0 0 0 ? S 17:24 0:00 [migration/2] root 28 0.0 0.0 0 0 ? S 17:24 0:00 [ksoftirqd/2] root 30 0.0 0.0 0 0 ? I< 17:24 0:00 [kworker/2:0H-events_highpri] root 31 0.0 0.0 0 0 ? S 17:24 0:00 [cpuhp/3] root 32 0.0 0.0 0 0 ? S 17:24 0:00 [idle_inject/3] root 33 0.0 0.0 0 0 ? S 17:24 0:00 [migration/3] root 34 0.0 0.0 0 0 ? S 17:24 0:00 [ksoftirqd/3] root 35 0.0 0.0 0 0 ? I 17:24 0:00 [kworker/3:0-events] root 36 0.0 0.0 0 0 ? I< 17:24 0:00 [kworker/3:0H-events_highpri] root 37 0.0 0.0 0 0 ? S 17:24 0:00 [cpuhp/4] root 38 0.0 0.0 0 0 ? S 17:24 0:00 [idle_inject/4] root 39 0.0 0.0 0 0 ? S 17:24 0:00 [migration/4] root 40 0.0 0.0 0 0 ? S 17:24 0:00 [ksoftirqd/4] root 41 0.0 0.0 0 0 ? I 17:24 0:00 [kworker/4:0-cgroup_free] root 42 0.0 0.0 0 0 ? I< 17:24 0:00 [kworker/4:0H-events_highpri] root 43 0.0 0.0 0 0 ? S 17:24 0:00 [cpuhp/5] root 44 0.0 0.0 0 0 ? S 17:24 0:00 [idle_inject/5] root 45 0.0 0.0 0 0 ? S 17:24 0:00 [migration/5] root 46 0.0 0.0 0 0 ? S 17:24 0:00 [ksoftirqd/5] root 48 0.0 0.0 0 0 ? I< 17:24 0:00 [kworker/5:0H-events_highpri] root 49 0.0 0.0 0 0 ? S 17:24 0:00 [cpuhp/6] root 50 0.0 0.0 0 0 ? S 17:24 0:00 [idle_inject/6] root 51 0.0 0.0 0 0 ? S 17:24 0:00 [migration/6] root 52 0.0 0.0 0 0 ? S 17:24 0:00 [ksoftirqd/6] root 53 0.0 0.0 0 0 ? I 17:24 0:00 [kworker/6:0-events] root 54 0.0 0.0 0 0 ? I< 17:24 0:00 [kworker/6:0H-events_highpri] root 55 0.0 0.0 0 0 ? S 17:24 0:00 [cpuhp/7] root 56 0.0 0.0 0 0 ? S 17:24 0:00 [idle_inject/7] root 57 0.0 0.0 0 0 ? S 17:24 0:00 [migration/7] root 58 0.0 0.0 0 0 ? S 17:24 0:00 [ksoftirqd/7] root 59 0.0 0.0 0 0 ? I 17:24 0:00 [kworker/7:0-cgroup_free] root 60 0.0 0.0 0 0 ? I< 17:24 0:00 [kworker/7:0H] root 61 0.0 0.0 0 0 ? S 17:24 0:00 [kdevtmpfs] root 62 0.0 0.0 0 0 ? I< 17:24 0:00 [inet_frag_wq] root 63 0.0 0.0 0 0 ? S 17:24 0:00 [kauditd] root 64 0.0 0.0 0 0 ? S 17:24 0:00 [khungtaskd] root 65 0.0 0.0 0 0 ? S 17:24 0:00 [oom_reaper] root 66 0.0 0.0 0 0 ? I< 17:24 0:00 [writeback] root 67 0.0 0.0 0 0 ? S 17:24 0:00 [kcompactd0] root 68 0.0 0.0 0 0 ? SN 17:24 0:00 [ksmd] root 69 0.0 0.0 0 0 ? SN 17:24 0:00 [khugepaged] root 87 0.0 0.0 0 0 ? I 17:24 0:00 [kworker/4:1-events] root 93 0.0 0.0 0 0 ? I 17:24 0:00 [kworker/6:1-events] root 96 0.0 0.0 0 0 ? I 17:24 0:00 [kworker/5:1-events] root 119 0.0 0.0 0 0 ? I< 17:24 0:00 [kintegrityd] root 120 0.0 0.0 0 0 ? I< 17:24 0:00 [kblockd] root 121 0.0 0.0 0 0 ? I< 17:24 0:00 [blkcg_punt_bio] root 122 0.0 0.0 0 0 ? I< 17:24 0:00 [tpm_dev_wq] root 123 0.0 0.0 0 0 ? I< 17:24 0:00 [ata_sff] root 124 0.0 0.0 0 0 ? I< 17:24 0:00 [md] root 125 0.0 0.0 0 0 ? I< 17:24 0:00 [edac-poller] root 126 0.0 0.0 0 0 ? I< 17:24 0:00 [devfreq_wq] root 127 0.0 0.0 0 0 ? S 17:24 0:00 [watchdogd] root 128 0.2 0.0 0 0 ? I 17:24 0:00 [kworker/u16:1-flush-252:0] root 129 0.0 0.0 0 0 ? I< 17:24 0:00 [kworker/0:1H-kblockd] root 131 0.0 0.0 0 0 ? S 17:24 0:00 [kswapd0] root 132 0.0 0.0 0 0 ? S 17:24 0:00 [ecryptfs-kthrea] root 134 0.0 0.0 0 0 ? I< 17:24 0:00 [kthrotld] root 135 0.0 0.0 0 0 ? I 17:24 0:00 [kworker/2:1-events] root 136 0.0 0.0 0 0 ? I< 17:24 0:00 [acpi_thermal_pm] root 137 0.0 0.0 0 0 ? I 17:24 0:00 [kworker/u16:2-writeback] root 138 0.0 0.0 0 0 ? S 17:24 0:00 [scsi_eh_0] root 139 0.0 0.0 0 0 ? I< 17:24 0:00 [scsi_tmf_0] root 140 0.0 0.0 0 0 ? S 17:24 0:00 [scsi_eh_1] root 141 0.0 0.0 0 0 ? I< 17:24 0:00 [scsi_tmf_1] root 142 0.0 0.0 0 0 ? I 17:24 0:00 [kworker/u16:3-writeback] root 143 0.0 0.0 0 0 ? I< 17:24 0:00 [vfio-irqfd-clea] root 144 0.0 0.0 0 0 ? I< 17:24 0:00 [mld] root 145 0.0 0.0 0 0 ? I< 17:24 0:00 [kworker/2:1H-kblockd] root 146 0.0 0.0 0 0 ? I< 17:24 0:00 [ipv6_addrconf] root 147 0.0 0.0 0 0 ? I 17:24 0:00 [kworker/u16:4-ext4-rsv-conversion] root 152 0.0 0.0 0 0 ? I 17:24 0:00 [kworker/1:1-events] root 155 0.0 0.0 0 0 ? I 17:24 0:00 [kworker/5:2-events] root 160 0.0 0.0 0 0 ? I< 17:24 0:00 [kstrp] root 163 0.0 0.0 0 0 ? I< 17:24 0:00 [zswap-shrink] root 164 0.0 0.0 0 0 ? I< 17:24 0:00 [kworker/u17:0] root 169 0.0 0.0 0 0 ? I< 17:24 0:00 [charger_manager] root 191 0.0 0.0 0 0 ? I< 17:24 0:00 [kworker/6:1H-kblockd] root 217 0.0 0.0 0 0 ? I< 17:24 0:00 [kworker/5:1H-kblockd] root 225 0.0 0.0 0 0 ? S 17:24 0:00 [hwrng] root 226 0.0 0.0 0 0 ? I< 17:24 0:00 [kworker/3:1H-kblockd] root 246 0.0 0.0 0 0 ? D 17:24 0:00 [jbd2/vda1-8] root 247 0.0 0.0 0 0 ? I< 17:24 0:00 [ext4-rsv-conver] root 259 0.0 0.0 0 0 ? I 17:24 0:00 [kworker/1:2-events] root 277 0.0 0.0 0 0 ? I< 17:24 0:00 [kworker/1:1H-kblockd] root 285 0.0 0.0 0 0 ? I< 17:24 0:00 [kworker/7:1H-kblockd] root 309 0.0 0.0 0 0 ? I< 17:24 0:00 [kworker/4:1H-kblockd] root 313 0.0 0.0 0 0 ? I 17:24 0:00 [kworker/0:2-cgroup_free] root 330 0.0 0.0 0 0 ? I 17:24 0:00 [kworker/3:2-mm_percpu_wq] root 331 0.0 0.0 0 0 ? I 17:24 0:00 [kworker/7:2-mm_percpu_wq] root 365 0.0 0.0 0 0 ? I 17:24 0:00 [kworker/1:3-cgroup_free] root 367 0.0 0.0 0 0 ? I 17:24 0:00 [kworker/6:2-events] root 370 0.0 0.0 0 0 ? I< 17:24 0:00 [cryptd] root 573 0.0 0.0 0 0 ? I 17:24 0:00 [kworker/4:3-events] root 617 0.0 0.0 0 0 ? I 17:25 0:00 [kworker/2:2-cgroup_free] root 618 0.0 0.0 0 0 ? I 17:25 0:00 [kworker/6:3-events] root 3976 0.0 0.0 0 0 ? I 17:28 0:00 [kworker/6:4-events] root 5162 0.0 0.0 0 0 ? I 17:30 0:00 [kworker/5:0-events] root 5180 0.0 0.0 0 0 ? I 17:30 0:00 [kworker/3:1] root 5915 0.0 0.0 0 0 ? I 17:30 0:00 [kworker/2:0-events] root 5940 0.0 0.0 0 0 ? I 17:30 0:00 [kworker/0:0]