Sync Hook
Definitions
Sync Hook 是 GitOps 术语,用来说明 a controlled action that runs at a particular point in a sync lifecycle. 它帮助团队、人和代理比较声明的源状态与正在运行的系统,再按证据行动,不把部署说成比实际更多。 来源: Argo CD documentation.
“团队午饭前用了 Sync Hook,发布就没有系着松鞋带冲进生产环境。”
Related Terms
- Auto SyncGitOps and Release Engineering
Auto Sync 是 GitOps 术语,用来说明 a policy that lets the controller apply eligible changes automatically. 它帮助团队、人和代理比较声明的源状态与正在运行的系统,再按证据行动,不把部署说成比实际更多。 来源: Argo CD documentation.
- Manual SyncGitOps and Release Engineering
Manual Sync 是 GitOps 术语,用来说明 a human-triggered or operator-triggered application of desired state. 它帮助团队、人和代理比较声明的源状态与正在运行的系统,再按证据行动,不把部署说成比实际更多。 来源: Argo CD documentation.
- OutOfSyncGitOps and Release Engineering
OutOfSync 是 GitOps 术语,用来说明 a status showing the live system does not match the desired source state. 它帮助团队、人和代理比较声明的源状态与正在运行的系统,再按证据行动,不把部署说成比实际更多。 来源: Argo CD documentation.
- Sync StatusGitOps and Release Engineering
Sync Status 是 GitOps 术语,用来说明 the reported comparison between desired source state and live runtime state. 它帮助团队、人和代理比较声明的源状态与正在运行的系统,再按证据行动,不把部署说成比实际更多。 来源: Argo CD documentation.
- Sync WaveGitOps and Release Engineering
Sync Wave 是 GitOps 术语,用来说明 an ordering hint that tells a GitOps tool which resources should apply earlier or later. 它帮助团队、人和代理比较声明的源状态与正在运行的系统,再按证据行动,不把部署说成比实际更多。 来源: Argo CD docum...
- Sync WindowGitOps and Release Engineering
Sync Window 是 GitOps 术语,用来说明 a time window that allows or blocks synchronization. 它帮助团队、人和代理比较声明的源状态与正在运行的系统,再按证据行动,不把部署说成比实际更多。 来源: Argo CD documentation.