You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
OpenstackControlPlane defines control plane config on OpenStack
825
+
826
+
| Field | Description | Scheme | Required |
827
+
| ----- | ----------- | ------ | -------- |
828
+
| loadBalancer | LoadBalancer config of a pre-existing loadbalancer to register control plane members |[OpenstackLoadBalancer](#openstackloadbalancer)| true |
829
+
830
+
[Back to Group](#v1beta2)
831
+
832
+
### OpenstackLoadBalancer
833
+
834
+
OpenstackLoadBalancer references a pre-existing Octavia loadbalancer for the kubeapi-server endpoint
835
+
836
+
| Field | Description | Scheme | Required |
837
+
| ----- | ----------- | ------ | -------- |
838
+
| name | Name of the pre-existing loadbalancer. Default: \"<CLUSTER_NAME>-kube-apiserver\"| string | false |
839
+
| poolID | PoolID is the optional Octavia pool ID. If empty, KubeOne discovers the pool from the loadbalancer. | string | false |
840
+
841
+
[Back to Group](#v1beta2)
842
+
820
843
### OpenstackSpec
821
844
822
845
OpenstackSpec defines the Openstack provider
823
846
824
847
| Field | Description | Scheme | Required |
825
848
| ----- | ----------- | ------ | -------- |
849
+
| controlPlane | ControlPlane configures control plane provisioning on OpenStack |*[OpenstackControlPlane](#openstackcontrolplane)| false |
OpenstackControlPlane defines control plane config on OpenStack
827
+
828
+
| Field | Description | Scheme | Required |
829
+
| ----- | ----------- | ------ | -------- |
830
+
| loadBalancer | LoadBalancer config of a pre-existing loadbalancer to register control plane members |[OpenstackLoadBalancer](#openstackloadbalancer)| true |
831
+
832
+
[Back to Group](#v1beta3)
833
+
834
+
### OpenstackLoadBalancer
835
+
836
+
OpenstackLoadBalancer references a pre-existing Octavia loadbalancer for the kubeapi-server endpoint
837
+
838
+
| Field | Description | Scheme | Required |
839
+
| ----- | ----------- | ------ | -------- |
840
+
| name | Name of the pre-existing loadbalancer. Default: \"<CLUSTER_NAME>-kube-apiserver\"| string | false |
841
+
| poolID | PoolID is the optional Octavia pool ID. If empty, KubeOne discovers the pool from the loadbalancer. | string | false |
842
+
843
+
[Back to Group](#v1beta3)
844
+
822
845
### OpenstackSpec
823
846
824
847
OpenstackSpec defines the Openstack provider
825
848
826
849
| Field | Description | Scheme | Required |
827
850
| ----- | ----------- | ------ | -------- |
851
+
| controlPlane | ControlPlane configures control plane provisioning on OpenStack |*[OpenstackControlPlane](#openstackcontrolplane)| false |
0 commit comments