diff --git a/static/manifests/v1beta1/CustomResourceDefinition/k0s.k0sproject.io_clusterconfigs.yaml b/static/manifests/v1beta1/CustomResourceDefinition/k0s.k0sproject.io_clusterconfigs.yaml index 567056442d2f..9e306d86b66b 100644 --- a/static/manifests/v1beta1/CustomResourceDefinition/k0s.k0sproject.io_clusterconfigs.yaml +++ b/static/manifests/v1beta1/CustomResourceDefinition/k0s.k0sproject.io_clusterconfigs.yaml @@ -40,6 +40,10 @@ spec: address: description: Local address on which to bind an API type: string + bindAddress: + description: Local address on which to bind the kube-apiserver. + Defaults to 0.0.0.0. + type: string externalAddress: description: The loadbalancer address (for k0s controllers running behind a loadbalancer)