cluster-api-provider-oci icon indicating copy to clipboard operation
cluster-api-provider-oci copied to clipboard

Kubernetes Cluster API Provider for Oracle Cloud Infrastructure

Results 52 cluster-api-provider-oci issues
Sort by recently updated
recently updated
newest added

**What happened**: When using the OCI Provider in an induced error scenario (specifically with OKE, though may occur in other scenarios), many outbound calls to the backend cloud provider were...

bug

**What happened**: ``` panic: runtime error: invalid memory address or nil pointer dereference [recovered] panic: runtime error: invalid memory address or nil pointer dereference [signal SIGSEGV: segmentation violation code=0x1 addr=0x0...

bug

**What would you like to be added**: April 3rd 2023 the old `k8s.gcr.io` will be frozen (no new images). Instead we should move to `registry.k8s.io` more details in their blog...

enhancement
good first issue

**What would you like to be added**: Add support for launchmode parameter in self managed nodes. The parameter is not yet present in Compute API go SDK. **Why is this...

enhancement

**What this PR does / why we need it**: Pagination for list calls **Which issue(s) this PR fixes** *(optional, in `fixes #(, fixes #, ...)` format, will close the issue(s)...

enhancement
OCA Verified

**What would you like to be added**: With https://github.com/kubernetes-sigs/cluster-api/pull/8957, clusterctl can add plugins. We should investigate possibility to add a clusterctl plugin to download kubeconfig of an OKE cluster using...

enhancement

**What would you like to be documented**: need to address why the API docs aren't being generated correctly. **Why is this needed**: It broke and had to be removed https://github.com/oracle/cluster-api-provider-oci/pull/292

documentation

**What this PR does / why we need it**: Add ability to lookup images. **Which issue(s) this PR fixes** *(optional, in `fixes #(, fixes #, ...)` format, will close the...

OCA Verified

**What would you like to be added**: Add ability to lookup image instead of image id **Why is this needed**: This can be used in cases where the image can...

enhancement

**What this PR does / why we need it**: This will allow users to set flags like `log_file` and `logtostderr` **Which issue(s) this PR fixes** *(optional, in `fixes #(, fixes...

enhancement
OCA Verified