oci-service-operator icon indicating copy to clipboard operation
oci-service-operator copied to clipboard

The OCI Service Operator for Kubernetes (OSOK) makes it easy to connect and manage OCI services from a cloud native application running in a Kubernetes environment.

Results 10 oci-service-operator issues
Sort by recently updated
recently updated
newest added

Bumps [github.com/prometheus/client_golang](https://github.com/prometheus/client_golang) from 1.10.0 to 1.11.1. Release notes Sourced from github.com/prometheus/client_golang's releases. 1.11.1 / 2022-02-15 [SECURITY FIX] promhttp: Check validity of method and code label values prometheus/client_golang#987 (Addressed CVE-2022-21698) What's...

OCA Verified
dependencies

The installation process is cumbersome and requires the installation of several dependencies that are only used to deploy the operator. Since there are really no configuration options, it seems like...

I am trying to install service mesh in OKE. I am following https://docs.oracle.com/en-us/iaas/Content/service-mesh/ovr-getting-started-osok.htm and https://github.com/oracle/oci-service-operator/blob/v1.1.3/docs/installation.md to install it. Versions I am using: Kubernetes: 1.24.1 Operator: 1.23.0 OLM: 0.22.0 oci-service-operator: 1.1.3...

The instructions say to install the OSOK, however attempting to pull the bundle results in an Unauthorised error docker pull iad.ocir.io/oracle/oci-service-operator-bundle:1.1.1 The same applies when trying to use the operator-sdk...

Install the bundle ends up in a failure operator-sdk run bundle iad.ocir.io/oracle/oci-service-operator-bundle:1.1.1 -n oci-service-operator-system The pod ends in CrashLoopBackOff Look into the pod there's a permission problem: 2022-07-10T19:37:05.808Z | mkdir:...

Hi, I am facing issue in run oci-service-operator-bundle on ARM nodes in kubernetes cluster. Here is command for run: operator-sdk run bundle iad.ocir.io/oracle/oci-service-operator-bundle:1.1.0 -n oci-service-operator-system --timeout 5m Error: The above...

Hello there! Do we have to report CR deletion as an error? I created a stream object and deleted it but operator reported not found as an error. ``` 2022-05-12T22:52:23.152Z...

Hello! Thank you for this writing & maintaining this operator. Could we as a user of the operator bypass dependency on Operator-SDK & OLM? These tools are great and allow...

OSOK know the OCID of the ADB provisioned by OSOK. But the k8s ADB resource have the ocid as status.status.ocid, not spec.id. And so when updating a parameter of the...

(Minor) Method [AddFinalizers](https://github.com/oracle/oci-service-operator/blob/6ad8c5d68e327a10740abee79936275261a9a74b/pkg/core/finalizers.go#L33) is doing a check if the finalizer is already present before delegating to `controllerutil.AddFinalizer`. The implementation of `controllerutil.AddFinalizer` is doing that check too already: https://github.com/kubernetes-sigs/controller-runtime/blob/7ba3e559790c5e3543002a0d9670b4cef3ccf743/pkg/controller/controllerutil/controllerutil.go#L351