From 670f10ad4e77481ca605e77213a483d66e3cbf4a Mon Sep 17 00:00:00 2001 From: Dario Tranchitella Date: Sun, 5 Feb 2023 17:00:37 +0100 Subject: [PATCH] docs: documenting new flag max-concurrent-tcp-reconciles --- docs/content/reference/configuration.md | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/content/reference/configuration.md b/docs/content/reference/configuration.md index 6bae61c..e20b991 100644 --- a/docs/content/reference/configuration.md +++ b/docs/content/reference/configuration.md @@ -13,6 +13,7 @@ Available flags are the following: | `--kine-image` | Container image along with tag to use for the Kine sidecar container (used only if etcd-storage-type is set to one of kine strategies). | `rancher/kine:v0.9.2-amd64` | | `--datastore` | The default DataStore that should be used by Kamaji to setup the required storage. | `etcd` | | `--migrate-image` | Specify the container image to launch when a TenantControlPlane is migrated to a new datastore. | `migrate-image` | +| `--max-concurrent-tcp-reconciles` | Specify the number of workers for the Tenant Control Plane controller (beware of CPU consumption). | `1` | | `--pod-namespace` | The Kubernetes Namespace on which the Operator is running in, required for the TenantControlPlane migration jobs. | `os.Getenv("POD_NAMESPACE")` | | `--webhook-service-name` | The Kamaji webhook server Service name which is used to get validation webhooks, required for the TenantControlPlane migration jobs. | `kamaji-webhook-service` | | `--serviceaccount-name` | The Kubernetes ServiceAccount used by the Operator, required for the TenantControlPlane migration jobs. | `os.Getenv("SERVICE_ACCOUNT")` |