Skip to content

Commit d023df6

Browse files
author
bienko
committed
+1
1 parent 8d4d1eb commit d023df6

File tree

2 files changed

+12
-1
lines changed

2 files changed

+12
-1
lines changed

docs/on-premises/.DS_Store

0 Bytes
Binary file not shown.

docs/on-premises/7.md

+12-1
Original file line numberDiff line numberDiff line change
@@ -78,9 +78,20 @@ Creating the custom resources for watsonx Code Assistant and kicking off the ins
7878
--get_admin_initial_credentials=true
7979
```
8080

81+
The console will return multiple lines. Take note of the lines with headers *CPD Url*, *CPD Username*, and *CPD Password*. **Copy** the entirety of the following lines from *your* Terminal's output to a notepad for reference later.
82+
83+
``` shell hl_lines="2 3 4"
84+
[INFO] 2025-03-20T03:20:17.481851Z Run command: podman exec -it olm-utils-play-v3 get-cpd-instance-details --cpd_instance_ns=cpd-watsonx --get_admin_initial_credentials=true
85+
CPD Url: cpd-cpd-watsonx.apps.67da04cc1b2e441b1d48a668.ocp.techzone.ibm.com
86+
CPD Username: cpadmin
87+
CPD Password: xEhwFROJ5rAL4DZ3ggTNKzlREXDYDYHU
88+
[SUCCESS] 2025-03-20T03:20:18.949702Z You may find output and logs in the /home/itzuser/cpd-cli-workspace/olm-utils-workspace/work directory.
89+
[SUCCESS] 2025-03-20T03:20:18.949759Z The get-cpd-instance-details command ran successfully.
90+
```
91+
8192
---
8293
83-
5. **Record** the provided endpoint *URL*, *Username*, and *Password* details.
94+
5. Log in
8495
8596
---
8697

0 commit comments

Comments
 (0)