oracle / oracle-database-operator

The Oracle Database Operator for Kubernetes (a.k.a. OraOperator) helps developers, DBAs, DevOps and GitOps teams reduce the time and complexity of deploying and managing Oracle Databases. It eliminates the dependency on a human operator or administrator for the majority of database operations.
Universal Permissive License v1.0
140 stars 45 forks source link

OpenShift Security Context Constraints #122

Closed noxsas closed 3 months ago

noxsas commented 3 months ago

Hello,

In docs/sidb README in the section Prerequisites there is OpenShift Security Context Constraints instructions. https://github.com/oracle/oracle-database-operator/tree/main/docs/sidb#openshift-security-context-constraints

My question is do I have to install OpenShift on my Linux machine ? I mean is it necessary ?

I'm new here and I'm just trying to learn and I had a hard time following this whole documentation. And I just don't really understand why do I need OpenShift. I'm trying to install Oracle database on K8s. So I have my Linux machine where my Kubernetes cluster is and I also have to install OpenShift ? am I correct ?

yunus-qureshi commented 3 months ago

No, this is needed only if your Kubernetes distribution is OpenShift.

noxsas commented 3 months ago

No, this is needed only if your Kubernetes distribution is OpenShift.

Oh okey thanks!