Skip to content

Commit 0baa893

Browse files
Merge pull request #2 from Mahi0911/MMahipal_remove_operatorImagePullSecrets_readme
Removed Operator Image Pull Secrets section in README.md
2 parents 76832ee + 13ef867 commit 0baa893

File tree

1 file changed

+1
-12
lines changed

1 file changed

+1
-12
lines changed

Diff for: README.md

+1-12
Original file line numberDiff line numberDiff line change
@@ -49,17 +49,6 @@ Oracle strongly recommends that you ensure your system meets the following [Prer
4949
kubectl apply -f https://github.com/jetstack/cert-manager/releases/latest/download/cert-manager.yaml
5050
```
5151

52-
* ### Create Operator Image Pull Secrets
53-
54-
Sign into [https://container-registry.oracle.com/](https://container-registry.oracle.com/) and accept the license agreement for the Operator image.
55-
56-
Create an image pull secret for Oracle Container Registry:
57-
58-
```sh
59-
kubectl create namespace oracle-database-operator-system
60-
kubectl create secret docker-registry container-registry-secret -n oracle-database-operator-system --docker-server=container-registry.oracle.com --docker-username='<oracle-sso-email-address>' --docker-password='<oracle-sso-password>' --docker-email='<oracle-sso-email-address>'
61-
```
62-
6352
## Quick Install of the Operator
6453

6554
To install the operator in the cluster quickly, you can use a single [oracle-database-operator.yaml](https://github.com/oracle/oracle-database-operator/blob/main/oracle-database-operator.yaml) file. Operator pod replicas are set to a default of 3 for High Availability, which can be scaled up and down.
@@ -120,7 +109,7 @@ YAML file templates are available under [`/config/samples`](./config/samples/).
120109

121110
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 finalizers that can only be removed by the operator pod, which is deleted when the APIServices are deleted.
122111

123-
* ### Retain the CRDs and APIservices
112+
* ### Retaining the CRDs and APIservices
124113

125114
To delete the operator deployment and retain the CRDs, run the following commands:
126115

0 commit comments

Comments
 (0)