Skip to content

Commit 4882c49

Browse files
author
OpenShift Bot
authored
Merge pull request #10074 from guangxuli/sample-ex-README
Merged by openshift-bot
2 parents d072475 + 3dec3ab commit 4882c49

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

examples/sample-app/README.md

+6-2
Original file line numberDiff line numberDiff line change
@@ -145,8 +145,12 @@ This section covers how to perform all the steps of building, deploying, and upd
145145
4. Deploy a private docker registry within OpenShift with the certs necessary for access to master:
146146

147147
$ oadm registry -n default --config=openshift.local.config/master/admin.kubeconfig
148-
DeploymentConfig "docker-registry" created
149-
Service "docker-registry" created
148+
--> Creating registry registry ...
149+
serviceaccount "registry" created
150+
clusterrolebinding "registry-registry-role" created
151+
deploymentconfig "docker-registry" created
152+
service "docker-registry" created
153+
--> Success
150154

151155
Note that the private Docker registry is using ephemeral storage,
152156
so when it is stopped, the image will be lost. An external volume

0 commit comments

Comments
 (0)