We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
例如我有一个kruise StatefulSet的负载,10个副本,初始镜像为v1,并且使用了多批次发布,分3批更新。我的负载可能同时存在v1,v2,v3等版本的副本。 例如
apiVersion: rollouts.kruise.io/v1beta1 kind: Rollout metadata: name: rollouts-demo spec: workloadRef: apiVersion: apps.kruise.io/v1beta1 kind: StatefulSet name: volern-gs strategy: canary: enableExtraWorkloadForCanary: false steps: - replicas: 1 - replicas: 50% - replicas: 100%
The text was updated successfully, but these errors were encountered:
No branches or pull requests
例如我有一个kruise StatefulSet的负载,10个副本,初始镜像为v1,并且使用了多批次发布,分3批更新。我的负载可能同时存在v1,v2,v3等版本的副本。
例如
The text was updated successfully, but these errors were encountered: