From 756cb636613d58f8892c70f90dd4ff339fcf5660 Mon Sep 17 00:00:00 2001 From: Ryan Eberhard Date: Wed, 1 Nov 2023 16:49:16 -0400 Subject: [PATCH] Synchronize documentation --- .../content/deprecated-functionality/_index.md | 17 +++++++++++++++++ .../persistent-storage/oci-fss-pv.md | 2 +- 2 files changed, 18 insertions(+), 1 deletion(-) create mode 100644 documentation/site/content/deprecated-functionality/_index.md diff --git a/documentation/site/content/deprecated-functionality/_index.md b/documentation/site/content/deprecated-functionality/_index.md new file mode 100644 index 00000000000..d930b22835f --- /dev/null +++ b/documentation/site/content/deprecated-functionality/_index.md @@ -0,0 +1,17 @@ +--- +title: "Deprecated functionality" +date: 2019-02-23T08:14:59-05:00 +weight: 11 +draft: false +--- + +The following functionality has been deprecated and no longer is supported in WebLogic Kubernetes Operator. + +#### Domain in Image +The Domain in Image [domain home source type]({{< relref "/managing-domains/choosing-a-model/_index.md" >}}) is deprecated in WebLogic Kubernetes Operator version 4.0. Oracle recommends that you choose either Domain on PV or Model in Image, depending on your needs. + +#### Model in Image without auxiliary images +The Model in Image domain home source type _without_ auxiliary images (the WDT model and installation files are included in the same image with the WebLogic Server installation) is deprecated in WebLogic Kubernetes Operator version 4.0.7. Oracle recommends that you use Model in Image _with_ [auxiliary images]({{< relref "/managing-domains/model-in-image/auxiliary-images.md" >}}). + +#### Model in Image for JRF domains +The Model in Image domain home source type for JRF domains is deprecated in WebLogic Kubernetes Operator version 4.1.0. For JRF domains, use [Domain on PV]({{< relref "/managing-domains/domain-on-pv/_index.md" >}}) instead. diff --git a/documentation/site/content/managing-domains/persistent-storage/oci-fss-pv.md b/documentation/site/content/managing-domains/persistent-storage/oci-fss-pv.md index efe09bd3195..fdfca552b30 100644 --- a/documentation/site/content/managing-domains/persistent-storage/oci-fss-pv.md +++ b/documentation/site/content/managing-domains/persistent-storage/oci-fss-pv.md @@ -51,7 +51,7 @@ spec: - args: - sleep - infinity - image: ghcr.io/oracle/oraclelinux:8-slim + image: ghcr.io/oracle/oraclelinux:8 name: pvhelper volumeMounts: - name: pv-volume