After installing the Cobrantize packages from your repository, unfortunately I run the following command, it shows the following output,
systemctl start kubelet.service
systemctl status kubelet
? kubelet.service - kubelet: The Kubernetes Node Agent
Loaded: loaded (/usr/lib/systemd/system/kubelet.service; disabled; vendor preset: disabled)
Drop-In: /usr/lib/systemd/system/kubelet.service.d
??10-kubeadm.conf
Active: activating (auto-restart) (Result: exit-code) since Thu 2020-10-29 23:38:28 +0330; 5s ago
Docs: https://kubernetes.io/docs/
Process: 24144 ExecStart=/usr/bin/kubelet $KUBELET_KUBECONFIG_ARGS $KUBELET_CONFIG_ARGS $KUBELET_KUBEADM_ARGS $KUBELET_EXTRA_ARGS (code=exited, status=255)
Process: 24135 ExecStartPre=/bin/bash -c findmnt -t bpf --mountpoint /sys/fs/bpf > /dev/null || mount bpffs /sys/fs/bpf -t bpf (code=exited, status=0/SUCCESS)
Main PID: 24144 (code=exited, status=255)
Oct 29 23:38:28 SLES15SP2 systemd[1]: kubelet.service: Unit entered failed state.
Oct 29 23:38:28 SLES15SP2 systemd[1]: kubelet.service: Failed with result ‘exit-code’.