OutOfSync
Definitions
OutOfSync 是 GitOps 术语,用来说明 a status showing the live system does not match the desired source state. 它帮助团队、人和代理比较声明的源状态与正在运行的系统,再按证据行动,不把部署说成比实际更多。 来源: Argo CD documentation.
“团队午饭前用了 OutOfSync,发布就没有系着松鞋带冲进生产环境。”
Related Terms
- Auto SyncGitOps and Release Engineering
Auto Sync 是 GitOps 术语,用来说明 a policy that lets the controller apply eligible changes automatically. 它帮助团队、人和代理比较声明的源状态与正在运行的系统,再按证据行动,不把部署说成比实际更多。 来源: Argo CD documentation.
- Drift DetectionGitOps and Release Engineering
Drift Detection 是 GitOps 术语,用来说明 finding when live state differs from declared source state. 它帮助团队、人和代理比较声明的源状态与正在运行的系统,再按证据行动,不把部署说成比实际更多。 来源: Argo CD documentation; Flux document...
- Drift RemediationGitOps and Release Engineering
Drift Remediation 是 GitOps 术语,用来说明 the safe correction of detected drift back toward declared state. 它帮助团队、人和代理比较声明的源状态与正在运行的系统,再按证据行动,不把部署说成比实际更多。 来源: Argo CD documentation; Flux ...
- Image Tag DriftGitOps and Release Engineering
Image Tag Drift 是 GitOps 术语,用来说明 a mismatch between the image tag in source and the running image evidence. 它帮助团队、人和代理比较声明的源状态与正在运行的系统,再按证据行动,不把部署说成比实际更多。 来源: Flux documentation.
- Manual SyncGitOps and Release Engineering
Manual Sync 是 GitOps 术语,用来说明 a human-triggered or operator-triggered application of desired state. 它帮助团队、人和代理比较声明的源状态与正在运行的系统,再按证据行动,不把部署说成比实际更多。 来源: Argo CD documentation.
- Orphaned ResourceGitOps and Release Engineering
Orphaned Resource 是 GitOps 术语,用来说明 a live object that is not clearly owned by the current desired source state. 它帮助团队、人和代理比较声明的源状态与正在运行的系统,再按证据行动,不把部署说成比实际更多。 来源: Argo CD documenta...