cluster-api-provider-openstack
cluster-api-provider-openstack copied to clipboard
**What this PR does / why we need it**: This PR adds the ability to create clusters without explicitly setting availability zones. The use case is discussed in detail in...
/kind feature **Describe the solution you'd like** [A clear and concise description of what you want to happen.] we allow ssh key as input but we don't check whether it...
/kind bug **What steps did you take and what happened:** When a cluster is provisioned in a way that none of the ports have security groups applied, then when the...
/kind feature **Describe the solution you'd like** With the PR https://github.com/kubernetes-sigs/cluster-api-provider-openstack/pull/1246, we have introduced a new field `OpenStackMachineTemplate.spec.template.spec.ports.securityGroupsFilters.` Before that, there was only one such field, OpenStackMachineTemplate` .spec.template.spec.ports.securityGroups` which is...
/kind bug A 'fat finger' bug we have seen more than once in the wild now involves the user accidentally updating cloud credentials with *valid* credentials for the *wrong cloud*....
/kind feature **Describe the solution you'd like** [A clear and concise description of what you want to happen.] As in tree Cloud provider is going to deprecate soon, we need...
/kind feature Right now, when creating a Neutron port with specific binding capabilities (e.g. `switchdev` for OVS Hardware Offload), the syntax would be: ``` profile: capabilities: '[''switchdev'']' ``` Because our...
**What this PR does / why we need it**: **Which issue(s) this PR fixes** *(optional, in `fixes #(, fixes #, ...)` format, will close the issue(s) when PR gets merged)*:...
/kind feature **Describe the solution you'd like** [A clear and concise description of what you want to happen.] inspired by #1092 we need update according to cluster-api, openstack from various...
/kind feature **Describe the solution you'd like** Ports should have a superset of the functionality of Networks, with one exception. Networks allow the creation of multiple ports from a single...