Skip to content

Commit 38c22ea

Browse files
Merge pull request #53 from oracle/fix-install-operator
edits
2 parents 71ddfba + 9e6236d commit 38c22ea

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

documentation/1.0/content/_index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ For detailed user information, read the following:
3030
- [Kubernetes]({{< relref "/navigate/kubernetes/_index.md" >}})
3131
- [Verrazzano]({{< relref "/navigate/verrazzano.md" >}})
3232

33-
For developer information, see [WebLogic Kubernetes Toolkit UI Project]({{< relref "/developer/_index.md" >}})
33+
For developer information, see [WebLogic Kubernetes Toolkit UI Project]({{< relref "/developer/_index.md" >}}).
3434

3535
### Get Help
3636

documentation/1.0/content/navigate/kubernetes/k8s-wko.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -164,11 +164,11 @@ the script itself. This change is left as an exercise for you because different
164164
existing standards for securely handling such credentials.
165165

166166
### Install Operator
167-
`Push Image` uses the specified Image Builder program to upload (that is, push) the newly-built image
168-
to the image registry specified by its image tag. You can access it by using the `Install Operator` button on the
167+
The `Install Operator` action installs the WebLogic Kubernetes Operator in the target Kubernetes cluster.
168+
You can access it by using the `Install Operator` button on the
169169
`WebLogic Operator` page or `Go` > `Install WebLogic Kubernetes Operator`.
170170

171-
At a high level, `Push Image` performs the following steps:
171+
At a high level, `Install Operator` performs the following steps:
172172

173173
1. Validates the input values necessary for running the action based on your selections.
174174
2. Saves the WKT Project, if needed.

documentation/1.0/content/release notes/_index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ pre = "<b> </b>"
1111

1212
- When running the WKT UI application on Windows, the image builder tool (docker or podman) also must be directly executable in Windows. For example, there is currently no support for running the WKT UI application in Windows and running podman under the Windows Subsystem for Linux (WSL2). However, running Docker Desktop for Windows with a WSL2 backend _is_ fully supported because the `docker` command is executable directly in Windows (without having to call WSL2). If you need to use podman on Windows, then refer to the podman blog entries at https://podman.io/blogs/2021/09/06/podman-on-macs.html and https://podman.io/blogs/2020/09/02/running_windows_or_mac.html for more information about downloading, installing, and configuring the Windows Remote Client.
1313

14-
- On Linux, the application depends on libGL being installed. libGL is not currently listed in the dependencies list for the rpm (or deb) installers. Therefore, you will need to install libGL using your package manager. For example:
14+
- On Linux, the application depends on libGL being installed. libGL is not currently listed in the dependencies list for the `rpm` (or `deb`) installers. Therefore, you will need to install libGL using your package manager. For example:
1515
```
1616
sudo yum install libGL
1717
```

0 commit comments

Comments
 (0)