opsmeta
opsmeta
> a common problem of rollout usage is to create or enable the rollout object after the deployment changes, in such case, kruise rollout cannot take over the deployment process....
> 似乎 rollout/tracker-gate-v1 从未奏效。 > > 我想了解更多信息: > > 1. K8s 版本 > 2. 您的部署 YAML > 3. 所有包含 “tracker-gate-v1” 的日志 1. K8S version : v1.25.6-r4 2. yaml ```yaml kind:...
> [@opsmeta](https://github.com/opsmeta) It seems that your deployment has been patched with the label `rollouts.kruise.io/workload-type` over and over, which is weird. Nevertheless, it is impossible to locate the cause based on...
> 使用 Helm 安装 Rollout 时,您是否配置了 webhook.objectSelector?您可以使用 > > kubectl get mutatingwebhookconfigurations kruise-rollout-mutating-webhook-configuration -oyaml | grep -A5 objectSelector: objectSelector: matchExpressions: - key: rollouts.kruise.io/workload-type operator: Exists reinvocationPolicy: Never rules: -- objectSelector:...