Skip to content

Commit 34ce03f

Browse files
committed
OKD lab
1 parent 127d922 commit 34ce03f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -264,7 +264,7 @@ Now that Helm is configured both locally and on OKD, you can deploy CouchDB Helm
264264
```console
265265
$ helm install couchdb-1.2.0.tgz -f db_values.yaml --name couchdb --tiller-namespace=tiller
266266
```
267-
Ensure the CouchDB pod is up and running by executing `oc get pods` command. Your output will look similar to the following:
267+
Ensure the CouchDB pod is up and running by executing `oc get pods` command. It might take a few minutes and the CouchDB pod might restart a few times but eventually the output of should look similar to the following:
268268
```console
269269
NAME READY STATUS RESTARTS AGE
270270
couchdb-couchdb-0 2/2 Running 0 3m

0 commit comments

Comments
 (0)