kubernetes-sigs / cluster-api-provider-openstack

Cluster API implementation for OpenStack
https://cluster-api-openstack.sigs.k8s.io/
Apache License 2.0
289 stars 253 forks source link

Including Security Group Rules make cluster status huge #1956

Closed mdbooth closed 6 months ago

mdbooth commented 6 months ago

It appears we never read them from the status: we always get them from OpenStack. Lets remove them from the status. We can always add them back later if we find a need for it.