Skip to content

Commit 4028846

Browse files
author
abhisbyk
committed
Some additional doc fixes
Signed-off-by: abhisbyk <[email protected]>
1 parent 4046b0b commit 4028846

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

README.md

Lines changed: 6 additions & 6 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`). 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.0 release, `OraOperator` supports the following database configurations and infrastructure:
88

@@ -32,7 +32,7 @@ The upcoming releases will support new configurations, operations and capabiliti
3232

3333
## Release Status
3434

35-
**CAUTION:** The current release of `OraOperator` (v0.2.0) is for development and test only. DO NOT USE IN PRODUCTION.
35+
**CAUTION:** The current release of `OraOperator` (v0.2.0) is for development and testing only. DO NOT USE IN PRODUCTION.
3636

3737
This release has been installed and tested on the following Kubernetes platforms:
3838

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

7474
---
7575

76-
Ensure that operator pods are up and running. Operator pod replicas are set to a default of 3 for High Availability, which can be scaled up and down.
76+
Ensure that the operator pods are up and running. For high availability, Operator pod replicas are set to a default of 3. You can scale this setting up or down.
7777

7878
```sh
7979
$ kubectl get pods -n oracle-database-operator-system
@@ -106,7 +106,7 @@ YAML file templates are available under [`/config/samples`](./config/samples/).
106106

107107
## Uninstall the Operator
108108

109-
To uninstall the operator, the final step consists of deciding whether or not you want to delete the CRDs and APIServices that were introduced to the cluster by the operator. Choose one of the following options:
109+
To uninstall the operator, the final step consists of deciding whether you want to delete the custom resource definitions (CRDs) and Kubernetes APIServices introduced into the cluster by the operator. Choose one of the following options:
110110

111111
* ### Deleting the CRDs and APIServices
112112

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

128-
After all CRD instances are deleted, it is safe to remove the CRDs, APISerivces and operator deployment.
128+
After all CRD instances are deleted, it is safe to remove the CRDs, APISerivces and operator deployment. Use the following command:
129129

130130
```sh
131131
kubectl delete -f oracle-database-operator.yaml --ignore-not-found=true
132132
```
133133

134-
Note: If the CRD instances are not deleted, and the operator is deleted by using the preceding command, then operator deployment and instance objects (pods,services, PVCs, and so on) are deleted. However, the CRD deletion stops responding, because the CRD instances have properties that prevent its deletion and that can only be removed by the operator pod, which is deleted when the APIServices are deleted.
134+
Note: If the CRD instances are not deleted, and the operator is deleted by using the preceding command, then operator deployment and instance objects (pods, services, PVCs, and so on) are deleted. However, if that happens, then the CRD deletion stops responding. This is because the CRD instances have properties that prevent their deletion, and that can only be removed by the operator pod, which is deleted when the APIServices are deleted.
135135

136136

137137
## Docs of the supported Oracle Database configurations

0 commit comments

Comments
 (0)