oci-cloud-controller-manager
oci-cloud-controller-manager copied to clipboard
Kubernetes Cloud Controller Manager implementation for Oracle Cloud Infrastructure
load_balancer_util.go when we create NLB: we use: service.Namespace, service.Name, service.UID LB the naming is just service.UID the LB naming makes it hard for Admins that use the UI to determine...
We would like to be able to define a storage class with performance based auto-tune parameters. For example, be able to define a ultra high performance block volume with auto-tune...
I encountered this issue while deploying both CCM and CSI. In the [CCM manifest](https://github.com/oracle/oci-cloud-controller-manager/blob/0dd7c0b3d145dbd6b24195b56d2e8e2d18924f01/manifests/cloud-controller-manager/oci-cloud-controller-manager.yaml#L25C1-L25C50): ```yaml spec: nodeSelector: node-role.kubernetes.io/control-plane: "" ``` Similarly, in the [CSI controller manifest](https://github.com/oracle/oci-cloud-controller-manager/blob/0dd7c0b3d145dbd6b24195b56d2e8e2d18924f01/manifests/container-storage-interface/oci-csi-controller-driver.yaml#L22): ```yaml spec: nodeSelector: node-role.kubernetes.io/control-plane:...
Hi, We are using a VolumeSnapshotClass as below for Block volume snapshotting: ```yaml apiVersion: snapshot.storage.k8s.io/v1 kind: VolumeSnapshotClass metadata: name: oci-bv-snapshot-incremental driver: blockvolume.csi.oraclecloud.com parameters: backupType: incremental # No functional restore difference...
Hello team, First of all, thank you for maintaining the OCI CSI driver. I have been testing the deployment and noticed an issue that might cause confusion for users following...
BUG REPORT ### Environment: Kubernetes version (use kubectl version): 1.33.1 OS (e.g. from /etc/os-release): "Oracle Linux Server 8.10" Kernel (e.g. uname -a): 5.15.0-309.180.4.el8uek.x86_64 Others: Using OCI (Load Balancer) ### What...
Hi team, I'm running a self-hosted Kubernetes cluster on OCI with the latest version of oci-cloud-controller-manager (v1.31.0). I've followed the official instructions, including: - Setting --cloud-provider=external on all nodes -...
I am unable to make the `loadBalancerSourceRanges` work as I expected with the LoadBalancer controller. I have the following service: ``` --- apiVersion: v1 kind: Service metadata: name: echoserver annotations:...
I am having an issue with the CCM LB Controller. Out of the possible values for the `cloud-provider.yaml`, `loadBalancer.securityListManagementMode`, the controller always reads `None`: ``` 2025-06-05T15:14:03.894Z INFO oci/load_balancer_security_lists.go:95 Security list...