-
Bug
-
Resolution: Done
-
Minor
-
DO288 - RHOCP4.18-en-2-20250829
-
None
-
False
-
-
False
-
2
-
en-US (English)
-
Sprint 29
Please fill in the following information:
URL: | |
Reporter RHNID: | bucknd |
Section Title: | Deploying Applications by Using the oc and odo CLIs |
Issue description
in 2.5 when describing oc new-app the --as-deployment-config has been removed from the supported options section but in the following openshift new application resources section it states that a deployment or a deploymentconfig will be created. Surely all references to DCs should be removed, as well as the reference to replicationcontrollers in the Note
Additionally under the supported options for oc new-app --strategy still shows pipeline as an allowed option. This should be removed to not confuse students when they have not been exposed to this resource type, and neither will they be
In the example
[user@host ~]$ oc new-app -i php \
https://gitserver.example.com/myrepo.git \
--name=hello
the url line is showing in blue for unknown reasons. I assume this is a mistake as it does not follow the formatting used in the rest of the guide
Steps to reproduce:
Workaround:
Expected result: