oci-cloud-controller-manager icon indicating copy to clipboard operation
oci-cloud-controller-manager copied to clipboard

Kubernetes Cloud Controller Manager implementation for Oracle Cloud Infrastructure

Results 67 oci-cloud-controller-manager issues
Sort by recently updated
recently updated
newest added

## Is this a BUG REPORT or FEATURE REQUEST? FEATURE REQUEST I'm not entirely sure if this repo is related to OKE service in OCI but the request is still...

feature

We create 2 oci load balancers by executing the following lines in one of our helm charts: ``` service: enabled: true type: LoadBalancer port: 443 annotations: service.beta.kubernetes.io/oci-load-balancer-shape: "${wtss_shape}" service.beta.kubernetes.io/oci-load-balancer-security-list-management-mode: "None"...

FEATURE REQUEST ## Versions **CCM Version**: 906eec8 **Environment**: N/A The current CPI configuration requires subnets and securityLists to be configured on the CPI for correct functioning of service type=LoadBalancer. However,...

## Is this a BUG REPORT or FEATURE REQUEST? Choose one: FEATURE REQUEST When creating a Service of type `LoadBalancer` it's ExternalIPs value will be used by components such as...

## FEATURE REQUEST ## What happened? This property let CCM to manage the security lists for the OCI LB. `oci-load-balancer-security-list-management-mode` Its default value is set to `All` as stated in...

enhancement

## Is this a BUG REPORT or FEATURE REQUEST? FEATURE REQUEST Can I get to know the performance benchmark numbers for CSI driver for Oracle Cloud Infrastructure? For e.g. How...

Greetings! This pull-request resolves #388 by matching the complete hostname when looking for a node. Note that this is not a theoretical issue, we have a customer who's (instance pool...

Greetings! This pull-request resolves #387 by increasing the default timeout of HTTP requests to OCI from 10 seconds to 5 minutes. 5 minutes may seem excessive, but (1) the `compute.GetInstanceByNodeName()`...

## Is this a BUG REPORT or FEATURE REQUEST? BUG REPORT ## Versions **CCM Version**: latest ## What happened? In large clusters (250+ nodes), the global HTTP request timeout of...

## Is this a BUG REPORT or FEATURE REQUEST? BUG REPORT ## Versions **CCM Version**: all ## What happened? When nodes come from an OCI instance pools, many of them...