cloud-provider-openstack
cloud-provider-openstack copied to clipboard
**What happened**: When creating pods with a cinder volume, they may occasionally get stuck in the 'ContainerCreating' state. Upon closer examination, the disk appears with a size of 0B. This...
[cinder-csi-plugin] Enable Optional StorageClasses **What this PR does / why we need it**: If you enable the included storageclasses, you get both the `retain` and `delete`. This PR allows each...
**What this PR does / why we need it**: * keep the nodeSelector empty by default so users can easily use their own. * add documentation in the README **Which...
**Is this a BUG REPORT or FEATURE REQUEST?**: > Uncomment only one, leave it on its own line: > /kind bug > /kind feature **What happened**: `kubeadm` is unable to...
Added support for new annotation which provides the ability to add tags when the load balancer is created. Those tags affect the load balancer and the listener. The rest of...
> /kind feature As a Kubernetes + occm user I would like to enabling the ProxyProtocol v2 as valid protocol with Octavia Load balancer. **What happened**: Currently, it is not...
**What this PR does / why we need it**: In some scenarios, tags are used as resource tags, but occm creates a floating ip without a tag. This PR adds...
**Is this a BUG REPORT or FEATURE REQUEST?**: /kind feature **What happened**: This issue follows a discussion in https://github.com/kubernetes-sigs/cluster-api-provider-openstack/issues/1605, as a request to automatically label nodes with underlying hostId information,...
**Is this a BUG REPORT or FEATURE REQUEST?**: /kind feature Hello, I wish to know if it is possible to set my own desciption of the PV when I request...
Hi, In our envrioment, we create Manila PV with Access Mode ReadWriteOnce as below ``` apiVersion: v1 kind: PersistentVolume metadata: annotations: pv.kubernetes.io/provisioned-by: nfs.manila.csi.openstack.org volume.kubernetes.io/provisioner-deletion-secret-name: manila-csi-plugin volume.kubernetes.io/provisioner-deletion-secret-namespace: kube-system finalizers: - kubernetes.io/pv-protection...