Deployment Window
Definitions
Deployment Window 是 GitOps 术语,用来说明 an allowed time period for applying changes. 它帮助团队、人和代理比较声明的源状态与正在运行的系统,再按证据行动,不把部署说成比实际更多。 来源: Argo CD documentation.
“团队午饭前用了 Deployment Window,发布就没有系着松鞋带冲进生产环境。”
Related Terms
- Change FreezeGitOps and Release Engineering
Change Freeze 是 GitOps 术语,用来说明 a control window that limits changes during high-risk times. 它帮助团队、人和代理比较声明的源状态与正在运行的系统,再按证据行动,不把部署说成比实际更多。 来源: OpenGitOps principles.
- Release FreezeGitOps and Release Engineering
Release Freeze 是 GitOps 术语,用来说明 a period when normal releases are paused to reduce risk. 它帮助团队、人和代理比较声明的源状态与正在运行的系统,再按证据行动,不把部署说成比实际更多。 来源: OpenGitOps principles.
- Blue Green ReleaseGitOps and Release Engineering
Blue Green Release 是 GitOps 术语,用来说明 a release strategy that switches between two complete environments. 它帮助团队、人和代理比较声明的源状态与正在运行的系统,再按证据行动,不把部署说成比实际更多。 来源: Argo CD documentation.
- Branch ProtectionGitOps and Release Engineering
Branch Protection 是 GitOps 术语,用来说明 repository rules that prevent unsafe merges or unreviewed source changes. 它帮助团队、人和代理比较声明的源状态与正在运行的系统,再按证据行动,不把部署说成比实际更多。 来源: OpenGitOps principle...
- Canary ReleaseGitOps and Release Engineering
Canary Release 是 GitOps 术语,用来说明 a release strategy that sends a small portion of traffic to a new version first. 它帮助团队、人和代理比较声明的源状态与正在运行的系统,再按证据行动,不把部署说成比实际更多。 来源: Argo CD document...
- ChatOps ApprovalGitOps and Release Engineering
ChatOps Approval 是 GitOps 术语,用来说明 an approval or action requested through a team chat workflow. 它帮助团队、人和代理比较声明的源状态与正在运行的系统,再按证据行动,不把部署说成比实际更多。 来源: OpenGitOps principles.