cloud-provider-openstack icon indicating copy to clipboard operation
cloud-provider-openstack copied to clipboard

Results 235 cloud-provider-openstack issues
Sort by recently updated
recently updated
newest added

**Is this a BUG REPORT or FEATURE REQUEST?**: /kind bug **What happened**: As explained in [K8s docs](https://kubernetes.io/docs/concepts/services-networking/service/#load-balancer-nodeport-allocation) it is possible to set `spec.allocateLoadBalancerNodePorts` to `false` for a `type=LoadBalancer` Service which...

kind/bug

When aforementioned option is set on the Service `.spec`, the NodePorts stop being set, effectively defaulting `.spec.ports[*].nodePort` to 0. When cloud provider tries to create a member with such a...

cncf-cla: yes
size/L
release-note-none
ok-to-test

/kind bug **What happened**: I deployed Octavia Ingress Controller in Kubernetes cluster and when octavia attempt to create resources for ingress it get this error ```go INFO [2022-09-19T16:04:54Z] secret created...

kind/bug

**Is this a BUG REPORT or FEATURE REQUEST?**: /kind bug **What happened**: running trivy on cinder csi containers repors 21 critical vulnerabilities (all being from the container itself), 55 high...

kind/bug

**Is this a BUG REPORT or FEATURE REQUEST?**: > Uncomment only one, leave it on its own line: > > /kind bug /kind feature **What happened**: According to the documentation...

kind/feature

**Is this a BUG REPORT or FEATURE REQUEST?**: /kind feature It would be good to be able to set parameters for the storage classes created by the CSI Cinder Helm...

good first issue
kind/feature
lifecycle/stale

**Is this a BUG REPORT or FEATURE REQUEST?**: > Uncomment only one, leave it on its own line: > > /kind bug /kind feature **What happened**: It is pretty complicated...

kind/feature

**Is this a BUG REPORT or FEATURE REQUEST?**: > Uncomment only one, leave it on its own line: > /kind bug > /kind feature **What happened**: When using a load...

kind/bug

/kind feature **What happened**: When I create an ingress with spec.tls section configured, the controller creates an loadbalancer with a listener protocol TERMINATED_HTTPS. Seems to come from here: https://github.com/kubernetes/cloud-provider-openstack/blob/master/pkg/ingress/controller/openstack/octavia.go#L358 **What...

/kind bug **What happened**: I followed the [documentation](https://github.com/kubernetes/cloud-provider-openstack/blob/master/docs/developers-guide.md) to configure Octavia ingress controller on an OpenStacked/Magnum-backed k8s cluster. Everthing works as far http is concerned but for https I've been...

kind/bug