diff --git a/content/en/docs/reference/commands/istioctl/index.html b/content/en/docs/reference/commands/istioctl/index.html index 621f3f524b..fe89cff47b 100644 --- a/content/en/docs/reference/commands/istioctl/index.html +++ b/content/en/docs/reference/commands/istioctl/index.html @@ -4,7 +4,7 @@ source_repo: https://github.com/istio/istio title: istioctl description: Istio control interface. generator: pkg-collateral-docs -number_of_entries: 95 +number_of_entries: 99 max_toc_level: 2 remove_toc_prefix: 'istioctl ' --- @@ -7007,7 +7007,7 @@ Retrieves last sent and last acknowledged xDS sync from Istiod to each Envoy in
--name <string>--namespace <string>--name <string>--namespace <string>--name <string>--namespace <string>--name <string>--namespace <string>--name <string>--namespace <string>--project <string>--report-output <string>--run-test <string>--skip-tests <string>--supported-features <string>--url <string>--version <string>--vklog <Level> # Retrieve summary about workload configuration
+ istioctl ztunnel-config workload
+
+ # Retrieve summary about certificates
+ istioctl ztunnel-config certificates
+
+Retrieve information about all configuration for the Ztunnel instance.
+istioctl experimental ztunnel-config all [flags]
+
+| Flags | +Shorthand | +Description | +
|---|---|---|
--all-features |
++ | Whether to enable all supported features for conformance tests | +
--allow-crds-mismatch |
++ | Flag to allow the suite not to fail in case there is a mismatch between CRDs versions and channels. | +
--cleanup-base-resources |
++ | Whether to cleanup base test resources after the run | +
--conformance-profiles <string> |
++ | Comma-separated list of the conformance profiles to run (default ``) | +
--contact <string> |
++ | Comma-separated list of contact information for the maintainers (default ``) | +
--context <string> |
++ | Kubernetes configuration context (default ``) | +
--debug |
++ | Whether to print debug logs | +
--exempt-features <string> |
++ | Exempt Features excluded from conformance tests suites (default ``) | +
--file <string> |
+-f |
+Ztunnel config dump JSON file (default ``) | +
--gateway-class <string> |
++ | Name of GatewayClass to use for tests (default `gateway-conformance`) | +
--istioNamespace <string> |
+-i |
+Istio system namespace (default `istio-system`) | +
--kubeconfig <string> |
+-c |
+Kubernetes configuration file (default ``) | +
--mode <string> |
++ | The operating mode of the implementation. (default `default`) | +
--namespace <string> |
+-n |
+Kubernetes namespace (default ``) | +
--namespace-annotations <string> |
++ | Comma-separated list of name=value annotations to add to test namespaces (default ``) | +
--namespace-labels <string> |
++ | Comma-separated list of name=value labels to add to test namespaces (default ``) | +
--node <string> |
++ | Filter workloads by node field (default ``) | +
--organization <string> |
++ | Implementation's Organization (default ``) | +
--output <string> |
-o |
Output format: one of json|yaml|short (default `short`) | @@ -8630,9 +8782,181 @@ The default output is serialized YAML, which can be piped into 'kubectl appl
# Retrieve summary about workload configuration for a given Ztunnel instance.
- istioctl ztunnel-config <workload> <ztunnel-name[.namespace]>
+Examples
+ # Retrieve summary about all configuration for a randomly chosen ztunnel.
+ istioctl ztunnel-config all
+
+ # Retrieve full configuration dump of workloads for a given Ztunnel instance.
+ istioctl ztunnel-config policies <ztunnel-name[.namespace]> -o json
+
+
+istioctl experimental ztunnel-config certificate
+Retrieve information about certificates for the Ztunnel instance.
+istioctl experimental ztunnel-config certificate [flags]
+
+
+istioctl experimental ztunnel-config certificates [flags]
+istioctl experimental ztunnel-config certs [flags]
+istioctl experimental ztunnel-config cert [flags]
+
+
+
+
+Flags
+Shorthand
+Description
+
+
+
+
+--all-features
+
+Whether to enable all supported features for conformance tests
+
+
+--allow-crds-mismatch
+
+Flag to allow the suite not to fail in case there is a mismatch between CRDs versions and channels.
+
+
+--cleanup-base-resources
+
+Whether to cleanup base test resources after the run
+
+
+--conformance-profiles <string>
+
+Comma-separated list of the conformance profiles to run (default ``)
+
+
+--contact <string>
+
+Comma-separated list of contact information for the maintainers (default ``)
+
+
+--context <string>
+
+Kubernetes configuration context (default ``)
+
+
+--debug
+
+Whether to print debug logs
+
+
+--exempt-features <string>
+
+Exempt Features excluded from conformance tests suites (default ``)
+
+
+--file <string>
+-f
+Ztunnel config dump JSON file (default ``)
+
+
+--gateway-class <string>
+
+Name of GatewayClass to use for tests (default `gateway-conformance`)
+
+
+--istioNamespace <string>
+-i
+Istio system namespace (default `istio-system`)
+
+
+--kubeconfig <string>
+-c
+Kubernetes configuration file (default ``)
+
+
+--mode <string>
+
+The operating mode of the implementation. (default `default`)
+
+
+--namespace <string>
+-n
+Kubernetes namespace (default ``)
+
+
+--namespace-annotations <string>
+
+Comma-separated list of name=value annotations to add to test namespaces (default ``)
+
+
+--namespace-labels <string>
+
+Comma-separated list of name=value labels to add to test namespaces (default ``)
+
+
+--node <string>
+
+Filter workloads by node field (default ``)
+
+
+--organization <string>
+
+Implementation's Organization (default ``)
+
+
+--output <string>
+-o
+Output format: one of json|yaml|short (default `short`)
+
+
+--project <string>
+
+Implementation's project (default ``)
+
+
+--proxy-admin-port <int>
+
+Ztunnel proxy admin port (default `15000`)
+
+
+--report-output <string>
+
+The file where to write the conformance report (default ``)
+
+
+--run-test <string>
+
+Name of a single test to run, instead of the whole suite (default ``)
+
+
+--skip-tests <string>
+
+Comma-separated list of tests to skip (default ``)
+
+
+--supported-features <string>
+
+Supported features included in conformance tests suites (default ``)
+
+
+--url <string>
+
+Implementation's url (default ``)
+
+
+--version <string>
+
+Implementation's version (default ``)
+
+
+--vklog <Level>
+
+number for the log level verbosity. Like -v flag. ex: --vklog=9 (default `0`)
+
+
+
+Examples
+ # Retrieve summary about workload configuration for a randomly chosen ztunnel.
+ istioctl ztunnel-config certificates
+
+ # Retrieve full certificate dump of workloads for a given Ztunnel instance.
+ istioctl ztunnel-config certificates <ztunnel-name[.namespace]> -o json
+
istioctl experimental ztunnel-config log
Retrieve information about logging levels of the Ztunnel instance in the specified pod, and update optionally.
@@ -8691,6 +9015,11 @@ The default output is serialized YAML, which can be piped into 'kubectl appl
Exempt Features excluded from conformance tests suites (default ``)
+--file <string>
+-f
+Ztunnel config dump JSON file (default ``)
+
+
--gateway-class <string>
Name of GatewayClass to use for tests (default `gateway-conformance`)
@@ -8731,6 +9060,11 @@ The default output is serialized YAML, which can be piped into 'kubectl appl
Comma-separated list of name=value labels to add to test namespaces (default ``)
+--node <string>
+
+Filter workloads by node field (default ``)
+
+
--organization <string>
Implementation's Organization (default ``)
@@ -8766,9 +9100,183 @@ The default output is serialized YAML, which can be piped into 'kubectl appl
Name of a single test to run, instead of the whole suite (default ``)
---selector <string>
--l
-Label selector (default ``)
+--skip-tests <string>
+
+Comma-separated list of tests to skip (default ``)
+
+
+--supported-features <string>
+
+Supported features included in conformance tests suites (default ``)
+
+
+--url <string>
+
+Implementation's url (default ``)
+
+
+--version <string>
+
+Implementation's version (default ``)
+
+
+--vklog <Level>
+
+number for the log level verbosity. Like -v flag. ex: --vklog=9 (default `0`)
+
+
+
+Examples
+ # Retrieve information about logging levels from all Ztunnel pods
+ istioctl ztunnel-config log
+
+ # Update levels of the all loggers for a specific Ztunnel pod
+ istioctl ztunnel-config log <pod-name[.namespace]> --level none
+
+ # Update levels of the specified loggers for all Ztunnl pods
+ istioctl ztunnel-config log --level http:debug,redis:debug
+
+ # Reset levels of all the loggers to default value (warning) for a specific Ztunnel pod.
+ istioctl ztunnel-config log <pod-name[.namespace]> -r
+
+
+istioctl experimental ztunnel-config policy
+Retrieve information about policies for the Ztunnel instance.
+istioctl experimental ztunnel-config policy [flags]
+
+
+istioctl experimental ztunnel-config policies [flags]
+istioctl experimental ztunnel-config p [flags]
+istioctl experimental ztunnel-config pol [flags]
+
+
+
+
+Flags
+Shorthand
+Description
+
+
+
+
+--all-features
+
+Whether to enable all supported features for conformance tests
+
+
+--allow-crds-mismatch
+
+Flag to allow the suite not to fail in case there is a mismatch between CRDs versions and channels.
+
+
+--cleanup-base-resources
+
+Whether to cleanup base test resources after the run
+
+
+--conformance-profiles <string>
+
+Comma-separated list of the conformance profiles to run (default ``)
+
+
+--contact <string>
+
+Comma-separated list of contact information for the maintainers (default ``)
+
+
+--context <string>
+
+Kubernetes configuration context (default ``)
+
+
+--debug
+
+Whether to print debug logs
+
+
+--exempt-features <string>
+
+Exempt Features excluded from conformance tests suites (default ``)
+
+
+--file <string>
+-f
+Ztunnel config dump JSON file (default ``)
+
+
+--gateway-class <string>
+
+Name of GatewayClass to use for tests (default `gateway-conformance`)
+
+
+--istioNamespace <string>
+-i
+Istio system namespace (default `istio-system`)
+
+
+--kubeconfig <string>
+-c
+Kubernetes configuration file (default ``)
+
+
+--mode <string>
+
+The operating mode of the implementation. (default `default`)
+
+
+--namespace <string>
+-n
+Kubernetes namespace (default ``)
+
+
+--namespace-annotations <string>
+
+Comma-separated list of name=value annotations to add to test namespaces (default ``)
+
+
+--namespace-labels <string>
+
+Comma-separated list of name=value labels to add to test namespaces (default ``)
+
+
+--node <string>
+
+Filter workloads by node field (default ``)
+
+
+--organization <string>
+
+Implementation's Organization (default ``)
+
+
+--output <string>
+-o
+Output format: one of json|yaml|short (default `short`)
+
+
+--policy-namespace <string>
+
+Filter policies by namespace field (default ``)
+
+
+--project <string>
+
+Implementation's project (default ``)
+
+
+--proxy-admin-port <int>
+
+Ztunnel proxy admin port (default `15000`)
+
+
+--report-output <string>
+
+The file where to write the conformance report (default ``)
+
+
+--run-test <string>
+
+Name of a single test to run, instead of the whole suite (default ``)
--skip-tests <string>
@@ -8797,18 +9305,185 @@ The default output is serialized YAML, which can be piped into 'kubectl appl
-Examples
- # Retrieve information about logging levels for a given pod from Ztunnel.
- istioctl ztunnel-config log <pod-name[.namespace]>
+Examples
+ # Retrieve summary about policy configuration for a randomly chosen ztunnel.
+ istioctl ztunnel-config policies
- # Update levels of the all loggers
- istioctl ztunnel-config log <pod-name[.namespace]> --level none
+ # Retrieve full policy dump of workloads for a given Ztunnel instance.
+ istioctl ztunnel-config policies <ztunnel-name[.namespace]> -o json
- # Update levels of the specified loggers.
- istioctl ztunnel-config log <pod-name[.namespace]> --level http:debug,redis:debug
+
+istioctl experimental ztunnel-config service
+Retrieve information about services for the Ztunnel instance.
+istioctl experimental ztunnel-config service [flags]
+
+
+istioctl experimental ztunnel-config services [flags]
+istioctl experimental ztunnel-config s [flags]
+istioctl experimental ztunnel-config svc [flags]
+
+
+
+
+Flags
+Shorthand
+Description
+
+
+
+
+--all-features
+
+Whether to enable all supported features for conformance tests
+
+
+--allow-crds-mismatch
+
+Flag to allow the suite not to fail in case there is a mismatch between CRDs versions and channels.
+
+
+--cleanup-base-resources
+
+Whether to cleanup base test resources after the run
+
+
+--conformance-profiles <string>
+
+Comma-separated list of the conformance profiles to run (default ``)
+
+
+--contact <string>
+
+Comma-separated list of contact information for the maintainers (default ``)
+
+
+--context <string>
+
+Kubernetes configuration context (default ``)
+
+
+--debug
+
+Whether to print debug logs
+
+
+--exempt-features <string>
+
+Exempt Features excluded from conformance tests suites (default ``)
+
+
+--file <string>
+-f
+Ztunnel config dump JSON file (default ``)
+
+
+--gateway-class <string>
+
+Name of GatewayClass to use for tests (default `gateway-conformance`)
+
+
+--istioNamespace <string>
+-i
+Istio system namespace (default `istio-system`)
+
+
+--kubeconfig <string>
+-c
+Kubernetes configuration file (default ``)
+
+
+--mode <string>
+
+The operating mode of the implementation. (default `default`)
+
+
+--namespace <string>
+-n
+Kubernetes namespace (default ``)
+
+
+--namespace-annotations <string>
+
+Comma-separated list of name=value annotations to add to test namespaces (default ``)
+
+
+--namespace-labels <string>
+
+Comma-separated list of name=value labels to add to test namespaces (default ``)
+
+
+--node <string>
+
+Filter workloads by node field (default ``)
+
+
+--organization <string>
+
+Implementation's Organization (default ``)
+
+
+--output <string>
+-o
+Output format: one of json|yaml|short (default `short`)
+
+
+--project <string>
+
+Implementation's project (default ``)
+
+
+--proxy-admin-port <int>
+
+Ztunnel proxy admin port (default `15000`)
+
+
+--report-output <string>
+
+The file where to write the conformance report (default ``)
+
+
+--run-test <string>
+
+Name of a single test to run, instead of the whole suite (default ``)
+
+
+--service-namespace <string>
+
+Filter services by namespace field (default ``)
+
+
+--skip-tests <string>
+
+Comma-separated list of tests to skip (default ``)
+
+
+--supported-features <string>
+
+Supported features included in conformance tests suites (default ``)
+
+
+--url <string>
+
+Implementation's url (default ``)
+
+
+--version <string>
+
+Implementation's version (default ``)
+
+
+--vklog <Level>
+
+number for the log level verbosity. Like -v flag. ex: --vklog=9 (default `0`)
+
+
+
+Examples
+ # Retrieve summary about services configuration for a randomly chosen ztunnel.
+ istioctl ztunnel-config services
- # Reset levels of all the loggers to default value (warning).
- istioctl ztunnel-config log <pod-name[.namespace]> -r
+ # Retrieve full certificate dump of workloads for a given Ztunnel instance.
+ istioctl ztunnel-config services <ztunnel-name[.namespace]> -o json
istioctl experimental ztunnel-config workload
@@ -8816,8 +9491,8 @@ The default output is serialized YAML, which can be piped into 'kubectl appl
istioctl experimental ztunnel-config workload [<type>/]<name>[.<namespace>] [flags]
-istioctl experimental ztunnel-config workloads [<type>/]<name>[.<namespace>] [flags]
-istioctl experimental ztunnel-config w [<type>/]<name>[.<namespace>] [flags]
+istioctl experimental ztunnel-config w [<type>/]<name>[.<namespace>] [flags]
+istioctl experimental ztunnel-config workloads [<type>/]<name>[.<namespace>] [flags]
@@ -8983,11 +9658,16 @@ istioctl experimental ztunnel-config w [<type>/]<name>[.<namespac
Filter workloads by namespace field (default ``)
+
+--workload-node <string>
+
+Filter workloads by node (default ``)
+
Examples
- # Retrieve summary about workload configuration for a given Ztunnel instance.
- istioctl ztunnel-config workload <ztunnel-name[.namespace]>
+ # Retrieve summary about workload configuration for a randomly chosen ztunnel.
+ istioctl ztunnel-config workload
# Retrieve summary of workloads on node XXXX for a given Ztunnel instance.
istioctl ztunnel-config workload <ztunnel-name[.namespace]> --node ambient-worker
diff --git a/content/zh/docs/reference/commands/istioctl/index.html b/content/zh/docs/reference/commands/istioctl/index.html
index 621f3f524b..fe89cff47b 100644
--- a/content/zh/docs/reference/commands/istioctl/index.html
+++ b/content/zh/docs/reference/commands/istioctl/index.html
@@ -4,7 +4,7 @@ source_repo: https://github.com/istio/istio
title: istioctl
description: Istio control interface.
generator: pkg-collateral-docs
-number_of_entries: 95
+number_of_entries: 99
max_toc_level: 2
remove_toc_prefix: 'istioctl '
---
@@ -7007,7 +7007,7 @@ Retrieves last sent and last acknowledged xDS sync from Istiod to each Envoy in
--name <string>
-name of the waypoint (default `default-namespace`)
+name of the waypoint (default `waypoint`)
--namespace <string>
@@ -7167,7 +7167,7 @@ Retrieves last sent and last acknowledged xDS sync from Istiod to each Envoy in
--name <string>
-name of the waypoint (default `default-namespace`)
+name of the waypoint (default `waypoint`)
--namespace <string>
@@ -7329,7 +7329,7 @@ Retrieves last sent and last acknowledged xDS sync from Istiod to each Envoy in
--name <string>
-name of the waypoint (default `default-namespace`)
+name of the waypoint (default `waypoint`)
--namespace <string>
@@ -7482,7 +7482,7 @@ Retrieves last sent and last acknowledged xDS sync from Istiod to each Envoy in
--name <string>
-name of the waypoint (default `default-namespace`)
+name of the waypoint (default `waypoint`)
--namespace <string>
@@ -7636,7 +7636,7 @@ Retrieves last sent and last acknowledged xDS sync from Istiod to each Envoy in
--name <string>
-name of the waypoint (default `default-namespace`)
+name of the waypoint (default `waypoint`)
--namespace <string>
@@ -8579,6 +8579,158 @@ The default output is serialized YAML, which can be piped into 'kubectl appl
Implementation's Organization (default ``)
+--project <string>
+
+Implementation's project (default ``)
+
+
+--report-output <string>
+
+The file where to write the conformance report (default ``)
+
+
+--run-test <string>
+
+Name of a single test to run, instead of the whole suite (default ``)
+
+
+--skip-tests <string>
+
+Comma-separated list of tests to skip (default ``)
+
+
+--supported-features <string>
+
+Supported features included in conformance tests suites (default ``)
+
+
+--url <string>
+
+Implementation's url (default ``)
+
+
+--version <string>
+
+Implementation's version (default ``)
+
+
+--vklog <Level>
+
+number for the log level verbosity. Like -v flag. ex: --vklog=9 (default `0`)
+
+
+
+Examples
+ # Retrieve summary about workload configuration
+ istioctl ztunnel-config workload
+
+ # Retrieve summary about certificates
+ istioctl ztunnel-config certificates
+
+istioctl experimental ztunnel-config all
+Retrieve information about all configuration for the Ztunnel instance.
+istioctl experimental ztunnel-config all [flags]
+
+
+
+
+Flags
+Shorthand
+Description
+
+
+
+
+--all-features
+
+Whether to enable all supported features for conformance tests
+
+
+--allow-crds-mismatch
+
+Flag to allow the suite not to fail in case there is a mismatch between CRDs versions and channels.
+
+
+--cleanup-base-resources
+
+Whether to cleanup base test resources after the run
+
+
+--conformance-profiles <string>
+
+Comma-separated list of the conformance profiles to run (default ``)
+
+
+--contact <string>
+
+Comma-separated list of contact information for the maintainers (default ``)
+
+
+--context <string>
+
+Kubernetes configuration context (default ``)
+
+
+--debug
+
+Whether to print debug logs
+
+
+--exempt-features <string>
+
+Exempt Features excluded from conformance tests suites (default ``)
+
+
+--file <string>
+-f
+Ztunnel config dump JSON file (default ``)
+
+
+--gateway-class <string>
+
+Name of GatewayClass to use for tests (default `gateway-conformance`)
+
+
+--istioNamespace <string>
+-i
+Istio system namespace (default `istio-system`)
+
+
+--kubeconfig <string>
+-c
+Kubernetes configuration file (default ``)
+
+
+--mode <string>
+
+The operating mode of the implementation. (default `default`)
+
+
+--namespace <string>
+-n
+Kubernetes namespace (default ``)
+
+
+--namespace-annotations <string>
+
+Comma-separated list of name=value annotations to add to test namespaces (default ``)
+
+
+--namespace-labels <string>
+
+Comma-separated list of name=value labels to add to test namespaces (default ``)
+
+
+--node <string>
+
+Filter workloads by node field (default ``)
+
+
+--organization <string>
+
+Implementation's Organization (default ``)
+
+
--output <string>
-o
Output format: one of json|yaml|short (default `short`)
@@ -8630,9 +8782,181 @@ The default output is serialized YAML, which can be piped into 'kubectl appl
-Examples
- # Retrieve summary about workload configuration for a given Ztunnel instance.
- istioctl ztunnel-config <workload> <ztunnel-name[.namespace]>
+Examples
+ # Retrieve summary about all configuration for a randomly chosen ztunnel.
+ istioctl ztunnel-config all
+
+ # Retrieve full configuration dump of workloads for a given Ztunnel instance.
+ istioctl ztunnel-config policies <ztunnel-name[.namespace]> -o json
+
+
+istioctl experimental ztunnel-config certificate
+Retrieve information about certificates for the Ztunnel instance.
+istioctl experimental ztunnel-config certificate [flags]
+
+
+istioctl experimental ztunnel-config certificates [flags]
+istioctl experimental ztunnel-config certs [flags]
+istioctl experimental ztunnel-config cert [flags]
+
+
+
+
+Flags
+Shorthand
+Description
+
+
+
+
+--all-features
+
+Whether to enable all supported features for conformance tests
+
+
+--allow-crds-mismatch
+
+Flag to allow the suite not to fail in case there is a mismatch between CRDs versions and channels.
+
+
+--cleanup-base-resources
+
+Whether to cleanup base test resources after the run
+
+
+--conformance-profiles <string>
+
+Comma-separated list of the conformance profiles to run (default ``)
+
+
+--contact <string>
+
+Comma-separated list of contact information for the maintainers (default ``)
+
+
+--context <string>
+
+Kubernetes configuration context (default ``)
+
+
+--debug
+
+Whether to print debug logs
+
+
+--exempt-features <string>
+
+Exempt Features excluded from conformance tests suites (default ``)
+
+
+--file <string>
+-f
+Ztunnel config dump JSON file (default ``)
+
+
+--gateway-class <string>
+
+Name of GatewayClass to use for tests (default `gateway-conformance`)
+
+
+--istioNamespace <string>
+-i
+Istio system namespace (default `istio-system`)
+
+
+--kubeconfig <string>
+-c
+Kubernetes configuration file (default ``)
+
+
+--mode <string>
+
+The operating mode of the implementation. (default `default`)
+
+
+--namespace <string>
+-n
+Kubernetes namespace (default ``)
+
+
+--namespace-annotations <string>
+
+Comma-separated list of name=value annotations to add to test namespaces (default ``)
+
+
+--namespace-labels <string>
+
+Comma-separated list of name=value labels to add to test namespaces (default ``)
+
+
+--node <string>
+
+Filter workloads by node field (default ``)
+
+
+--organization <string>
+
+Implementation's Organization (default ``)
+
+
+--output <string>
+-o
+Output format: one of json|yaml|short (default `short`)
+
+
+--project <string>
+
+Implementation's project (default ``)
+
+
+--proxy-admin-port <int>
+
+Ztunnel proxy admin port (default `15000`)
+
+
+--report-output <string>
+
+The file where to write the conformance report (default ``)
+
+
+--run-test <string>
+
+Name of a single test to run, instead of the whole suite (default ``)
+
+
+--skip-tests <string>
+
+Comma-separated list of tests to skip (default ``)
+
+
+--supported-features <string>
+
+Supported features included in conformance tests suites (default ``)
+
+
+--url <string>
+
+Implementation's url (default ``)
+
+
+--version <string>
+
+Implementation's version (default ``)
+
+
+--vklog <Level>
+
+number for the log level verbosity. Like -v flag. ex: --vklog=9 (default `0`)
+
+
+
+Examples
+ # Retrieve summary about workload configuration for a randomly chosen ztunnel.
+ istioctl ztunnel-config certificates
+
+ # Retrieve full certificate dump of workloads for a given Ztunnel instance.
+ istioctl ztunnel-config certificates <ztunnel-name[.namespace]> -o json
+
istioctl experimental ztunnel-config log
Retrieve information about logging levels of the Ztunnel instance in the specified pod, and update optionally.
@@ -8691,6 +9015,11 @@ The default output is serialized YAML, which can be piped into 'kubectl appl
Exempt Features excluded from conformance tests suites (default ``)
+--file <string>
+-f
+Ztunnel config dump JSON file (default ``)
+
+
--gateway-class <string>
Name of GatewayClass to use for tests (default `gateway-conformance`)
@@ -8731,6 +9060,11 @@ The default output is serialized YAML, which can be piped into 'kubectl appl
Comma-separated list of name=value labels to add to test namespaces (default ``)
+--node <string>
+
+Filter workloads by node field (default ``)
+
+
--organization <string>
Implementation's Organization (default ``)
@@ -8766,9 +9100,183 @@ The default output is serialized YAML, which can be piped into 'kubectl appl
Name of a single test to run, instead of the whole suite (default ``)
---selector <string>
--l
-Label selector (default ``)
+--skip-tests <string>
+
+Comma-separated list of tests to skip (default ``)
+
+
+--supported-features <string>
+
+Supported features included in conformance tests suites (default ``)
+
+
+--url <string>
+
+Implementation's url (default ``)
+
+
+--version <string>
+
+Implementation's version (default ``)
+
+
+--vklog <Level>
+
+number for the log level verbosity. Like -v flag. ex: --vklog=9 (default `0`)
+
+
+
+Examples
+ # Retrieve information about logging levels from all Ztunnel pods
+ istioctl ztunnel-config log
+
+ # Update levels of the all loggers for a specific Ztunnel pod
+ istioctl ztunnel-config log <pod-name[.namespace]> --level none
+
+ # Update levels of the specified loggers for all Ztunnl pods
+ istioctl ztunnel-config log --level http:debug,redis:debug
+
+ # Reset levels of all the loggers to default value (warning) for a specific Ztunnel pod.
+ istioctl ztunnel-config log <pod-name[.namespace]> -r
+
+
+istioctl experimental ztunnel-config policy
+Retrieve information about policies for the Ztunnel instance.
+istioctl experimental ztunnel-config policy [flags]
+
+
+istioctl experimental ztunnel-config policies [flags]
+istioctl experimental ztunnel-config p [flags]
+istioctl experimental ztunnel-config pol [flags]
+
+
+
+
+Flags
+Shorthand
+Description
+
+
+
+
+--all-features
+
+Whether to enable all supported features for conformance tests
+
+
+--allow-crds-mismatch
+
+Flag to allow the suite not to fail in case there is a mismatch between CRDs versions and channels.
+
+
+--cleanup-base-resources
+
+Whether to cleanup base test resources after the run
+
+
+--conformance-profiles <string>
+
+Comma-separated list of the conformance profiles to run (default ``)
+
+
+--contact <string>
+
+Comma-separated list of contact information for the maintainers (default ``)
+
+
+--context <string>
+
+Kubernetes configuration context (default ``)
+
+
+--debug
+
+Whether to print debug logs
+
+
+--exempt-features <string>
+
+Exempt Features excluded from conformance tests suites (default ``)
+
+
+--file <string>
+-f
+Ztunnel config dump JSON file (default ``)
+
+
+--gateway-class <string>
+
+Name of GatewayClass to use for tests (default `gateway-conformance`)
+
+
+--istioNamespace <string>
+-i
+Istio system namespace (default `istio-system`)
+
+
+--kubeconfig <string>
+-c
+Kubernetes configuration file (default ``)
+
+
+--mode <string>
+
+The operating mode of the implementation. (default `default`)
+
+
+--namespace <string>
+-n
+Kubernetes namespace (default ``)
+
+
+--namespace-annotations <string>
+
+Comma-separated list of name=value annotations to add to test namespaces (default ``)
+
+
+--namespace-labels <string>
+
+Comma-separated list of name=value labels to add to test namespaces (default ``)
+
+
+--node <string>
+
+Filter workloads by node field (default ``)
+
+
+--organization <string>
+
+Implementation's Organization (default ``)
+
+
+--output <string>
+-o
+Output format: one of json|yaml|short (default `short`)
+
+
+--policy-namespace <string>
+
+Filter policies by namespace field (default ``)
+
+
+--project <string>
+
+Implementation's project (default ``)
+
+
+--proxy-admin-port <int>
+
+Ztunnel proxy admin port (default `15000`)
+
+
+--report-output <string>
+
+The file where to write the conformance report (default ``)
+
+
+--run-test <string>
+
+Name of a single test to run, instead of the whole suite (default ``)
--skip-tests <string>
@@ -8797,18 +9305,185 @@ The default output is serialized YAML, which can be piped into 'kubectl appl
-Examples
- # Retrieve information about logging levels for a given pod from Ztunnel.
- istioctl ztunnel-config log <pod-name[.namespace]>
+Examples
+ # Retrieve summary about policy configuration for a randomly chosen ztunnel.
+ istioctl ztunnel-config policies
- # Update levels of the all loggers
- istioctl ztunnel-config log <pod-name[.namespace]> --level none
+ # Retrieve full policy dump of workloads for a given Ztunnel instance.
+ istioctl ztunnel-config policies <ztunnel-name[.namespace]> -o json
- # Update levels of the specified loggers.
- istioctl ztunnel-config log <pod-name[.namespace]> --level http:debug,redis:debug
+
+istioctl experimental ztunnel-config service
+Retrieve information about services for the Ztunnel instance.
+istioctl experimental ztunnel-config service [flags]
+
+
+istioctl experimental ztunnel-config services [flags]
+istioctl experimental ztunnel-config s [flags]
+istioctl experimental ztunnel-config svc [flags]
+
+
+
+
+Flags
+Shorthand
+Description
+
+
+
+
+--all-features
+
+Whether to enable all supported features for conformance tests
+
+
+--allow-crds-mismatch
+
+Flag to allow the suite not to fail in case there is a mismatch between CRDs versions and channels.
+
+
+--cleanup-base-resources
+
+Whether to cleanup base test resources after the run
+
+
+--conformance-profiles <string>
+
+Comma-separated list of the conformance profiles to run (default ``)
+
+
+--contact <string>
+
+Comma-separated list of contact information for the maintainers (default ``)
+
+
+--context <string>
+
+Kubernetes configuration context (default ``)
+
+
+--debug
+
+Whether to print debug logs
+
+
+--exempt-features <string>
+
+Exempt Features excluded from conformance tests suites (default ``)
+
+
+--file <string>
+-f
+Ztunnel config dump JSON file (default ``)
+
+
+--gateway-class <string>
+
+Name of GatewayClass to use for tests (default `gateway-conformance`)
+
+
+--istioNamespace <string>
+-i
+Istio system namespace (default `istio-system`)
+
+
+--kubeconfig <string>
+-c
+Kubernetes configuration file (default ``)
+
+
+--mode <string>
+
+The operating mode of the implementation. (default `default`)
+
+
+--namespace <string>
+-n
+Kubernetes namespace (default ``)
+
+
+--namespace-annotations <string>
+
+Comma-separated list of name=value annotations to add to test namespaces (default ``)
+
+
+--namespace-labels <string>
+
+Comma-separated list of name=value labels to add to test namespaces (default ``)
+
+
+--node <string>
+
+Filter workloads by node field (default ``)
+
+
+--organization <string>
+
+Implementation's Organization (default ``)
+
+
+--output <string>
+-o
+Output format: one of json|yaml|short (default `short`)
+
+
+--project <string>
+
+Implementation's project (default ``)
+
+
+--proxy-admin-port <int>
+
+Ztunnel proxy admin port (default `15000`)
+
+
+--report-output <string>
+
+The file where to write the conformance report (default ``)
+
+
+--run-test <string>
+
+Name of a single test to run, instead of the whole suite (default ``)
+
+
+--service-namespace <string>
+
+Filter services by namespace field (default ``)
+
+
+--skip-tests <string>
+
+Comma-separated list of tests to skip (default ``)
+
+
+--supported-features <string>
+
+Supported features included in conformance tests suites (default ``)
+
+
+--url <string>
+
+Implementation's url (default ``)
+
+
+--version <string>
+
+Implementation's version (default ``)
+
+
+--vklog <Level>
+
+number for the log level verbosity. Like -v flag. ex: --vklog=9 (default `0`)
+
+
+
+Examples
+ # Retrieve summary about services configuration for a randomly chosen ztunnel.
+ istioctl ztunnel-config services
- # Reset levels of all the loggers to default value (warning).
- istioctl ztunnel-config log <pod-name[.namespace]> -r
+ # Retrieve full certificate dump of workloads for a given Ztunnel instance.
+ istioctl ztunnel-config services <ztunnel-name[.namespace]> -o json
istioctl experimental ztunnel-config workload
@@ -8816,8 +9491,8 @@ The default output is serialized YAML, which can be piped into 'kubectl appl
istioctl experimental ztunnel-config workload [<type>/]<name>[.<namespace>] [flags]
-istioctl experimental ztunnel-config workloads [<type>/]<name>[.<namespace>] [flags]
-istioctl experimental ztunnel-config w [<type>/]<name>[.<namespace>] [flags]
+istioctl experimental ztunnel-config w [<type>/]<name>[.<namespace>] [flags]
+istioctl experimental ztunnel-config workloads [<type>/]<name>[.<namespace>] [flags]
@@ -8983,11 +9658,16 @@ istioctl experimental ztunnel-config w [<type>/]<name>[.<namespac
Filter workloads by namespace field (default ``)
+
+--workload-node <string>
+
+Filter workloads by node (default ``)
+
Examples
- # Retrieve summary about workload configuration for a given Ztunnel instance.
- istioctl ztunnel-config workload <ztunnel-name[.namespace]>
+ # Retrieve summary about workload configuration for a randomly chosen ztunnel.
+ istioctl ztunnel-config workload
# Retrieve summary of workloads on node XXXX for a given Ztunnel instance.
istioctl ztunnel-config workload <ztunnel-name[.namespace]> --node ambient-worker