Skip to content

Commit 41f92fa

Browse files
authored
Merge pull request #68495 from opayne1/ocpbugs-22652
OCPBUGS#22652: Removes incorrect CLI tools from web terminal docs
2 parents 06d331e + 5d9e1af commit 41f92fa

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

modules/odc-access-web-terminal.adoc

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
[id="odc-access-web-terminal_{context}"]
77
= Accessing the web terminal
88

9-
After the {web-terminal-op} is installed, you can access the web terminal. After the web terminal is initialized, you can use the preinstalled CLI tools like `oc`, `kubectl`, `odo`, `kn`, `tkn`, `helm`, `kubens`, `subctl`, and `kubectx` in the web terminal.
9+
After the {web-terminal-op} is installed, you can access the web terminal. After the web terminal is initialized, you can use the preinstalled CLI tools like `oc`, `kubectl`, `odo`, `kn`, `tkn`, `helm`, and `subctl` in the web terminal.
1010
You can re-run commands by selecting them from the list of commands you have run in the terminal. These commands persist across multiple terminal sessions.
1111
The web terminal remains open until you close it or until you close the browser window or tab.
1212

@@ -36,10 +36,10 @@ ifndef::openshift-rosa,openshift-dedicated[]
3636
.. From the drop-down list, select a timeout interval of *Seconds*, *Minutes*, *Hours*, or *Milliseconds*.
3737

3838
. Optional: Select a custom image for the web terminal to use.
39-
.. Click Image.
39+
.. Click Image.
4040
.. In the field that appears, enter the URL of the image that you want to use.
4141
endif::openshift-rosa,openshift-dedicated[]
4242

43-
. Click *Start* to initialize the web terminal using the selected project.
43+
. Click *Start* to initialize the web terminal using the selected project.
4444

4545
. Click *+* to open multiple tabs within the web terminal in the console.

web_console/web_terminal/odc-using-web-terminal.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,6 @@ include::_attributes/common-attributes.adoc[]
66

77
toc::[]
88

9-
You can launch an embedded command line terminal instance in the web console. This terminal instance is preinstalled with common CLI tools for interacting with the cluster, such as `oc`, `kubectl`,`odo`, `kn`, `tkn`, `helm`, `kubens`, `subctl`, and `kubectx`. It also has the context of the project you are working on and automatically logs you in using your credentials.
9+
You can launch an embedded command line terminal instance in the web console. This terminal instance is preinstalled with common CLI tools for interacting with the cluster, such as `oc`, `kubectl`,`odo`, `kn`, `tkn`, `helm`, and `subctl`. It also has the context of the project you are working on and automatically logs you in using your credentials.
1010

1111
include::modules/odc-access-web-terminal.adoc[leveloffset=+1]

0 commit comments

Comments
 (0)