diff --git a/content/en/docs/18.0/reference/programs/vtctl/_index.md b/content/en/docs/18.0/reference/programs/vtctl/_index.md index 8d569de65..b9809719e 100644 --- a/content/en/docs/18.0/reference/programs/vtctl/_index.md +++ b/content/en/docs/18.0/reference/programs/vtctl/_index.md @@ -243,9 +243,6 @@ The following global options apply to `vtctl`: | --topo_global_root | string | the path of the global topology data in the global topology server | | --topo_global_server_address | string | the address of the global topology server | | --topo_implementation | string | the topology implementation to use | -| --topo_k8s_context | string | The kubeconfig context to use, overrides the 'current-context' from the config | -| --topo_k8s_kubeconfig | string | Path to a valid kubeconfig file. | -| --topo_k8s_namespace | string | The kubernetes namespace to use for all objects. Default comes from the context or in-cluster config | | --topo_zk_auth_file | string | auth to use when connecting to the zk topo server, file contents should be :, e.g., digest:user:pass | | --topo_zk_base_timeout | duration | zk base timeout (see zk.Connect) (default 30s) | | --topo_zk_max_concurrency | int | maximum number of pending requests to send to a Zookeeper server. (default 64) | diff --git a/content/en/docs/18.0/reference/programs/vtctld.md b/content/en/docs/18.0/reference/programs/vtctld.md index 516140890..e455f01ad 100644 --- a/content/en/docs/18.0/reference/programs/vtctld.md +++ b/content/en/docs/18.0/reference/programs/vtctld.md @@ -162,9 +162,6 @@ vtctld \ | --topo_global_root | string | the path of the global topology data in the global topology server | | --topo_global_server_address | string | the address of the global topology server | | --topo_implementation | string | the topology implementation to use | -| --topo_k8s_context | string | The kubeconfig context to use, overrides the 'current-context' from the config | -| --topo_k8s_kubeconfig | string | Path to a valid kubeconfig file. | -| --topo_k8s_namespace | string | The kubernetes namespace to use for all objects. Default comes from the context or in-cluster config | | --topo_read_concurrency | int | Concurrency of topo reads. (default 32) | | --topo_zk_auth_file | string | auth to use when connecting to the zk topo server, file contents should be :, e.g., digest:user:pass | | --topo_zk_base_timeout | duration | zk base timeout (see zk.Connect) (default 30s) | diff --git a/content/en/docs/18.0/reference/programs/vtgate.md b/content/en/docs/18.0/reference/programs/vtgate.md index 319f71307..566f920a0 100644 --- a/content/en/docs/18.0/reference/programs/vtgate.md +++ b/content/en/docs/18.0/reference/programs/vtgate.md @@ -212,9 +212,6 @@ The following global options apply to `vtgate`: | --topo_global_root | String | the path of the global topology data in the global topology server | | --topo_global_server_address | String | the address of the global topology server | | --topo_implementation | String | the topology implementation to use | -| --topo_k8s_context | String | The kubeconfig context to use, overrides the 'current-context' from the config | -| --topo_k8s_kubeconfig | String | Path to a valid kubeconfig file. When running as a k8s pod inside the same cluster you wish to use as the topo, you may omit this and the below arguments, and Vitess is capable of auto-discovering the correct values. https://kubernetes.io/docs/tasks/access-application-cluster/access-cluster/#accessing-the-api-from-a-pod | -| --topo_k8s_namespace | String | The kubernetes namespace to use for all objects. Default comes from the context or in-cluster config | | --topo_read_concurrency | Int | Concurrency of topo reads. (default 32) | | --topo_zk_auth_file | String | auth to use when connecting to the zk topo server, file contents should be :, e.g., digest:user:pass | | --topo_zk_base_timeout | Duration | zk base timeout (see zk.Connect) (default 30s) | diff --git a/content/en/docs/18.0/reference/programs/vtorc.md b/content/en/docs/18.0/reference/programs/vtorc.md index cd040a62e..0acdafc13 100644 --- a/content/en/docs/18.0/reference/programs/vtorc.md +++ b/content/en/docs/18.0/reference/programs/vtorc.md @@ -94,9 +94,6 @@ The following command line options apply to VTOrc: | --topo_global_root | string | the path of the global topology data in the global topology server | | --topo_global_server_address | string | the address of the global topology server | | --topo_implementation | string | the topology implementation to use | -| --topo_k8s_context | string | The kubeconfig context to use, overrides the 'current-context' from the config | -| --topo_k8s_kubeconfig | string | Path to a valid kubeconfig file. When running as a k8s pod inside the same cluster you wish to use as the topo, you may omit this and the below arguments, and Vitess is capable of auto-discovering the correct values. https://kubernetes.io/docs/tasks/access-application-cluster/access-cluster/#accessing-the-api-from-a-pod | -| --topo_k8s_namespace | string | The kubernetes namespace to use for all objects. Default comes from the context or in-cluster config | | --topo_zk_auth_file | string | auth to use when connecting to the zk topo server, file contents should be :, e.g., digest:user:pass | | --topo_zk_base_timeout | duration | zk base timeout (see zk.Connect) (default 30s) | | --topo_zk_max_concurrency | int | maximum number of pending requests to send to a Zookeeper server. (default 64) | diff --git a/content/en/docs/18.0/reference/programs/vttablet.md b/content/en/docs/18.0/reference/programs/vttablet.md index 7d049e6e1..e773c39fc 100644 --- a/content/en/docs/18.0/reference/programs/vttablet.md +++ b/content/en/docs/18.0/reference/programs/vttablet.md @@ -376,9 +376,6 @@ The following global options apply to `vttablet`: | --topo_global_root | string | the path of the global topology data in the global topology server | | --topo_global_server_address | string | the address of the global topology server | | --topo_implementation | string | the topology implementation to use | -| --topo_k8s_context | string | The kubeconfig context to use, overrides the 'current-context' from the config | -| --topo_k8s_kubeconfig | string | Path to a valid kubeconfig file. When running as a k8s pod inside the same cluster you wish to use as the topo, you may omit this and the below arguments, and Vitess is capable of auto-discovering the correct values. https://kubernetes.io/docs/tasks/access-application-cluster/access-cluster/#accessing-the-api-from-a-pod | -| --topo_k8s_namespace | string | The kubernetes namespace to use for all objects. Default comes from the context or in-cluster config | | --topo_zk_auth_file | string | auth to use when connecting to the zk topo server, file contents should be :, e.g., digest:user:pass | | --topo_zk_base_timeout | duration | zk base timeout (see zk.Connect) (default 30s) | | --topo_zk_max_concurrency | int | maximum number of pending requests to send to a Zookeeper server. (default 64) |