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-10Lines changed: 7 additions & 10 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -126,8 +126,8 @@ Oracle strongly recommends that you ensure your system meets the following [Prer
126
126
```sh
127
127
kubectl apply -f rbac/node-rbac.yaml
128
128
```
129
-
# Installation
130
-
## Install Oracle DB Operator
129
+
## Installation
130
+
### Install Oracle DB Operator
131
131
132
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.
133
133
@@ -154,7 +154,7 @@ Oracle strongly recommends that you ensure your system meets the following [Prer
154
154
You should see that the operator is up and running, along with the shipped controllers.
155
155
156
156
For more details, see [Oracle Database Operator Installation Instructions](./docs/installation/OPERATOR_INSTALLATION_README.md).
157
-
157
+
## Documentation
158
158
## Getting Started with the Operator (Quickstart)
159
159
160
160
The following quickstarts are designed for specific database configurations:
@@ -170,6 +170,7 @@ The following quickstarts are designed for specific database configurations:
170
170
The following quickstart is designed for non-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.
174
175
175
176
## Uninstall the Operator
@@ -221,15 +222,15 @@ YAML file templates are available under [`/config/samples`](./config/samples/).
221
222
222
223
## Contributing
223
224
224
-
See [Contributing to this Repository](./CONTRIBUTING.md)
225
+
This project welcomes contributions from the community. Before submitting a pull request, please [review our contribution guide](./CONTRIBUTING.md)
225
226
226
-
## Support
227
+
## Help
227
228
228
229
You can submit a GitHub issue, oir submit an issue and then file an [Oracle Support service](https://support.oracle.com/portal/) request. To file an issue or a service request, use the following product ID: 14430.
229
230
230
231
## Security
231
232
232
-
Secure platforms are an important basis for general system security. Ensure that your deployment is in compliance with common security practices.
233
+
Please consult the [security guide](./SECURITY.md) for our responsible security vulnerability disclosure process
233
234
234
235
### Managing Sensitive Data
235
236
@@ -244,10 +245,6 @@ The following is an example of a YAML file fragment for specifying Oracle Cloud
244
245
245
246
Examples in this repository where passwords are entered on the command line are for demonstration purposes only.
246
247
247
-
### Reporting a Security Issue
248
-
249
-
See [Reporting security vulnerabilities](./SECURITY.md)
250
-
251
248
## License
252
249
253
250
Copyright (c) 2022, 2024 Oracle and/or its affiliates.
0 commit comments