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
Copy file name to clipboardExpand all lines: documentation/domains/Domain.json
+4-4
Original file line number
Diff line number
Diff line change
@@ -320,12 +320,12 @@
320
320
"$ref": "#/definitions/Opss"
321
321
},
322
322
"createIfNotExists": {
323
-
"default": "domain",
324
-
"description": "Specifies if the operator should create only the domain or the domain with RCU (for JRF-based domains). Legal values: domain, domainAndRCU. Defaults to domain.",
323
+
"default": "Domain",
324
+
"description": "Specifies if the operator should create only the domain or the domain with RCU (for JRF-based domains). Legal values: Domain, DomainAndRCU. Defaults to Domain.",
Copy file name to clipboardExpand all lines: documentation/domains/Domain.md
+1-1
Original file line number
Diff line number
Diff line change
@@ -302,7 +302,7 @@ The current status of the operation of the WebLogic domain. Updated automaticall
302
302
303
303
| Name | Type | Description |
304
304
| --- | --- | --- |
305
-
|`createIfNotExists`| string | Specifies if the operator should create only the domain or the domain with RCU (for JRF-based domains). Legal values: domain, domainAndRCU. Defaults to domain. |
305
+
|`createIfNotExists`| string | Specifies if the operator should create only the domain or the domain with RCU (for JRF-based domains). Legal values: Domain, DomainAndRCU. Defaults to Domain. |
306
306
|`domainCreationConfigMap`| string | Name of a ConfigMap containing the WebLogic Deploy Tooling model. |
307
307
|`domainCreationImages`| Array of [Domain Creation Image](#domain-creation-image)| Domain creation images containing WebLogic Deploy Tooling model, application archive, and WebLogic Deploy Tooling installation files. These files will be used to create the domain during introspection. This feature internally uses a Kubernetes emptyDir volume and Kubernetes init containers to share the files from the additional images |
308
308
|`domainType`| string | WebLogic Deploy Tooling domain type. Known values are: WLS, RestrictedJRF, JRF. Defaults to JRF. |
| `domainType` | Type of domain being created. | `JRF` or `WLS` | N (default `WLS`) |
245
-
| `createIfNotExists` | Specifies whether the operator should create the RCU schema first, before creating the domain. | `domain` or `domainAndRCU` (drop existing RCU schema and create new RCU schema) | N (default `domain`) |
246
-
| `domainCreationImages` | WDT domain images. | An array of images. | Y |
247
-
| `domainCreationConfigMap` | Optional ConfigMap containing extra WDT models. | Kubernetes ConfigMap name. | N |
248
-
| `osss.walletPasswordSecret` | Password for extracting OPSS wallet for JRF domain. | Kubernetes Secret name with the key `walletPassword`. | Y |
249
-
| `osss.walletFileSecret` | Extracted OPSS wallet file. | Kubernetes Secret name with the key `walletFile`. | N (Only needed when recreating the domain during disaster recovery) |
| `domainType` | Type of domain being created. | `JRF` or `WLS` | N (default `WLS`) |
245
+
| `createIfNotExists` | Specifies whether the operator should create the RCU schema first, before creating the domain. | `Domain` or `DomainAndRCU` (drop existing RCU schema and create new RCU schema) | N (default `Domain`) |
246
+
| `domainCreationImages` | WDT domain images. | An array of images. | Y |
247
+
| `domainCreationConfigMap` | Optional ConfigMap containing extra WDT models. | Kubernetes ConfigMap name. | N |
248
+
| `osss.walletPasswordSecret` | Password for extracting OPSS wallet for JRF domain. | Kubernetes Secret name with the key `walletPassword`. | Y |
249
+
| `osss.walletFileSecret` | Extracted OPSS wallet file. | Kubernetes Secret name with the key `walletFile`. | N (Only needed when recreating the domain during disaster recovery) |
250
250
251
251
**After a JRF domain is successfully deployed**: follow the next section, [Best practices](#best-practices), to download and back up the OPSS wallet.
Copy file name to clipboardExpand all lines: kubernetes/samples/scripts/create-weblogic-domain/domain-on-pv/domain-resources/JRF/domain-on-pv-JRF-v1.yaml
+2-2
Original file line number
Diff line number
Diff line change
@@ -96,8 +96,8 @@ spec:
96
96
domainType: JRF
97
97
98
98
# Specifies if the operator should create only the domain or the domain with RCU."
99
-
# Legal values: domain, domainAndRCU. Defaults to domain."
100
-
createIfNotExists: domainAndRCU
99
+
# Legal values: Domain, DomainAndRCU. Defaults to Domain."
100
+
createIfNotExists: DomainAndRCU
101
101
102
102
# Domain creation image(s) containing WDT model, archives, and install.
FATAL_JRF_INTROSPECTOR_ERROR_MSG="Domain On PV domain creation encountered an unrecoverable error.
28
28
Please correct the errors and patch the domain resource 'domain.spec.introspectVersion' with a new
29
-
value and try again. If the domain type requires RCU and you are not setting 'domainAndRCU' in 'domain.spec.configuration.initializeDomainOnPV.domain.createIfNotExists'
29
+
value and try again. If the domain type requires RCU and you are not setting 'DomainAndRCU' in 'domain.spec.configuration.initializeDomainOnPV.domain.createIfNotExists'
30
30
then you may have to drop and recreate the RCU schema before retry. Introspection Error: "
0 commit comments