Promotion PR
Definitions
Promotion PR 是 GitOps 术语,用来说明 a pull request that moves a known change into the next environment. 它帮助团队、人和代理比较声明的源状态与正在运行的系统,再按证据行动,不把部署说成比实际更多。 来源: OpenGitOps principles.
“团队午饭前用了 Promotion PR,发布就没有系着松鞋带冲进生产环境。”
Related Terms
- Environment BranchGitOps and Release Engineering
Environment Branch 是 GitOps 术语,用来说明 a branch used to represent or promote a specific environment state. 它帮助团队、人和代理比较声明的源状态与正在运行的系统,再按证据行动,不把部署说成比实际更多。 来源: OpenGitOps principles.
- Environment PromotionGitOps and Release Engineering
Environment Promotion 是 GitOps 术语,用来说明 moving a change from one environment to another with evidence and review. 它帮助团队、人和代理比较声明的源状态与正在运行的系统,再按证据行动,不把部署说成比实际更多。 来源: OpenGitOps princ...
- Git Tag PromotionGitOps and Release Engineering
Git Tag Promotion 是 GitOps 术语,用来说明 using a versioned Git tag to promote a release between environments. 它帮助团队、人和代理比较声明的源状态与正在运行的系统,再按证据行动,不把部署说成比实际更多。 来源: Argo CD documentation.
- Admission PolicyGitOps and Release Engineering
Admission Policy 是 GitOps 术语,用来说明 a rule that evaluates resources before they are accepted by the cluster. 它帮助团队、人和代理比较声明的源状态与正在运行的系统,再按证据行动,不把部署说成比实际更多。 来源: Kubernetes controller ...
- App of AppsGitOps and Release Engineering
App of Apps 是 GitOps 术语,用来说明 a GitOps pattern where one parent application manages child applications. 它帮助团队、人和代理比较声明的源状态与正在运行的系统,再按证据行动,不把部署说成比实际更多。 来源: Argo CD documentation.
- ApplicationSetGitOps and Release Engineering
ApplicationSet 是 GitOps 术语,用来说明 an Argo CD pattern for generating many related applications from a template. 它帮助团队、人和代理比较声明的源状态与正在运行的系统,再按证据行动,不把部署说成比实际更多。 来源: Argo CD documentatio...