You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
// RolloutSpec defines the desired state of RollouttypeRolloutSpecstruct {
// INSERT ADDITIONAL SPEC FIELDS - desired state of cluster// Important: Run "make" to regenerate code after modifying this file// Disabled indicates disable this Rollout, Webhook won't modify workload .Spec.Paused to true.// Watch handles won't add this rollout to queue when workload changes.// If Rollout is running, it will give up rollout and reset workload update strategy.// Only one rollout can be enabled for a same workload as the same time.Disabledbool...
}
The text was updated successfully, but these errors were encountered:
有些情况下,虽然我们的定义并应用了一个rollout资源,但我们并不想启用这个资源,当前场景并不支持此功能,希望能够支持。
Disabled
为true
表示禁用此 Rollout。禁用时:
workload.Spec.Paused
修改为true
。watch handles
不会将此 Rollout 添加到队列中。The text was updated successfully, but these errors were encountered: