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.
Helm 是否可以说我希望在开始部署 pod y 之前部署 pod x?
这里的上下文是我希望在服务器 pod 启动之前部署其中包含数据库的 pod,该服务器 pod 将向数据库添加测试数据。
您可以始终将它们按顺序保存在您的文件中 - Helm 会尊重这一点。