Skip to content

Commit 47818be

Browse files
more cleanup and edits
1 parent b22056f commit 47818be

File tree

5 files changed

+15
-14
lines changed

5 files changed

+15
-14
lines changed

documentation/staging/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/staging/content/navigate/image.md

Lines changed: 9 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,8 @@ weight: 3
1515
- [WebLogic Deploy Tooling Configuration](#weblogic-deploy-tooling-configuration)
1616
- [Image Build Configuration](#image-build-configuration)
1717
- [Code View](#code-view)
18-
- [Create Image](#create-image)
19-
- [Push Image](#push-image)
18+
- [Create Images](#create-images)
19+
- [Push Images](#push-images)
2020

2121
### Image
2222
The `Image` section helps you build container images for deploying WebLogic-based applications
@@ -33,9 +33,10 @@ Auxiliary images are available for the "Model in Image" [domain location]({{< re
3333
One primary image can be reused for hundreds of domains whereas an auxiliary image is domain-specific. When using auxiliary images,
3434
the primary image contains the OS, JDK, and FMW software installations; the auxiliary image supplies the specifics for a single domain.
3535

36-
Use the `Design View` to create a new or use an existing (the default) `Primary Image` and, for Model in Image domains only, an `Auxiliary Image`.
37-
The `Design View` page for the `Primary Image` and the `Auxiliary Image` has several panes and a few advanced panes.
38-
Note that _not all_ the fields described for the `Primary Image` are relevant for an `Auxiliary Image`, such as the JDK and Oracle installers, and patching. The exceptions are noted.
36+
Use the `Design View` page to create a new or use an existing (the default) `Primary Image` and,
37+
for "Model in Image" domains only, create a new (the default) or use an existing `Auxiliary Image`.
38+
The `Design View` page has the following basic panes and a few advanced panes.
39+
Note that _not all_ the fields described for the `Primary Image` are relevant for an `Auxiliary Image`. The exceptions are noted.
3940

4041
- [Target Image Name and Registry Credentials](#target-image-name-and-registry-credentials)
4142
- [Base Image to Use](#base-image-to-use)
@@ -143,7 +144,7 @@ as secure as possible, this really should be a last resort._
143144
#### WebLogic Deploy Tooling Configuration
144145
This `Advanced` pane applies only to images using either the "Model in Image" or "Domain in Image" [domain locations]({{< relref "/navigate/project-settings#choosing-a-domain-location" >}}).
145146

146-
For "Domain in Image" only, the `Domain Type` field tells WebLogic Deploy Tooling what type of domain to create and you use the `Domain Home Directory`
147+
For "Domain in Image" only, the `Domain Type` field tells WebLogic Deploy Tooling what type of domain to create. Use the `Domain Home Directory`
147148
to change the location of the WebLogic domain directory inside the container. For "Model in Image" and "Domain in Image", the `Model Home Directory` field
148149
specifies the directory where the WDT model files are stored in the image and `WDT Home Directory` specifies the WDT home directory inside the image.
149150
Typically, there is no need to override these directory locations because the application defaults follow the recommended best practices.
@@ -192,7 +193,7 @@ set environment variables to specify any credentials required by the script to e
192193
the script itself. This change is left as an exercise for you because different environments typically will have
193194
existing standards for securely handling such credentials.
194195

195-
### Create Primary Image and Create Auxiliary Image
196+
### Create Images
196197
The `Create Primary Image` and `Create Auxiliary Image` actions invoke the [WebLogic Image Tool](https://oracle.github.io/weblogic-image-tool/) to
197198
create a new container image for running a WebLogic domain in a Kubernetes environment. You can access these actions using
198199
the `Create Primary Image` or `Create Auxiliary Image` button on the `Image` page or from the `Go` menu.
@@ -206,7 +207,7 @@ At a high level, the action performs the following steps:
206207
4. Builds the image on the local machine using the WebLogic Image Tool
207208
[Create](https://oracle.github.io/weblogic-image-tool/userguide/tools/create-image/) command.
208209

209-
### Push Primary Image and Push Auxiliary Image
210+
### Push Images
210211
The `Push Primary Image` and `Push Auxiliary Image` actions use the specified Image Builder program to upload (that is, push) the newly-built image
211212
to the image registry specified by its image tag. You can access these actions by using the `Push Primary Image` or `Push Auxiliary Image` button on the `Image`
212213
page or from the `Go` menu.

documentation/staging/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/staging/content/navigate/model.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -157,7 +157,7 @@ In replacing credential values, `Prepare Model` must handle the replacement diff
157157

158158
- With "Domain in Image", the WebLogic Image Tool creates the domain while creating the image. As such, it has no
159159
knowledge of Kubernetes so the token replacement uses variable tokens so that domain creation has access to the actual
160-
credential values. You must ensure that all variables have valid values prior to running `Create Image`.
160+
credential values. You must ensure that all variables have valid values prior to running `Create Primary Image`.
161161

162162
- For "Model in Image", the domain is created at runtime by the WebLogic Kubernetes Operator running in a Kubernetes
163163
cluster. As such, token replacement uses secret tokens for all credential fields. You must to be sure to provide

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

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

1010
- 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.
1111

12-
- 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:
12+
- 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:
1313
```
1414
sudo yum install libGL
1515
```

0 commit comments

Comments
 (0)