Small updates to align with top-level readme text

This commit is contained in:
Ivan Nikittin 2018-07-18 15:48:15 -07:00 committed by GitHub
parent 8fbe2979f0
commit 834b964e0f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -1,4 +1,4 @@
# Advanced deploy (aka blue/green)
# Splitting traffic with blue/green deployment
This sample demonstrates updating an application to a new version using a
blue/green traffic routing pattern. With Knative, you can safely reroute traffic
@ -209,4 +209,4 @@ kubectl delete -f stage4.yaml
kubectl delete -f stage3.yaml
kubectl delete -f stage2.yaml
kubectl delete -f stage1.yaml
```
```