oci-cloud-controller-manager
oci-cloud-controller-manager copied to clipboard
Kubernetes Cloud Controller Manager implementation for Oracle Cloud Infrastructure
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...
## 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...
## 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:...
## 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...
## 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...
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...
Currently the TLS secrets for load balancers are not checked and changes reflected in OCI.
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:...