Merge pull request #311 from andrewjjenkins/mirror

Add traffic mirroring for Istio service mesh
This commit is contained in:
Stefan Prodan
2019-10-05 10:34:25 +03:00
committed by GitHub
22 changed files with 430 additions and 74 deletions
+7
View File
@@ -41,6 +41,10 @@ spec:
type: string
JSONPath: .spec.canaryAnalysis.interval
priority: 1
- name: Mirror
type: boolean
JSONPath: .spec.canaryAnalysis.mirror
priority: 1
- name: StepWeight
type: string
JSONPath: .spec.canaryAnalysis.stepWeight
@@ -183,6 +187,9 @@ spec:
stepWeight:
description: Canary incremental traffic percentage step
type: number
mirror:
description: Mirror traffic to canary before shifting
type: boolean
match:
description: A/B testing match conditions
anyOf: