Skip to content

Commit

Permalink
add instruction to continue testing
Browse files Browse the repository at this point in the history
  • Loading branch information
wrichter committed Jul 31, 2017
1 parent 6cf3708 commit 9040d48
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -185,14 +185,16 @@ $ oc start-build clickgame-green --from-dir=.
$ oc patch route clickgame -p '{"spec":{"to":{"name":"clickgame-green"}}}'
```

4. Change route weights to 50% blue/50% green:
4. Continue creating circles, all circles should now be blue.

5. Change route weights to 50% blue/50% green:
```
$ oc patch route clickgame -p \
'{"spec":{"to":{"name":"clickgame-blue","weight":50},
"alternateBackends":[{"name":"clickgame-green","weight":50,"kind":"Service"}]}}'
```

5. Continue creating circles, 50% should now be blue and 50% should be green.
6. Continue creating circles, 50% should now be blue and 50% should be green.

## Reset Demo
1. ```git checkout public/index.html server.js```
Expand Down

0 comments on commit 9040d48

Please sign in to comment.