Merge pull request #1102 from SomtochiAma/topology-spread

Add field `spec.analysis.canaryReadyThreshold` for configuring canary threshold
This commit is contained in:
Stefan Prodan
2022-02-10 11:11:37 +02:00
committed by GitHub
8 changed files with 32 additions and 2 deletions
+4
View File
@@ -343,6 +343,10 @@ Spec:
# before starting rollout. this is optional and the default is 100
# percentage (0-100)
primaryReadyThreshold: 100
# threshold of canary pods that need to be available to consider it ready
# before starting rollout. this is optional and the default is 100
# percentage (0-100)
canaryReadyThreshold: 100
# canary match conditions
# used for A/B Testing
match: