You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* Convert MII sample instructions to use aux images, supply 'old way' non-aux instructions in the WL images doc, plus some other aux image related doc/explain tweaks and fixes.
Copy file name to clipboardExpand all lines: documentation/4.0/content/managing-domains/choosing-a-model/_index.md
+24-16Lines changed: 24 additions & 16 deletions
Original file line number
Diff line number
Diff line change
@@ -13,28 +13,36 @@ This document describes the domain home source types for deploying a domain, and
13
13
14
14
When using the operator to start WebLogic Server instances from a domain, you have the choice of the following WebLogic domain home source types:
15
15
16
-
-**[Domain in PV]({{< relref "/samples/domains/domain-home-on-pv/_index.md" >}})**:
17
-
- Set the domain resource `domain.spec.domainHomeSourceType` attribute to `PersistentVolume`.
18
-
- Supply a WebLogic installation in an image and supply WebLogic configuration as a domain home in a persistent volume.
19
-
- Supply WebLogic applications in the persistent volume.
20
-
- Mutate WebLogic configuration using WLST, the WebLogic Server Administration Console, or [configuration overrides]({{< relref "/managing-domains/configoverrides/_index.md" >}}) supplied in a Kubernetes ConfigMap.
21
-
22
-
-**[Domain in Image]({{< relref "/samples/domains/domain-home-in-image/_index.md" >}})**:
23
-
- Set the domain resource `domain.spec.domainHomeSourceType` attribute to `Image`.
24
-
- Supply a WebLogic installation in an image and supply WebLogic configuration as a domain home layered on this image.
25
-
- Supply WebLogic applications layered on the installation image.
26
-
- Mutate WebLogic configuration by supplying a new image and rolling, or by configuration overrides supplied in a Kubernetes ConfigMap.
27
-
28
16
-**[Model in Image]({{< relref "/samples/domains/model-in-image/_index.md" >}})**:
29
17
- Set the domain resource `domain.spec.domainHomeSourceType` attribute to `FromModel`.
30
-
- Supply a WebLogic installation in an image and supply WebLogic configuration in one of three ways:
18
+
- Supply a WebLogic installation in an image and supply a WebLogic configuration in one of three ways:
- As WebLogic Deployment Tool (WDT) model YAML file layered on the WebLogic installation image.
32
-
- As WDT model YAML file supplied in separate [auxiliary images]({{< relref "/managing-domains/model-in-image/auxiliary-images.md" >}}).
33
22
- As WDT model YAML file in a Kubernetes ConfigMap.
34
23
- Supply WebLogic applications in one of two ways:
35
-
- Layered on the installation image.
36
24
- In auxiliary images.
37
-
- Mutate WebLogic configuration by supplying a new image and rolling, or [model updates]({{< relref "/managing-domains/model-in-image/runtime-updates.md" >}}) supplied in a Kubernetes ConfigMap.
25
+
- Layered on the installation image.
26
+
- Mutate the WebLogic configuration by supplying a new image and rolling,
27
+
or [model updates]({{< relref "/managing-domains/model-in-image/runtime-updates.md" >}})
28
+
supplied in a Kubernetes ConfigMap.
29
+
30
+
-**[Domain in Image]({{< relref "/samples/domains/domain-home-in-image/_index.md" >}})**:
31
+
- Set the domain resource `domain.spec.domainHomeSourceType` attribute to `Image`.
32
+
- Supply a WebLogic installation in an image and supply a WebLogic configuration as a domain home layered on this image.
33
+
- Supply WebLogic applications layered on the installation image.
34
+
- Mutate the WebLogic configuration by supplying a new image and rolling,
35
+
or by [configuration overrides]({{< relref "/managing-domains/configoverrides/_index.md" >}})
36
+
supplied in a Kubernetes ConfigMap.
37
+
38
+
-**[Domain in PV]({{< relref "/samples/domains/domain-home-on-pv/_index.md" >}})**:
39
+
- Set the domain resource `domain.spec.domainHomeSourceType` attribute to `PersistentVolume`.
40
+
- Supply a WebLogic installation in an image and supply a WebLogic configuration as a domain home in a persistent volume.
41
+
- Supply WebLogic applications in the persistent volume.
42
+
- Mutate the WebLogic configuration using WLST,
43
+
the WebLogic Server Administration Console,
44
+
or [configuration overrides]({{< relref "/managing-domains/configoverrides/_index.md" >}})
45
+
supplied in a Kubernetes ConfigMap.
38
46
39
47
Note that you can use different domain home types for different domains; there's no restriction on having domains with different domain home types in the same Kubernetes cluster or namespace.
0 commit comments