Skip to content

Commit 9b3b111

Browse files
Merge pull request #60 from oracle/more-doc-updates
doc updates
2 parents 197fd3c + 3c29369 commit 9b3b111

File tree

5 files changed

+23
-6
lines changed

5 files changed

+23
-6
lines changed

documentation/staging/content/navigate/image.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,8 @@ Auxiliary images are available for the "Model in Image" [domain location]({{< re
3030
- `Primary Image` - The image containing the Oracle Fusion Middleware software. It is used as the basis of all containers that run WebLogic Servers for the domain.
3131
- `Auxiliary Image` - The image that supplies the WebLogic Deploy Tooling software and the model files. At runtime, the auxiliary image's content is merged with the primary image's content.
3232

33-
One primary image can be reused for hundreds of domains whereas an auxiliary image is domain-specific. When using auxiliary images,
33+
The primary image is the one used for running the domain and the auxiliary contains the data that defines the domain. One primary image can be
34+
reused for hundreds of domains whereas an auxiliary image is domain-specific. When using auxiliary images,
3435
the primary image contains the OS, JDK, and FMW software installations; the auxiliary image supplies the specifics for a single domain.
3536

3637
Use the `Design View` page to create a new or use an existing (the default) `Primary Image` and,
@@ -113,6 +114,11 @@ other installers' version number fields, the best practice it to use the actual
113114
latest capabilities, many of which are exposed by this application. As such, using the latest version is strongly
114115
recommended.
115116

117+
{{% notice note %}} For "Model in Image" or "Domain in Image" [domain locations]({{< relref "/navigate/project-settings#choosing-a-domain-location" >}}),
118+
when building your primary or auxiliary image, we highly recommend using WDT 2.0 to take advantage of enhanced capabilities that reduce the chance of deploy-time errors created due to a bad model.
119+
{{% /notice %}}
120+
121+
116122
#### Patch Oracle Home
117123
**NOTE**: This pane is relevant for `Primary Images` only. Oracle strongly recommends patching all Oracle Fusion Middleware installations with the latest Patch Set Updates (PSUs)
118124
and other recommended patches to ensure that the latest security fixes are applied. This pane configures the WebLogic

documentation/staging/content/navigate/kubernetes/k8s-ingress-controller.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -115,6 +115,7 @@ by using the `Update Ingress Routes` button on the `Ingress Controller` page or
115115
the `Go` > `Update Ingress Routes to Domain` menu item.
116116

117117
### Uninstall Ingress Controller
118-
`Uninstall Ingress Controller` uses the `helm uninstall` command to remove all the ingress resources and uninstall the ingress controller.
119-
You access this action by using the `Uninstall Ingress Controller` button on the
118+
`Uninstall Ingress Controller` uses the `helm uninstall` command to remove all the ingress resources
119+
and uninstall the ingress controller. In addition, you can choose whether to also delete the corresponding namespace.
120+
You access these actions by using the `Uninstall Ingress Controller` button on the
120121
`Ingress Controller` page or the `Go` > `Uninstall Ingress Controller` menu item.

documentation/staging/content/navigate/kubernetes/k8s-weblogic-domain.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -247,6 +247,7 @@ To view the current status of the last domain deployment, use the `Get Domain St
247247
status, as provided by the WebLogic Kubernetes Operator.
248248

249249
### Undeploy Domain
250-
`Undeploy Domain` removes the Kubernetes custom resource for the WebLogic domain and its dependent objects in Kubernetes.
251-
You access this action by using the `Undeploy Domain` button on the
250+
`Undeploy Domain` removes the Kubernetes custom resource for the WebLogic domain and its
251+
dependent objects in Kubernetes. In addition, you can choose whether to also delete the corresponding namespace.
252+
You access these actions by using the `Undeploy Domain` button on the
252253
`WebLogic Domain` page or the `Go` > `Undeploy WebLogic Domain to Kubernetes` menu item.

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

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -193,7 +193,8 @@ or the value of any field in the WebLogic Kubernetes Operator section.
193193
### Uninstall Operator
194194

195195
`Uninstall Operator` uses the `helm uninstall` command to remove the WebLogic Kubernetes Operator and its associated
196-
resources from the Kubernetes cluster. You access this action by using the `Uninstall Operator` button on the
196+
resources from the Kubernetes cluster. In addition, you can choose whether to also delete the corresponding namespace.
197+
You access these actions by using the `Uninstall Operator` button on the
197198
`WebLogic Operator` page or the `Go` > `Uninstall WebLogic Kubernetes Operator` menu item.
198199

199200
Note that if you uninstall an operator, then any domains that it is managing will continue running; however,

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

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,14 @@ weight = 5
55
pre = "<b> </b>"
66
+++
77

8+
### Recent Changes
9+
10+
- For "Model in Image" domains, added the ability to configure and push an auxiliary image.
11+
- Added these capabilities:
12+
- Update and uninstall the WebLogic Kubernetes Operator
13+
- Uninstall the ingress controller
14+
- Undeploy the WebLogic domain
15+
816
### Known Issues
917

1018
- 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.

0 commit comments

Comments
 (0)