From da52a28c5c496376095f40d9f162cdf9c5043b1e Mon Sep 17 00:00:00 2001 From: Phillip Schichtel Date: Mon, 18 Dec 2023 02:32:34 +0100 Subject: [PATCH] update cluster configs crds Signed-off-by: Phillip Schichtel --- .../k0s.k0sproject.io_clusterconfigs.yaml | 4 ++++ 1 file changed, 4 insertions(+) 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)