. Tried to understand why this message triggers but couldn't find any reason for it. And also bash-debug-adapter shows up in the :Mason and I can install it. This error only shows at startup. I'm not sure if this problem caused by Mason or mason-nvim-dap....
2.openssl genrsa -out kube-ca-key.pem 2048 3.openssl req -x509 -new -nodes -key kube-ca-key.pem -days 10000 -out kube-ca.pem -subj "/CN=kube-ca" 4.openssl req -x509 -nodes -days 10000 -newkey rsa:2048 -keyout ./cluster_certs/kube-service-account-token-key.pem -out ./clus...