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
+2-1Lines changed: 2 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -20,6 +20,7 @@ In this v1.1.0 production release, `OraOperator` supports the following database
20
20
Oracle will continue to extend `OraOperator` to support additional Oracle Database configurations.
21
21
22
22
## New in V1.1.0 Release
23
+
* Namespace scope deployment option
23
24
* Enhanced security with namespace scope deployment option
24
25
* Support for Oracle Database 23ai Free (with SIDB)
25
26
* Automatic Storage Expansion for SIDB and Sharded DB
@@ -125,7 +126,7 @@ Oracle strongly recommends that you ensure your system meets the following [Prer
125
126
```sh
126
127
kubectl apply -f rbac/node-rbac.yaml
127
128
```
128
-
129
+
# Installation
129
130
## Install Oracle DB Operator
130
131
131
132
After you have completed the preceding prerequisite changes, you can install the operator. To install the operator in the cluster quickly, you can apply the modified `oracle-database-operator.yaml` file from the preceding step.
EnvVars []EnvironmentVariable`json:"envVars,omitempty"`//Optional Env variables for Shards
170
-
Resources*corev1.ResourceRequirements`json:"resources,omitempty" protobuf:"bytes,1,opt,name=resources"`//Optional resource requirement for the container.
EnvVars []EnvironmentVariable`json:"envVars,omitempty"`//Optional Env variables for Shards
174
+
Resources*corev1.ResourceRequirements`json:"resources,omitempty" protobuf:"bytes,1,opt,name=resources"`//Optional resource requirement for the container.
// CatalogSpec defines the desired state of CatalogSpec
@@ -190,7 +195,7 @@ type CatalogSpec struct {
190
195
Resources*corev1.ResourceRequirements`json:"resources,omitempty" protobuf:"bytes,1,opt,name=resources"`// Optional resource requirement for the container.
Resources*corev1.ResourceRequirements`json:"resources,omitempty" protobuf:"bytes,1,opt,name=resources"`// Optional resource requirement for the container.
0 commit comments