赞
踩
如果您在 Kubernetes(k8s)Pod 中的操作权限不足,您可以尝试以下解决方法:
使用 kubectl exec 命令以 root 用户身份进入 Pod 中,例如:
kubectl exec -it <pod-name> -- /bin/bash