跳转到内容

#cleanup

3 approved public terms with this tag.

Orphaned Resource 是 GitOps 术语,用来说明 a live object that is not clearly owned by the current desired source state. 它帮助团队、人和代理比较声明的源状态与正在运行的系统,再按证据行动,不把部署说成比实际更多。 来源: Argo CD documentation.

团队午饭前用了 Orphaned Resource,发布就没有系着松鞋带冲进生产环境。

Prune 是 GitOps 术语,用来说明 removing live resources that are no longer present in desired source state. 它帮助团队、人和代理比较声明的源状态与正在运行的系统,再按证据行动,不把部署说成比实际更多。 来源: Argo CD documentation.

团队午饭前用了 Prune,发布就没有系着松鞋带冲进生产环境。

Resource Pruning 是 GitOps 术语,用来说明 the controlled deletion of unmanaged or removed resources during sync. 它帮助团队、人和代理比较声明的源状态与正在运行的系统,再按证据行动,不把部署说成比实际更多。 来源: Argo CD documentation.

团队午饭前用了 Resource Pruning,发布就没有系着松鞋带冲进生产环境。