For the current production release 3.4.13 :
kubectl version
). NOTE: Kubernetes 1.25 and 1.26 will be supported only by 4.0 releases.docker images | grep flannel
), Calico networking v3.16.1 or later,
or OpenShift SDN on OpenShift 4.3 systems.docker version
) or CRI-O 1.20.2+ (check with crictl version | grep RuntimeVersion
).helm version --client --short
).Model in Image
, WebLogic Deploy Tooling 1.9.11+.The existing WebLogic Server General Availability image, container-registry.oracle.com/middleware/weblogic:12.2.1.3
,
has this patch applied.
NOTE:
The sample image names throughout the documentation 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 --recommendedPatches
option. 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 the image, see WebLogic images.
Check the WLS version and patches using the WebLogic Image Tool inspect
command: imagetool inspect --image=container-registry.oracle.com/middleware/weblogic:12.2.1.3 --patches
. For more information, see Inspect images.
cluster-admin
role to install the operator. The operator does
not need the cluster-admin
role at runtime. For more information,
see the role-based access control, operator
RBAC documentation.See also Supported environments for environment and licensing requirements.