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
Revert the domainUID rules to a kubernetes cluster unique name, v.s. a globally unique name, and change the sample domainUID to domain1 (to match these rules). Also fix a typo in the renaming documentation
Copy file name to clipboardExpand all lines: site/name-changes.md
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -62,7 +62,7 @@ The create scripts support a -i option for specifying the location of the inputs
62
62
63
63
If -i is not specified, kubernetes/create-weblogic-operator.sh uses kubernetes/create-weblogic-operator-inputs.yaml.
64
64
65
-
Previously, kubernetes/create-domain-job.sh used kubernetes/create-domain-job-inputs.yaml as the input file if -i was not specified. This behavior has been changed. The customer must select a world wide unique id for the domain and set the domainUid property in the inputs file to that value. This means that the customer must always modify the inputs file.
65
+
Previously, kubernetes/create-domain-job.sh used kubernetes/create-domain-job-inputs.yaml as the input file if -i was not specified. This behavior has been changed. The customer must select a Kubernetes cluster wide unique id for the domain and set the domainUid property in the inputs file to that value. This means that the customer must always modify the inputs file.
66
66
67
67
Also, we do not want the customer to have to change files in the weblogic operator's install directory. Because of this, the -i option MUST be specified when calling kubernetes/create-weblogic-operator.sh. The basic flow is:
68
68
@@ -141,7 +141,7 @@ The following input properties, which used to have default values, now must be u
141
141
142
142
| Previous Property Name | New Property Name | Previous Default Value | Notes |
143
143
| --- | --- | --- | --- |
144
-
| domainUid | domainUID | domain1 | Since the domain UID is supposed to be globally unique, the customer must choose one. |
144
+
| domainUid | domainUID | domain1 | Since the domain UID is supposed to be unique across the Kubernetes cluster, the customer must choose one. |
145
145
| persistencePath | weblogicDomainStoragePath | /scratch/k8s_dir/persistentVolume001 | The customer must select a directory for the domain's storage. |
146
146
| nfsServer | weblogicDomainStorageNFSServer | nfsServer | If weblogicDomainStorageType is NFS, then the customer must specify the name or IP of the NFS server. |
147
147
@@ -152,5 +152,5 @@ The following input properties, which used to have default values, now must be u
0 commit comments