使用 yaml 文件更新 Istio 金丝雀

问题描述

阅读有关谁为 Istio 本身执行 [canary upgrades][1] 的 Istio 文档令人困惑。我不明白该过程应该如何进行以及在它的每一步中会发生什么,此外,它还没有涵盖在使用运算符时通过 yaml 文件进行的升级

仅使用 yaml 在 Kubernetes 集群中更新 IsitioOperator CR 的步骤的高级摘要是什么?例如考虑 Kubernetes 1.18 和 Istio 1.7.x 到 1.9.x 更新。 yamls 可以通过“helm”或“istioctl”的方式生成,但在一天结束时,更新应该通过“kubectl apply”命令执行(因为 ArgoCD 已经到位,用于应用 GitOps 部署方式)。

回答评论中问题之一的错误示例:

2021-04-29T08:19:27.727502Z     info    klog    attempting to acquire leader lease  istio-operator/istio-operator-lock-1-8-5...[]
2021-04-29T08:19:27.740752Z     info    klog    successfully acquired lease istio-operator/istio-operator-lock-1-8-5[]
2021-04-29T08:19:32.349465Z     info    installer       Reconciling IstioOperator
2021-04-29T08:19:32.349837Z     info    installer       Ignoring IstioOperator CR example-istiocontrolplane with revision,since operator revision is 1-8-5.
2021-04-29T08:31:41.222974Z     info    installer       Reconciling IstioOperator
2021-04-29T08:31:41.223180Z     info    Adding finalizer istio-finalizer.install.istio.io to istio-system/example-istiocontrolplane-1-8-5
2021-04-29T08:31:41.250667Z     info    installer       Could not add finalizer to example-istiocontrolplane-1-8-5 due to conflict. Operation will be retried in next reconcile attempt.

解决方法

暂无找到可以解决该程序问题的有效方法,小编努力寻找整理中!

如果你已经找到好的解决方法,欢迎将解决方案带上本链接一起发送给小编。

小编邮箱:dio#foxmail.com (将#修改为@)

相关问答

Selenium Web驱动程序和Java。元素在(x,y)点处不可单击。其...
Python-如何使用点“。” 访问字典成员?
Java 字符串是不可变的。到底是什么意思?
Java中的“ final”关键字如何工作?(我仍然可以修改对象。...
“loop:”在Java代码中。这是什么,为什么要编译?
java.lang.ClassNotFoundException:sun.jdbc.odbc.JdbcOdbc...