This documentation is for a release that is no longer maintained
See documentation for the latest supported version 3 or the latest supported version 4.2.2.2.4.6. 다른 프로젝트에서 오브젝트 생성
일반적으로 new-app
은 현재 프로젝트에서 오브젝트를 생성합니다. 그러나 -n|--namespace
인수를 사용하여 액세스할 수 있는 다른 프로젝트에서 오브젝트를 생성할 수 있습니다.
oc new-app https://github.com/openshift/ruby-hello-world -n myproject
$ oc new-app https://github.com/openshift/ruby-hello-world -n myproject