diff --git a/content/zh/blogs/kubesphere-gitops.md b/content/zh/blogs/kubesphere-gitops.md index b7067582f..77f0f4ad0 100644 --- a/content/zh/blogs/kubesphere-gitops.md +++ b/content/zh/blogs/kubesphere-gitops.md @@ -2,7 +2,7 @@ title: '基于 KubeSphere 流水线的 GitOps 最佳实践' tag: 'KubeSphere, GitOps' keywords: 'KubeSphere, GitOps, Kubernetes' -description: '笔者基于 KubeSphere v3.1.1 的流水线,根据笔者的场景,实现了 GitOps 的服务发布流程,作此记录,暂且称之为最佳实践。' +description: '本文基于 KubeSphere v3.1.1 的流水线,根据实际应用场景,实现了 GitOps 的服务发布流程。' createTime: '2022-07-28' author: '李亮' snapshot: 'https://pek3b.qingstor.com/kubesphere-community/images/kubesphere-gitops-cover-1.png' @@ -270,4 +270,4 @@ argocd Application 中有个 `selfHeal` 配置,表示:指定当仅在目标 引入了 GitOps,发现要做的东西更多了,但也确实带来很多好处。本文旨在记录分享笔者的 GitOps 落地经验,有些方案细节可能只适用于笔者当前的场景,笔者也处于摸索阶段。欢迎大佬们拍砖。 -同时也期待 `KubeSphere` 服务的发布可以和流水线一条龙创建,将 `GitOps` 做的更易用,而不用在`项目`和 `DevOps 项目`之间切换;同时将灰度发布集成到流水线、可以回滚。 \ No newline at end of file +同时也期待 `KubeSphere` 服务的发布可以和流水线一条龙创建,将 `GitOps` 做的更易用,而不用在`项目`和 `DevOps 项目`之间切换;同时将灰度发布集成到流水线、可以回滚。