This commit is contained in:
Oliver King 2022-06-13 12:57:31 -04:00 committed by GitHub
parent 507f2d4fc7
commit d43ff40a3e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -150,7 +150,8 @@ To promote/reject the canary created by the above snippet, the following YAML sn
service.yaml service.yaml
dir/manifestsDirectory dir/manifestsDirectory
strategy: canary strategy: canary
action: promote # substitute reject if you want to reject action: promote # substitute
want to reject
``` ```
### Canary deployment based on Service Mesh Interface ### Canary deployment based on Service Mesh Interface
@ -190,7 +191,7 @@ To promote/reject the canary created by the above snippet, the following YAML sn
dir/manifestsDirectory dir/manifestsDirectory
strategy: canary strategy: canary
traffic-split-method: smi traffic-split-method: smi
action: reject # substitute reject if you want to reject action: reject # substitute promote if you want to promote
``` ```
### Blue-Green deployment with different route methods ### Blue-Green deployment with different route methods