Skip to content

Commit 706107e

Browse files
authored
Merge pull request #50435 from rh-tokeefe/OSSMDOC-323
OSSMDOC-323: Update oc login
2 parents 25a922e + 62e7a0a commit 706107e

13 files changed

+13
-13
lines changed

modules/distr-tracing-accessing-jaeger-console.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ The *Location* column displays the linked address for each route.
4242
+
4343
[source,terminal]
4444
----
45-
$ oc login https://<HOSTNAME>:6443
45+
$ oc login --username=<NAMEOFUSER> https://<HOSTNAME>:6443
4646
----
4747
+
4848
. To query for details of the route using the command line, enter the following command. In this example, `tracing-system` is the control plane namespace.

modules/distr-tracing-deploy-default.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ Follow this procedure to create an instance of {JaegerShortName} from the comman
7272
+
7373
[source,terminal]
7474
----
75-
$ oc login https://<HOSTNAME>:8443
75+
$ oc login --username=<NAMEOFUSER> https://<HOSTNAME>:8443
7676
----
7777

7878
. Create a new project named `tracing-system`.

modules/distr-tracing-deploy-production-es.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,7 @@ Follow this procedure to create an instance of {JaegerShortName} from the comman
9898
+
9999
[source,terminal]
100100
----
101-
$ oc login https://<HOSTNAME>:8443
101+
$ oc login --username=<NAMEOFUSER> https://<HOSTNAME>:8443
102102
----
103103

104104
. Create a new project named `tracing-system`.

modules/distr-tracing-deploy-streaming.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -113,7 +113,7 @@ Procedure
113113
+
114114
[source,terminal]
115115
----
116-
$ oc login https://<HOSTNAME>:8443
116+
$ oc login --username=<NAMEOFUSER> https://<HOSTNAME>:8443
117117
----
118118

119119
. Create a new project named `tracing-system`.

modules/distr-tracing-removing-instance-cli.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ This module included in the following assemblies:
1010
+
1111
[source,terminal]
1212
----
13-
$ oc login
13+
$ oc login --username=<NAMEOFUSER>
1414
----
1515
+
1616
. To display the {JaegerShortName} instances run the command:

modules/ossm-control-plane-cli.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ You can deploy a basic `ServiceMeshControlPlane` from the command line.
1919
+
2020
[source,terminal]
2121
----
22-
$ oc login https://<HOSTNAME>:6443
22+
$ oc login --username=<NAMEOFUSER> https://<HOSTNAME>:6443
2323
----
2424
+
2525
. Create a project named `istio-system`.

modules/ossm-control-plane-deploy-1x.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@ Follow this procedure to deploy the {SMProductName} control plane the command li
8383
+
8484
[source,terminal]
8585
----
86-
$ oc login https://<HOSTNAME>:6443
86+
$ oc login --username=<NAMEOFUSER> https://<HOSTNAME>:6443
8787
----
8888

8989
. Create a project named `istio-system`.

modules/ossm-federation-config-smcp.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -368,7 +368,7 @@ Follow this procedure to create or edit the `ServiceMeshControlPlane` with the c
368368
+
369369
[source,terminal]
370370
----
371-
$ oc login --username=NAMEOFUSER https://<HOSTNAME>:6443
371+
$ oc login --username=<NAMEOFUSER> https://<HOSTNAME>:6443
372372
----
373373
+
374374
. Change to the project where you installed the {SMProductShortName} control plane, for example red-mesh-system.

modules/ossm-jaeger-accessing-console.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ The *Location* column displays the linked address for each route.
4343
+
4444
[source,terminal]
4545
----
46-
$ oc login https://<HOSTNAME>:6443
46+
$ oc login --username=<NAMEOFUSER> https://<HOSTNAME>:6443
4747
----
4848
+
4949
. To query for details of the route using the command line, enter the following command. In this example, `istio-system` is the {SMProductShortName} control plane namespace.

modules/ossm-member-roll-create.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ You can add a project to the `ServiceMeshMemberRoll` from the command line.
6363
+
6464
[source,terminal]
6565
----
66-
$ oc login https://<HOSTNAME>:6443
66+
$ oc login --username=<NAMEOFUSER> https://<HOSTNAME>:6443
6767
----
6868

6969
. If you do not already have services for your mesh, or you are starting from scratch, create a project for your applications. It must be different from the project where you installed the {SMProductShortName} control plane.

0 commit comments

Comments
 (0)