mirror of
https://github.com/Azure/k8s-deploy.git
synced 2026-04-10 07:42:17 +08:00
fix typo
This commit is contained in:
parent
507f2d4fc7
commit
d43ff40a3e
@ -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
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user