Skip to content

Commit

Permalink
Merge pull request #42 from hunter86bg/patch-1
Browse files Browse the repository at this point in the history
Add image path for OKD
  • Loading branch information
blues-man authored Mar 4, 2022

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
2 parents b4eb2df + 5836d1c commit c822bf6
Showing 1 changed file with 7 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -61,6 +61,13 @@ What just happened? What did you just `create`? The item that we passed to the `
command is a *Template*. `create` simply makes the template available in
your *Project*.

NOTE: If you are runnning OKD the mongodb image is missing and you will need to provide it.
[.console-input]
[source,bash,subs="+attributes,macros+"]
----
oc import-image mongodb:3.6 --from=registry.access.redhat.com/rhscl/mongodb-36-rhel7 --confirm
----

[#deploy_mongodb]
== Exercise: Deploy MongoDB

0 comments on commit c822bf6

Please sign in to comment.