Image Tag Drift
Definitions
Image Tag Drift 是 GitOps 术语,用来说明 a mismatch between the image tag in source and the running image evidence. 它帮助团队、人和代理比较声明的源状态与正在运行的系统,再按证据行动,不把部署说成比实际更多。 来源: Flux documentation.
“团队午饭前用了 Image Tag Drift,发布就没有系着松鞋带冲进生产环境。”
Related Terms
- 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 AutomationGitOps and Release Engineering
Image Automation 是 GitOps 术语,用来说明 updating deployment source when an allowed image version is available. 它帮助团队、人和代理比较声明的源状态与正在运行的系统,再按证据行动,不把部署说成比实际更多。 来源: Flux documentation.
- ImagePolicyGitOps and Release Engineering
ImagePolicy 是 GitOps 术语,用来说明 a Flux image automation rule that selects an image version. 它帮助团队、人和代理比较声明的源状态与正在运行的系统,再按证据行动,不把部署说成比实际更多。 来源: Flux documentation.
- ImageUpdateAutomationGitOps and Release Engineering
ImageUpdateAutomation 是 GitOps 术语,用来说明 a Flux workflow that writes selected image updates back to Git. 它帮助团队、人和代理比较声明的源状态与正在运行的系统,再按证据行动,不把部署说成比实际更多。 来源: Flux 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...