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
+8-13Lines changed: 8 additions & 13 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,10 +1,10 @@
1
1
# Oracle Database Operator for Kubernetes
2
2
3
-
## Make Oracle Database Kubernetes Native - Take 2
3
+
## Make Oracle Database Kubernetes Native
4
4
5
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.
6
6
7
-
In this v0.2.1 release, `OraOperator` supports the following database configurations and infrastructure:
7
+
In this v1.0.0 release, `OraOperator` supports the following database configurations and infrastructure:
The above command will also upgrade the existing v0.2.0 `OraOperator` installation to the latest version; for example, v0.2.1.
74
-
75
-
---
76
-
77
71
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.
78
72
79
73
```sh
@@ -102,6 +96,7 @@ The quickstarts are designed for specific database configurations:
YAML file templates are available under [`/config/samples`](./config/samples/). You can copy and edit these template files to configure them for your use cases.
0 commit comments