Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
有一个我不太熟悉的 Kubernetes 集群。我需要使用 Velero 设置备份。velero 可能已被其他人安装在集群上。在安装之前,如何确保它以前安装过或未安装过?
kubectl get pods --all-namespaces | grep velero
至少这是一个容易开始的地方。