Operator prerequisites
For the current production release 4.3.5 :
Note
Support for Kubernetes 1.32.1+ with Oracle WebLogic Server 12.2.1.4 or 14.1.1.0 requires that the WebLogic container images have patch 37788099. No patch is required when using Oracle WebLogic Server 14.1.2.0 or later.
-
Kubernetes 1.26.2+, 1.27.2+, 1.28.2+, 1.29.1+, 1.30.1+, 1.31.1+, 1.32.1+, 1.33.1+, 1.34.1+ (check with
kubectl version). -
Flannel networking v0.26.7 or later (check with
docker images | grep flannel), Calico networking v3.29.4 or later, or OpenShift SDN on OpenShift 4.3 systems. -
Docker 25.0.10+ (check with
docker version) or CRI-O 1.26.2+ (check withcrictl version | grep RuntimeVersion). -
Helm 3.13.2+ (check with
helm version --client --short). -
For domain home source type
Model in Image, WebLogic Deploy Tooling 4.3.4+. -
Oracle WebLogic Server 12.2.1.4.0, Oracle WebLogic Server 14.1.1.0.0, Oracle WebLogic Server 14.1.2.0.0, or Oracle WebLogic Server 15.1.1.0.0.
-
NOTE:
- As of June, 2023, Oracle WebLogic Server 12.2.1.3 is no longer supported. The last Critical Patch Updates (CPU) images for WebLogic Server 12.2.1.3 were published in April, 2023.
- As of December, 2022, Fusion Middleware 12.2.1.3 is no longer supported. The last CPU images for FMW Infrastructure 12.2.1.3 were published in October, 2022.
Warning
Throughout the documentation, the sample images are General Availability (GA) images. GA images are suitable for demonstration and development purposes only where the environments are not available from the public Internet; they are not acceptable for production use. In production, you should always use CPU (patched) images from OCR or create your images using the WebLogic Image Tool (WIT) with the
--recommendedPatchesoption. For more guidance, see Apply the Latest Patches and Updates in Securing a Production Environment for Oracle WebLogic Server. For details on how to obtain or create images, see WebLogic images .- Check the WLS version and patches using the
WebLogic Image Tool
inspectcommand:imagetool inspect --image=container-registry.oracle.com/middleware/weblogic:14.1.2.0-generic-jdk17-ol8 --patches. For more information, see Inspect images .
-
-
Container images based on Oracle Linux 8 are now supported. The Oracle Container Registry hosts container images based on both Oracle Linux 7 and 8, including Oracle WebLogic Server 14.1.1.0.0 images based on Java 8 and 11, Oracle WebLogic Server 14.1.2.0.0 images based on Java 17 and 21, and Oracle WebLogic Server 15.1.1.0.0 images based on Java 17 and 21.
-
Container images based on Oracle Linux 9 are now supported. The Oracle Container Registry hosts container images based on Oracle Linux 9, including Oracle WebLogic Server 14.1.2.0.0 images based on Java 17 and 21 and Oracle WebLogic Server 15.1.1.0.0 images based on Java 17 and 21.
-
You must have the
cluster-adminrole to install the operator. The operator does not need thecluster-adminrole at runtime. For more information, see the role-based access control, operator RBAC documentation. -
We do not currently support running WebLogic in non-Linux containers.
See also Supported environments for environment and licensing requirements.