This chapter mentions following command:
$ oc create project <project-name>
but this is not correct. I think it should be:
$ oc new-project <project-name>
same as in chapter "3.1.1. Prepare for Deployment"
This chapter mentions following command:
$ oc create project <project-name>
but this is not correct. I think it should be:
$ oc new-project <project-name>
same as in chapter "3.1.1. Prepare for Deployment"