Skip to content

✨ v1beta2 Group apiServer related fields on OpenStackCluster #2899

@nikParasyr

Description

@nikParasyr

/kind feature

Group api server related fields

So currently we have a lot of fields for the apiServer that are not grouped.

Kind: OpenStackCluster
...
spec:
  ...
  apiServerFixedIP: string
  apiServerFloatingIP: string
  apiServerPort: string
  disableAPIServerFloatingIP: bool
  apiServerLoadBalancer:
    ...lots of things here...
  ...

We need to clarify how the above should be best group because each one of them:

  • may apply only for the managed LB <- should be part of the apiServerLoadBalancer object
  • may apply only when LB is disabled <- need to think if they can be grouped on a seperateObject or not
  • may apply on both <- need to think if we should seperate them or not etc

Implementation should be done after core v1beta2 is implemented in #2895

Metadata

Metadata

Assignees

Labels

kind/featureCategorizes issue or PR as related to a new feature.

Type

No type

Projects

Status

Planned

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions