Skip to content

Commit e217d04

Browse files
Minor doc style/spelling updates, and update copyright to 2022, 2023.
1 parent 7ed75ca commit e217d04

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

README.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
## Make Oracle Database Kubernetes Native - Take 2
44

5-
As part of Oracle's resolution to make Oracle Database Kubernetes-native (that is, observable and operable by Kubernetes), Oracle released _Oracle Database Operator for Kubernetes_ (`OraOperator` or the operator). OraOperator extends the Kubernetes API with custom resources and controllers for automating Oracle Database lifecycle management.
5+
As part of Oracle's resolution to make Oracle Database Kubernetes native (that is, observable and operable by Kubernetes), Oracle released _Oracle Database Operator for Kubernetes_ (`OraOperator` or the operator). OraOperator extends the Kubernetes API with custom resources and controllers for automating Oracle Database lifecycle management.
66

77
In this v0.2.1 release, `OraOperator` supports the following database configurations and infrastructure:
88

@@ -15,7 +15,7 @@ In this v0.2.1 release, `OraOperator` supports the following database configurat
1515
* Oracle Multitenant Databases (CDB/PDBs)
1616
* Oracle Database Cloud Service (DBCS) (VMDB)
1717

18-
Oracle will continue to extent OraOperator to support additional Oracle Database configurations.
18+
Oracle will continue to extend `OraOperator` to support additional Oracle Database configurations.
1919

2020
## Features Summary
2121

@@ -50,7 +50,7 @@ Oracle strongly recommends that you ensure your system meets the following [Prer
5050

5151
* ### Install cert-manager
5252

53-
The operator uses webhooks for validating user input before persisting it in Etcd. Webhooks require TLS certificates that are generated and managed by a certificate manager.
53+
The operator uses webhooks for validating user input before persisting it in etcd. Webhooks require TLS certificates that are generated and managed by a certificate manager.
5454

5555
Install the certificate manager with the following command:
5656

@@ -70,7 +70,7 @@ Oracle strongly recommends that you ensure your system meets the following [Prer
7070

7171
---
7272
**NOTE:**
73-
The above command will also upgrade the existing v0.2.0 `OraOperator` installation to the latest version i.e. v0.2.1.
73+
The above command will also upgrade the existing v0.2.0 `OraOperator` installation to the latest version; for example, v0.2.1.
7474

7575
---
7676

@@ -126,7 +126,7 @@ YAML file templates are available under [`/config/samples`](./config/samples/).
126126
kubectl delete pdb.database.oracle.com --all -n <namespace>
127127
```
128128

129-
After all CRD instances are deleted, it is safe to remove the CRDs, APISerivces and operator deployment. Use the following command:
129+
After all CRD instances are deleted, it is safe to remove the CRDs, APIServices and operator deployment. To remove these files, use the following command:
130130

131131
```sh
132132
kubectl delete -f oracle-database-operator.yaml --ignore-not-found=true
@@ -148,7 +148,7 @@ See [Contributing to this Repository](./CONTRIBUTING.md)
148148

149149
## Support
150150

151-
You can submit a GitHub issue, or you can also file an [Oracle Support service](https://support.oracle.com/portal/) request, using the product id: 14430.
151+
You can submit a GitHub issue, or you can also file an [Oracle Support service](https://support.oracle.com/portal/) request, using this product ID: 14430.
152152

153153
## Security
154154

@@ -173,5 +173,5 @@ See [Reporting security vulnerabilities](./SECURITY.md)
173173
174174
## License
175175
176-
Copyright (c) 2022 Oracle and/or its affiliates.
176+
Copyright (c) 2022, 2023 Oracle and/or its affiliates.
177177
Released under the Universal Permissive License v1.0 as shown at [https://oss.oracle.com/licenses/upl/](https://oss.oracle.com/licenses/upl/)

0 commit comments

Comments
 (0)