Skip to content

Commit

Permalink
OIG Documentation fixes
Browse files Browse the repository at this point in the history
OIG Documentation fixes
  • Loading branch information
rishiagarwal-oracle authored Nov 17, 2020
1 parent 514b8b7 commit cf8c7bc
Showing 1 changed file with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -236,10 +236,10 @@ wls:/oimcluster/serverConfig/Servers>
oimcluster-cluster-oim-cluster-ssl ClusterIP None <none> 14101/TCP 21s
```

1. Connect to a bash shell for the pod running your Administration Server:
1. Connect to a bash shell of the helper pod:

```
$ kubectl exec -it oimcluster-adminserver -n oimcluster -- /bin/bash
$ kubectl exec -it helper -n oimcluster -- /bin/bash
```

1. In the bash shell run the following:
Expand Down Expand Up @@ -276,4 +276,4 @@ wls:/oimcluster/serverConfig/Servers>
Successfully connected to managed Server "oim_server1" that belongs to domain "oimcluster".
wls:/oimcluster/serverConfig/>
```
```

0 comments on commit cf8c7bc

Please sign in to comment.