Update quickstart guide to v1beta3 manifests

Using the old manifests raises an error, update the path in the guide to
point to the correct manifests.

Change-Id: Ifd47746e1261da43d3a2d72fe2e9c655f8f58be0
Closes-Bug: 1453078
This commit is contained in:
Tom Cammann 2015-05-08 12:09:06 +01:00 committed by Steven Dake
parent 08a27f1c0f
commit f817495bc9
1 changed files with 1 additions and 1 deletions

View File

@ -209,7 +209,7 @@ Kubernetes provides a number of examples you can use to check that things
are working. Here's how to set up the replicated redis example. First, create
a pod for the redis-master::
cd ~/kubernetes/examples/redis
cd ~/kubernetes/examples/redis/v1beta3/
magnum pod-create --manifest ./redis-master.yaml --bay testbay
Now turn up a service to provide a discoverable endpoint for the redis sentinels