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

I have installed nginx ingress controller through helm and at ingress service level we are not terminating SSL, SSL is terminated at nginx ingress controller (OCI LB). I have used...

## Is this a BUG REPORT or FEATURE REQUEST? FEATURE REQUEST ## Versions **CCM Version**: 0.10.0 **Environment**: - **Kubernetes version** (use `kubectl version`): 1.15.6 - **OS** (e.g. from /etc/os-release): Oracle...

good first issue

## Is this a BUG REPORT or FEATURE REQUEST? FEATURE REQUEST ## Description [WAF](https://www.oracle.com/security/cloud-security/web-application-firewall/) is a way to make web applications safer by a set of features that allow developers...

feature

## Is this a BUG REPORT or FEATURE REQUEST? BUG REPORT ## Versions **CCM Version**: (whichever version OKE uses today) **Environment**: - **Kubernetes version** (use `kubectl version`): ``` Server Version:...

feature

## Is this a BUG REPORT or FEATURE REQUEST? BUG REPORT ## Versions **CCM Version**: 0.10.0 **Environment**: - **Kubernetes version** (use `kubectl version`): 1.15.6 - **OS** (e.g. from /etc/os-release): Oracle...

good first issue

## Is this a BUG REPORT or FEATURE REQUEST? BUG REPORT ## Versions **CCM Version**: 0.10.0 **Environment**: - **Kubernetes version** (use `kubectl version`): 1.15.6 - **OS** (e.g. from /etc/os-release): Oracle...

good first issue

According to line 89, `resq` may be `nil`, and `resp.Body` in line 96 will cause a crash. By reading the previous code, `resq` cannot be `nil`, so we can remove...

good first issue

Currently the TLS secrets for load balancers are not checked and changes reflected in OCI.

enhancement
good first issue

CCM crash if cloud-provider.yaml does not have loadBalancer param.

## Versions **Environment**: - **Kubernetes version** : `Server Version: version.Info{Major:"1", Minor:"14", GitVersion:"v1.14.10", GitCommit:"575467a0eaf3ca1f20eb86215b3bde40a5ae617a", GitTreeState:"clean", BuildDate:"2019-12-11T12:32:32Z", GoVersion:"go1.12.12", Compiler:"gc", Platform:"linux/amd64"}` I created a load balancer with: ```yaml apiVersion: v1 kind: Service metadata:...