Skip to content

Commit cc5af9e

Browse files
authored
Merge pull request #203 from oracle/rmarano
fix typos
2 parents 1640515 + d4b9b01 commit cc5af9e

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

site/name-changes.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ We addressed this by:
1010

1111
This changes how operators and domains are created, and also changes the generated artifacts for operators and domains.
1212

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.
1414

1515
This document lists the customer visible naming changes. Also, the WebLogic Server Kubernetes Operator documentation has been updated.
1616

@@ -35,7 +35,7 @@ Typically, customers do not use these YAML files. However, customers can look a
3535

3636
#### Directory for the Generated YAML Files
3737

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).
3939

4040
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:
4141
`mkdir /scratch/my-user-projects
@@ -54,7 +54,7 @@ Similarly, the per-domain directory name is:
5454
* `kubernetes/delete-weblogic-domain-resources.sh yourDomainUID`
5555
* Remove the resources that were created for the operator:
5656
* `kubectl delete -f weblogic-operator.yaml`
57-
* kubectl delete -f weblogic-operator-security.yaml
57+
* `kubectl delete -f weblogic-operator-security.yaml`
5858
* 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.
5959
* Make whatever changes you need in your inputs file.
6060
* Re-run the create script.

site/recent-changes.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Recent Changes to the Oracle WebLogic Server Kubernetes Operator
22

3-
This page track recent changes to the operator, especially ones that introduce backward incompatibilities.
3+
This page tracks recent changes to the operator, especially ones that introduce backward incompatibilities.
44

55
| Date | Introduces Backward Incompatibilities | Change |
66
| --- | --- | --- |

0 commit comments

Comments
 (0)