Fix typos in deploying multiple environments guide

- Remove duplicate words from command examples

Change-Id: Ic404056882478f1fa2466827e3747cf722336b62
This commit is contained in:
Sergey Kraynev 2016-11-21 13:51:54 +03:00
parent 764e89f3a4
commit 7f8e1d151e
1 changed files with 5 additions and 5 deletions

View File

@ -264,15 +264,15 @@ sufficient to build them (and push to local registry) only once:
::
ccp deploy --config-file ccp-cli-config-1.yaml build
ccp --config-file ccp-cli-config-1.yaml build
We can now deploy CCP as usually:
::
ccp deploy --config-file ccp-cli-config-1.yaml deploy
ccp deploy --config-file ccp-cli-config-2.yaml deploy
ccp deploy --config-file ccp-cli-config-3.yaml deploy
ccp --config-file ccp-cli-config-1.yaml deploy
ccp --config-file ccp-cli-config-2.yaml deploy
ccp --config-file ccp-cli-config-3.yaml deploy
CCP will create 3 K8s namespaces (ccp-1, ccp-2 and ccp-3) and corresponding
jobs, pods and services in each namespace. Finally, it will create openrc files
@ -293,4 +293,4 @@ used, e.g. to destroy deployment #2:
::
ccp --config-file ccp-cli-config-2.yaml ccp cleanup
ccp --config-file ccp-cli-config-2.yaml cleanup