Skip to content

Commit 213e111

Browse files
Updates to the WKTUI prereqs (#231)
1 parent e1b1e0a commit 213e111

File tree

1 file changed

+4
-6
lines changed

1 file changed

+4
-6
lines changed

documentation/1.5/content/setup/prerequisites.md

Lines changed: 4 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -12,21 +12,19 @@ WKT UI application functionality.
1212

1313
These include:
1414

15-
- Java Development Kit (JDK) - Required by both WebLogic Deploy Tooling and WebLogic Image Tool.
16-
Install a JDK version that is compatible with your local WebLogic Server installation.
15+
- Java Development Kit (JDK) - Required by both WebLogic Deploy Tooling and WebLogic Image Tool. Install a JDK version that is compatible with your local WebLogic Server installation.
1716
- WebLogic Server (WLS) - Required by WebLogic Deploy Tooling. Install a WebLogic Server version
1817
12.2.1.3.0 or later; it is a best practice to install the latest Patch Set Updates (PSUs) and other recommended patches. The
1918
application uses WebLogic Server to gain access to the WebLogic Server Scripting Tool (WLST) and other related artifacts to use
2019
as a client.
2120
- WebLogic Remote Console version 2.3.0 or later. Provides user interface for creating WDT models in Model View.
22-
- `docker` (or `podman`) - Required to create images locally and interact with image registries.
23-
- `kubectl` - Required to interact with your Kubernetes cluster. Install a version that is
24-
compatible with your Kubernetes cluster version. For more information, see the Kubernetes `Client Configuration` page in the UI.
21+
- Docker (or Podman) - Required to create images locally and interact with image registries. If running on Windows or macOS, try Rancher Desktop, Docker Desktop, or even Podman Desktop.
22+
- `kubectl` - The Kubernetes client; the version should align with the Kubernetes cluster version. Required to interact with your Kubernetes cluster. For more information, see the Kubernetes `Client Configuration` page in the UI.
2523
- Cloud Provider's Command-Line Interface (CLI) tool - If your Kubernetes cluster is running in one of the cloud
2624
provider's managed Kubernetes services, then you will need to download and install the cloud provider's CLI. This is
2725
typically required to configure `kubectl` to properly authenticate to the Kubernetes cluster. Again, see the Kubernetes
2826
`Client Configuration` page for more information about configuring `kubectl` to work with your cluster.
29-
- `helm` - Helm version 3.3.2 or later. Required to install the WebLogic Kubernetes Operator and to install an ingress controller.
27+
- `helm` - Helm version 3.9 or later. Required to install the WebLogic Kubernetes Operator and to install an ingress controller.
3028
- `openssl` - Used to generate an X.509 TLS certificate for ingress routes, should you ask the application
3129
to generate one for you.
3230

0 commit comments

Comments
 (0)