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: README.md
+7-7Lines changed: 7 additions & 7 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2,7 +2,7 @@
2
2
3
3
## Make Oracle Database Kubernetes Native - Take 2
4
4
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 Kubernetesnative (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.
6
6
7
7
In this v0.2.1 release, `OraOperator` supports the following database configurations and infrastructure:
8
8
@@ -15,7 +15,7 @@ In this v0.2.1 release, `OraOperator` supports the following database configurat
15
15
* Oracle Multitenant Databases (CDB/PDBs)
16
16
* Oracle Database Cloud Service (DBCS) (VMDB)
17
17
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.
19
19
20
20
## Features Summary
21
21
@@ -50,7 +50,7 @@ Oracle strongly recommends that you ensure your system meets the following [Prer
50
50
51
51
*### Install cert-manager
52
52
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.
54
54
55
55
Install the certificate manager with the following command:
56
56
@@ -70,7 +70,7 @@ Oracle strongly recommends that you ensure your system meets the following [Prer
70
70
71
71
---
72
72
**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.
74
74
75
75
---
76
76
@@ -126,7 +126,7 @@ YAML file templates are available under [`/config/samples`](./config/samples/).
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:
@@ -148,7 +148,7 @@ See [Contributing to this Repository](./CONTRIBUTING.md)
148
148
149
149
## Support
150
150
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.
152
152
153
153
## Security
154
154
@@ -173,5 +173,5 @@ See [Reporting security vulnerabilities](./SECURITY.md)
173
173
174
174
## License
175
175
176
-
Copyright (c) 2022 Oracle and/or its affiliates.
176
+
Copyright (c) 2022, 2023 Oracle and/or its affiliates.
177
177
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