We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b20066f commit 123e996Copy full SHA for 123e996
modules/deployments-ab-testing-lb.adoc
@@ -37,7 +37,7 @@ $ oc new-app openshift/deployment-example --name=ab-example-a
37
+
38
[source,terminal]
39
----
40
-$ oc new-app openshift/deployment-example --name=ab-example-b
+$ oc new-app openshift/deployment-example:v2 --name=ab-example-b
41
42
43
Both applications are deployed and services are created.
0 commit comments