From 750e4097e5446d8f9e165a04130289921456b405 Mon Sep 17 00:00:00 2001 From: John Mazzitelli Date: Wed, 30 Oct 2024 16:47:50 -0400 Subject: [PATCH] docs --- crd-docs/cr/kiali.io_v1alpha1_kiali.yaml | 1 + crd-docs/crd/kiali.io_kialis.yaml | 3 +++ 2 files changed, 4 insertions(+) diff --git a/crd-docs/cr/kiali.io_v1alpha1_kiali.yaml b/crd-docs/cr/kiali.io_v1alpha1_kiali.yaml index 2b4e4788..6866a6b1 100644 --- a/crd-docs/cr/kiali.io_v1alpha1_kiali.yaml +++ b/crd-docs/cr/kiali.io_v1alpha1_kiali.yaml @@ -218,6 +218,7 @@ spec: pod_labels: sidecar.istio.io/inject: "true" priority_class_name: "" + remote_cluster_resources_only: false replicas: 1 # default: resources is undefined resources: diff --git a/crd-docs/crd/kiali.io_kialis.yaml b/crd-docs/crd/kiali.io_kialis.yaml index ffb28363..155fdaea 100644 --- a/crd-docs/crd/kiali.io_kialis.yaml +++ b/crd-docs/crd/kiali.io_kialis.yaml @@ -594,6 +594,9 @@ spec: priority_class_name: description: "The priorityClassName used to assign the priority of the Kiali pod." type: string + remote_cluster_resources_only: + description: "When `true`, only those resources necessary for a remote Kiali Server to access this cluster are created (such as the service account and roles/bindings). There will be no Kiali Server deployment/pod created when this is `true`." + type: boolean replicas: description: "The replica count for the Kiail deployment. If `deployment.hpa` is specified, this setting is ignored." type: integer