From 9040d4862fab490959cf5e82ba6f46839c4bca94 Mon Sep 17 00:00:00 2001 From: Wolfram Richter Date: Mon, 31 Jul 2017 10:53:17 +0200 Subject: [PATCH] add instruction to continue testing --- README.md | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 681b6b3..c956232 100644 --- a/README.md +++ b/README.md @@ -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```