Skip to content

Updates to the WKTUI prereqs #231

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Mar 27, 2023
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 4 additions & 6 deletions documentation/1.5/content/setup/prerequisites.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,21 +12,19 @@ WKT UI application functionality.

These include:

- 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.
- 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.
- WebLogic Server (WLS) - Required by WebLogic Deploy Tooling. Install a WebLogic Server version
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
application uses WebLogic Server to gain access to the WebLogic Server Scripting Tool (WLST) and other related artifacts to use
as a client.
- WebLogic Remote Console version 2.3.0 or later. Provides user interface for creating WDT models in Model View.
- `docker` (or `podman`) - Required to create images locally and interact with image registries.
- `kubectl` - Required to interact with your Kubernetes cluster. Install a version that is
compatible with your Kubernetes cluster version. For more information, see the Kubernetes `Client Configuration` page in the UI.
- 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.
- `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.
- Cloud Provider's Command-Line Interface (CLI) tool - If your Kubernetes cluster is running in one of the cloud
provider's managed Kubernetes services, then you will need to download and install the cloud provider's CLI. This is
typically required to configure `kubectl` to properly authenticate to the Kubernetes cluster. Again, see the Kubernetes
`Client Configuration` page for more information about configuring `kubectl` to work with your cluster.
- `helm` - Helm version 3.3.2 or later. Required to install the WebLogic Kubernetes Operator and to install an ingress controller.
- `helm` - Helm version 3.9 or later. Required to install the WebLogic Kubernetes Operator and to install an ingress controller.
- `openssl` - Used to generate an X.509 TLS certificate for ingress routes, should you ask the application
to generate one for you.

Expand Down