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: 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
@@ -10,7 +10,7 @@ We addressed this by:
10
10
11
11
This changes how operators and domains are created, and also changes the generated artifacts for operators and domains.
12
12
13
-
We're not providing an upgrade tool or backwards compatibility with the previous names. Instead, customers need to use the new script, inputs file, and parameter names to recreate their operators and domains.
13
+
We're not providing an upgrade tool or backward compatibility with the previous names. Instead, customers need to use the new script, inputs file, and parameter names to recreate their operators and domains.
14
14
15
15
This document lists the customer visible naming changes. Also, the WebLogic Server Kubernetes Operator documentation has been updated.
16
16
@@ -35,7 +35,7 @@ Typically, customers do not use these YAML files. However, customers can look a
35
35
36
36
#### Directory for the Generated YAML Files
37
37
38
-
Previously, these files were placed in the `kubernetes` directory (for example, `kubernetes/weblogic-operator.yaml`). Now, they are placed in per-operator and per-domain directories (since a Kubernetes cluster can have more than one operator and an operator can manage more than one domain).
38
+
Previously, these files were placed in the `kubernetes` directory (for example, `kubernetes/weblogic-operator.yaml`). Now, they are placed in per-operator and per-domain directories (because a Kubernetes cluster can have more than one operator and an operator can manage more than one domain).
39
39
40
40
The customer must create a directory that will parent the per-operator and per-domain directories, and use the `-o` option to pass the name of that directory to the create script, for example:
41
41
`mkdir /scratch/my-user-projects
@@ -54,7 +54,7 @@ Similarly, the per-domain directory name is:
* Either remove the directory that was generated for that operator or domain, or remove the generated YAML files and the copy of the input file from it.
59
59
* Make whatever changes you need in your inputs file.
0 commit comments