cluster-api-provider-oci
cluster-api-provider-oci copied to clipboard
Kubernetes Cluster API Provider for Oracle Cloud Infrastructure
**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...
**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...
**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...
**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...
**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)...
**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...
**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
**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...
**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...
**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...