diff --git a/content/en/docs/reference/commands/istioctl/index.html b/content/en/docs/reference/commands/istioctl/index.html index de75470609..989886f223 100644 --- a/content/en/docs/reference/commands/istioctl/index.html +++ b/content/en/docs/reference/commands/istioctl/index.html @@ -2941,317 +2941,6 @@ Retrieves last sent and last acknowledged xDS sync from Istiod to each Envoy in istioctl experimental wait --for=distribution --threshold=.99 --timeout=300s virtualservice bookinfo.default -

istioctl experimental waypoint

-

A group of commands used to manage waypoint configuration

-
istioctl experimental waypoint [flags]
-
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
FlagsShorthandDescription
--context <string>Kubernetes configuration context (default ``)
--istioNamespace <string>-iIstio system namespace (default `istio-system`)
--kubeconfig <string>-cKubernetes configuration file (default ``)
--name <string>name of the waypoint (default `waypoint`)
--namespace <string>-nKubernetes namespace (default ``)
--vklog <Level>number for the log level verbosity. Like -v flag. ex: --vklog=9 (default `0`)
-

Examples

-
  # Apply a waypoint to the current namespace
-  istioctl x waypoint apply
-
-  # Generate a waypoint as yaml
-  istioctl x waypoint generate --namespace default
-
-  # List all waypoints in a specific namespace
-  istioctl x waypoint list --namespace default
-
-

istioctl experimental waypoint apply

-

Apply a waypoint configuration to the cluster

-
istioctl experimental waypoint apply [flags]
-
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
FlagsShorthandDescription
--context <string>Kubernetes configuration context (default ``)
--enroll-namespaceIf set, the namespace will be labeled with the waypoint name
--for <string>Specify the traffic type [all none service workload] for the waypoint (default ``)
--istioNamespace <string>-iIstio system namespace (default `istio-system`)
--kubeconfig <string>-cKubernetes configuration file (default ``)
--name <string>name of the waypoint (default `waypoint`)
--namespace <string>-nKubernetes namespace (default ``)
--overwriteOverwrite the existing Waypoint used by the namespace
--revision <string>-rThe revision to label the waypoint with (default ``)
--vklog <Level>number for the log level verbosity. Like -v flag. ex: --vklog=9 (default `0`)
--wait-wWait for the waypoint to be ready
-

Examples

-
  # Apply a waypoint to the current namespace
-  istioctl x waypoint apply
-
-  # Apply a waypoint to a specific namespace and wait for it to be ready
-  istioctl x waypoint apply --namespace default --wait
-
-

istioctl experimental waypoint delete

-

Delete a waypoint configuration from the cluster

-
istioctl experimental waypoint delete [flags]
-
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
FlagsShorthandDescription
--allDelete all waypoints in the namespace
--context <string>Kubernetes configuration context (default ``)
--istioNamespace <string>-iIstio system namespace (default `istio-system`)
--kubeconfig <string>-cKubernetes configuration file (default ``)
--name <string>name of the waypoint (default `waypoint`)
--namespace <string>-nKubernetes namespace (default ``)
--vklog <Level>number for the log level verbosity. Like -v flag. ex: --vklog=9 (default `0`)
-

Examples

-
  # Delete a waypoint from the default namespace
-  istioctl x waypoint delete
-
-  # Delete a waypoint by name, which can obtain from istioctl x waypoint list
-  istioctl x waypoint delete waypoint-name --namespace default
-
-  # Delete several waypoints by name
-  istioctl x waypoint delete waypoint-name1 waypoint-name2 --namespace default
-
-  # Delete all waypoints in a specific namespace
-  istioctl x waypoint delete --all --namespace default
-
-

istioctl experimental waypoint generate

-

Generate a waypoint configuration as YAML

-
istioctl experimental waypoint generate [flags]
-
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
FlagsShorthandDescription
--context <string>Kubernetes configuration context (default ``)
--for <string>Specify the traffic type [all none service workload] for the waypoint (default ``)
--istioNamespace <string>-iIstio system namespace (default `istio-system`)
--kubeconfig <string>-cKubernetes configuration file (default ``)
--name <string>name of the waypoint (default `waypoint`)
--namespace <string>-nKubernetes namespace (default ``)
--revision <string>-rThe revision to label the waypoint with (default ``)
--vklog <Level>number for the log level verbosity. Like -v flag. ex: --vklog=9 (default `0`)
-

Examples

-
  # Generate a waypoint as yaml
-  istioctl x waypoint generate --namespace default
-
-

istioctl experimental waypoint list

-

List managed waypoint configurations in the cluster

-
istioctl experimental waypoint list [flags]
-
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
FlagsShorthandDescription
--all-namespaces-AList all waypoints in all namespaces
--context <string>Kubernetes configuration context (default ``)
--istioNamespace <string>-iIstio system namespace (default `istio-system`)
--kubeconfig <string>-cKubernetes configuration file (default ``)
--name <string>name of the waypoint (default `waypoint`)
--namespace <string>-nKubernetes namespace (default ``)
--vklog <Level>number for the log level verbosity. Like -v flag. ex: --vklog=9 (default `0`)
-

Examples

-
  # List all waypoints in a specific namespace
-  istioctl x waypoint list --namespace default
-
-  # List all waypoints in the cluster
-  istioctl x waypoint list -A
-

istioctl experimental workload

Commands to assist in configuring and deploying workloads running on VMs and other non-Kubernetes environments

@@ -6531,6 +6220,317 @@ istioctl experimental precheck.
+

istioctl waypoint

+

A group of commands used to manage waypoint configuration

+
istioctl waypoint [flags]
+
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
FlagsShorthandDescription
--context <string>Kubernetes configuration context (default ``)
--istioNamespace <string>-iIstio system namespace (default `istio-system`)
--kubeconfig <string>-cKubernetes configuration file (default ``)
--name <string>name of the waypoint (default `waypoint`)
--namespace <string>-nKubernetes namespace (default ``)
--vklog <Level>number for the log level verbosity. Like -v flag. ex: --vklog=9 (default `0`)
+

Examples

+
  # Apply a waypoint to the current namespace
+  istioctl waypoint apply
+
+  # Generate a waypoint as yaml
+  istioctl waypoint generate --namespace default
+
+  # List all waypoints in a specific namespace
+  istioctl waypoint list --namespace default
+
+

istioctl waypoint apply

+

Apply a waypoint configuration to the cluster

+
istioctl waypoint apply [flags]
+
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
FlagsShorthandDescription
--context <string>Kubernetes configuration context (default ``)
--enroll-namespaceIf set, the namespace will be labeled with the waypoint name
--for <string>Specify the traffic type [all none service workload] for the waypoint (default ``)
--istioNamespace <string>-iIstio system namespace (default `istio-system`)
--kubeconfig <string>-cKubernetes configuration file (default ``)
--name <string>name of the waypoint (default `waypoint`)
--namespace <string>-nKubernetes namespace (default ``)
--overwriteOverwrite the existing Waypoint used by the namespace
--revision <string>-rThe revision to label the waypoint with (default ``)
--vklog <Level>number for the log level verbosity. Like -v flag. ex: --vklog=9 (default `0`)
--wait-wWait for the waypoint to be ready
+

Examples

+
  # Apply a waypoint to the current namespace
+  istioctl waypoint apply
+
+  # Apply a waypoint to a specific namespace and wait for it to be ready
+  istioctl waypoint apply --namespace default --wait
+
+

istioctl waypoint delete

+

Delete a waypoint configuration from the cluster

+
istioctl waypoint delete [flags]
+
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
FlagsShorthandDescription
--allDelete all waypoints in the namespace
--context <string>Kubernetes configuration context (default ``)
--istioNamespace <string>-iIstio system namespace (default `istio-system`)
--kubeconfig <string>-cKubernetes configuration file (default ``)
--name <string>name of the waypoint (default `waypoint`)
--namespace <string>-nKubernetes namespace (default ``)
--vklog <Level>number for the log level verbosity. Like -v flag. ex: --vklog=9 (default `0`)
+

Examples

+
  # Delete a waypoint from the default namespace
+  istioctl waypoint delete
+
+  # Delete a waypoint by name, which can obtain from istioctl waypoint list
+  istioctl waypoint delete waypoint-name --namespace default
+
+  # Delete several waypoints by name
+  istioctl waypoint delete waypoint-name1 waypoint-name2 --namespace default
+
+  # Delete all waypoints in a specific namespace
+  istioctl waypoint delete --all --namespace default
+
+

istioctl waypoint generate

+

Generate a waypoint configuration as YAML

+
istioctl waypoint generate [flags]
+
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
FlagsShorthandDescription
--context <string>Kubernetes configuration context (default ``)
--for <string>Specify the traffic type [all none service workload] for the waypoint (default ``)
--istioNamespace <string>-iIstio system namespace (default `istio-system`)
--kubeconfig <string>-cKubernetes configuration file (default ``)
--name <string>name of the waypoint (default `waypoint`)
--namespace <string>-nKubernetes namespace (default ``)
--revision <string>-rThe revision to label the waypoint with (default ``)
--vklog <Level>number for the log level verbosity. Like -v flag. ex: --vklog=9 (default `0`)
+

Examples

+
  # Generate a waypoint as yaml
+  istioctl waypoint generate --namespace default
+
+

istioctl waypoint list

+

List managed waypoint configurations in the cluster

+
istioctl waypoint list [flags]
+
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
FlagsShorthandDescription
--all-namespaces-AList all waypoints in all namespaces
--context <string>Kubernetes configuration context (default ``)
--istioNamespace <string>-iIstio system namespace (default `istio-system`)
--kubeconfig <string>-cKubernetes configuration file (default ``)
--name <string>name of the waypoint (default `waypoint`)
--namespace <string>-nKubernetes namespace (default ``)
--vklog <Level>number for the log level verbosity. Like -v flag. ex: --vklog=9 (default `0`)
+

Examples

+
  # List all waypoints in a specific namespace
+  istioctl waypoint list --namespace default
+
+  # List all waypoints in the cluster
+  istioctl waypoint list -A
+

istioctl ztunnel-config

A group of commands used to update or retrieve Ztunnel configuration from a Ztunnel instance.

@@ -7023,11 +7023,6 @@ istioctl ztunnel-config workloads [<type>/]<name>[.<namespace> - - - - - diff --git a/content/en/docs/reference/config/networking/virtual-service/index.html b/content/en/docs/reference/config/networking/virtual-service/index.html index 62344ba0b2..913b592b33 100644 --- a/content/en/docs/reference/config/networking/virtual-service/index.html +++ b/content/en/docs/reference/config/networking/virtual-service/index.html @@ -999,7 +999,7 @@ values are case-sensitive and formatted as follows:

prefix: "value" for prefix-based match

  • -

    regex: "value" for RE2 style regex-based match (https://github.com/google/re2/wiki/Syntax).

    +

    regex: "value" for RE2 style regex-based match.

  • Note: Case-insensitive matching could be enabled via the @@ -1024,7 +1024,7 @@ values are case-sensitive and formatted as follows:

    prefix: "value" for prefix-based match

  • -

    regex: "value" for RE2 style regex-based match (https://github.com/google/re2/wiki/Syntax).

    +

    regex: "value" for RE2 style regex-based match.

  • @@ -1047,7 +1047,7 @@ values are case-sensitive and formatted as follows:

    prefix: "value" for prefix-based match

  • -

    regex: "value" for RE2 style regex-based match (https://github.com/google/re2/wiki/Syntax).

    +

    regex: "value" for RE2 style regex-based match.

  • @@ -1070,7 +1070,7 @@ values are case-sensitive and formatted as follows:

    prefix: "value" for prefix-based match

  • -

    regex: "value" for RE2 style regex-based match (https://github.com/google/re2/wiki/Syntax).

    +

    regex: "value" for RE2 style regex-based match.

  • @@ -1094,7 +1094,7 @@ e.g. x-request-id.

    prefix: "value" for prefix-based match

  • -

    regex: "value" for RE2 style regex-based match (https://github.com/google/re2/wiki/Syntax).

    +

    regex: "value" for RE2 style regex-based match.

  • If the value is empty and only the name of header is specified, presence of the header is checked. @@ -1913,7 +1913,7 @@ No

    Ztunnel proxy admin port (default `15000`)
    --verboseOutput more information
    --vklog <Level> number for the log level verbosity. Like -v flag. ex: --vklog=9 (default `0`) match string -

    RE2 style regex-based match (https://github.com/google/re2/wiki/Syntax).

    +

    RE2 style regex-based match.

    @@ -1983,7 +1983,7 @@ No regex string (oneof) -

    RE2 style regex-based match (https://github.com/google/re2/wiki/Syntax).

    +

    RE2 style regex-based match.

    diff --git a/content/zh/docs/reference/commands/istioctl/index.html b/content/zh/docs/reference/commands/istioctl/index.html index de75470609..989886f223 100644 --- a/content/zh/docs/reference/commands/istioctl/index.html +++ b/content/zh/docs/reference/commands/istioctl/index.html @@ -2941,317 +2941,6 @@ Retrieves last sent and last acknowledged xDS sync from Istiod to each Envoy in istioctl experimental wait --for=distribution --threshold=.99 --timeout=300s virtualservice bookinfo.default -

    istioctl experimental waypoint

    -

    A group of commands used to manage waypoint configuration

    -
    istioctl experimental waypoint [flags]
    -
    - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
    FlagsShorthandDescription
    --context <string>Kubernetes configuration context (default ``)
    --istioNamespace <string>-iIstio system namespace (default `istio-system`)
    --kubeconfig <string>-cKubernetes configuration file (default ``)
    --name <string>name of the waypoint (default `waypoint`)
    --namespace <string>-nKubernetes namespace (default ``)
    --vklog <Level>number for the log level verbosity. Like -v flag. ex: --vklog=9 (default `0`)
    -

    Examples

    -
      # Apply a waypoint to the current namespace
    -  istioctl x waypoint apply
    -
    -  # Generate a waypoint as yaml
    -  istioctl x waypoint generate --namespace default
    -
    -  # List all waypoints in a specific namespace
    -  istioctl x waypoint list --namespace default
    -
    -

    istioctl experimental waypoint apply

    -

    Apply a waypoint configuration to the cluster

    -
    istioctl experimental waypoint apply [flags]
    -
    - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
    FlagsShorthandDescription
    --context <string>Kubernetes configuration context (default ``)
    --enroll-namespaceIf set, the namespace will be labeled with the waypoint name
    --for <string>Specify the traffic type [all none service workload] for the waypoint (default ``)
    --istioNamespace <string>-iIstio system namespace (default `istio-system`)
    --kubeconfig <string>-cKubernetes configuration file (default ``)
    --name <string>name of the waypoint (default `waypoint`)
    --namespace <string>-nKubernetes namespace (default ``)
    --overwriteOverwrite the existing Waypoint used by the namespace
    --revision <string>-rThe revision to label the waypoint with (default ``)
    --vklog <Level>number for the log level verbosity. Like -v flag. ex: --vklog=9 (default `0`)
    --wait-wWait for the waypoint to be ready
    -

    Examples

    -
      # Apply a waypoint to the current namespace
    -  istioctl x waypoint apply
    -
    -  # Apply a waypoint to a specific namespace and wait for it to be ready
    -  istioctl x waypoint apply --namespace default --wait
    -
    -

    istioctl experimental waypoint delete

    -

    Delete a waypoint configuration from the cluster

    -
    istioctl experimental waypoint delete [flags]
    -
    - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
    FlagsShorthandDescription
    --allDelete all waypoints in the namespace
    --context <string>Kubernetes configuration context (default ``)
    --istioNamespace <string>-iIstio system namespace (default `istio-system`)
    --kubeconfig <string>-cKubernetes configuration file (default ``)
    --name <string>name of the waypoint (default `waypoint`)
    --namespace <string>-nKubernetes namespace (default ``)
    --vklog <Level>number for the log level verbosity. Like -v flag. ex: --vklog=9 (default `0`)
    -

    Examples

    -
      # Delete a waypoint from the default namespace
    -  istioctl x waypoint delete
    -
    -  # Delete a waypoint by name, which can obtain from istioctl x waypoint list
    -  istioctl x waypoint delete waypoint-name --namespace default
    -
    -  # Delete several waypoints by name
    -  istioctl x waypoint delete waypoint-name1 waypoint-name2 --namespace default
    -
    -  # Delete all waypoints in a specific namespace
    -  istioctl x waypoint delete --all --namespace default
    -
    -

    istioctl experimental waypoint generate

    -

    Generate a waypoint configuration as YAML

    -
    istioctl experimental waypoint generate [flags]
    -
    - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
    FlagsShorthandDescription
    --context <string>Kubernetes configuration context (default ``)
    --for <string>Specify the traffic type [all none service workload] for the waypoint (default ``)
    --istioNamespace <string>-iIstio system namespace (default `istio-system`)
    --kubeconfig <string>-cKubernetes configuration file (default ``)
    --name <string>name of the waypoint (default `waypoint`)
    --namespace <string>-nKubernetes namespace (default ``)
    --revision <string>-rThe revision to label the waypoint with (default ``)
    --vklog <Level>number for the log level verbosity. Like -v flag. ex: --vklog=9 (default `0`)
    -

    Examples

    -
      # Generate a waypoint as yaml
    -  istioctl x waypoint generate --namespace default
    -
    -

    istioctl experimental waypoint list

    -

    List managed waypoint configurations in the cluster

    -
    istioctl experimental waypoint list [flags]
    -
    - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
    FlagsShorthandDescription
    --all-namespaces-AList all waypoints in all namespaces
    --context <string>Kubernetes configuration context (default ``)
    --istioNamespace <string>-iIstio system namespace (default `istio-system`)
    --kubeconfig <string>-cKubernetes configuration file (default ``)
    --name <string>name of the waypoint (default `waypoint`)
    --namespace <string>-nKubernetes namespace (default ``)
    --vklog <Level>number for the log level verbosity. Like -v flag. ex: --vklog=9 (default `0`)
    -

    Examples

    -
      # List all waypoints in a specific namespace
    -  istioctl x waypoint list --namespace default
    -
    -  # List all waypoints in the cluster
    -  istioctl x waypoint list -A
    -

    istioctl experimental workload

    Commands to assist in configuring and deploying workloads running on VMs and other non-Kubernetes environments

    @@ -6531,6 +6220,317 @@ istioctl experimental precheck.
    +

    istioctl waypoint

    +

    A group of commands used to manage waypoint configuration

    +
    istioctl waypoint [flags]
    +
    + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
    FlagsShorthandDescription
    --context <string>Kubernetes configuration context (default ``)
    --istioNamespace <string>-iIstio system namespace (default `istio-system`)
    --kubeconfig <string>-cKubernetes configuration file (default ``)
    --name <string>name of the waypoint (default `waypoint`)
    --namespace <string>-nKubernetes namespace (default ``)
    --vklog <Level>number for the log level verbosity. Like -v flag. ex: --vklog=9 (default `0`)
    +

    Examples

    +
      # Apply a waypoint to the current namespace
    +  istioctl waypoint apply
    +
    +  # Generate a waypoint as yaml
    +  istioctl waypoint generate --namespace default
    +
    +  # List all waypoints in a specific namespace
    +  istioctl waypoint list --namespace default
    +
    +

    istioctl waypoint apply

    +

    Apply a waypoint configuration to the cluster

    +
    istioctl waypoint apply [flags]
    +
    + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
    FlagsShorthandDescription
    --context <string>Kubernetes configuration context (default ``)
    --enroll-namespaceIf set, the namespace will be labeled with the waypoint name
    --for <string>Specify the traffic type [all none service workload] for the waypoint (default ``)
    --istioNamespace <string>-iIstio system namespace (default `istio-system`)
    --kubeconfig <string>-cKubernetes configuration file (default ``)
    --name <string>name of the waypoint (default `waypoint`)
    --namespace <string>-nKubernetes namespace (default ``)
    --overwriteOverwrite the existing Waypoint used by the namespace
    --revision <string>-rThe revision to label the waypoint with (default ``)
    --vklog <Level>number for the log level verbosity. Like -v flag. ex: --vklog=9 (default `0`)
    --wait-wWait for the waypoint to be ready
    +

    Examples

    +
      # Apply a waypoint to the current namespace
    +  istioctl waypoint apply
    +
    +  # Apply a waypoint to a specific namespace and wait for it to be ready
    +  istioctl waypoint apply --namespace default --wait
    +
    +

    istioctl waypoint delete

    +

    Delete a waypoint configuration from the cluster

    +
    istioctl waypoint delete [flags]
    +
    + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
    FlagsShorthandDescription
    --allDelete all waypoints in the namespace
    --context <string>Kubernetes configuration context (default ``)
    --istioNamespace <string>-iIstio system namespace (default `istio-system`)
    --kubeconfig <string>-cKubernetes configuration file (default ``)
    --name <string>name of the waypoint (default `waypoint`)
    --namespace <string>-nKubernetes namespace (default ``)
    --vklog <Level>number for the log level verbosity. Like -v flag. ex: --vklog=9 (default `0`)
    +

    Examples

    +
      # Delete a waypoint from the default namespace
    +  istioctl waypoint delete
    +
    +  # Delete a waypoint by name, which can obtain from istioctl waypoint list
    +  istioctl waypoint delete waypoint-name --namespace default
    +
    +  # Delete several waypoints by name
    +  istioctl waypoint delete waypoint-name1 waypoint-name2 --namespace default
    +
    +  # Delete all waypoints in a specific namespace
    +  istioctl waypoint delete --all --namespace default
    +
    +

    istioctl waypoint generate

    +

    Generate a waypoint configuration as YAML

    +
    istioctl waypoint generate [flags]
    +
    + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
    FlagsShorthandDescription
    --context <string>Kubernetes configuration context (default ``)
    --for <string>Specify the traffic type [all none service workload] for the waypoint (default ``)
    --istioNamespace <string>-iIstio system namespace (default `istio-system`)
    --kubeconfig <string>-cKubernetes configuration file (default ``)
    --name <string>name of the waypoint (default `waypoint`)
    --namespace <string>-nKubernetes namespace (default ``)
    --revision <string>-rThe revision to label the waypoint with (default ``)
    --vklog <Level>number for the log level verbosity. Like -v flag. ex: --vklog=9 (default `0`)
    +

    Examples

    +
      # Generate a waypoint as yaml
    +  istioctl waypoint generate --namespace default
    +
    +

    istioctl waypoint list

    +

    List managed waypoint configurations in the cluster

    +
    istioctl waypoint list [flags]
    +
    + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
    FlagsShorthandDescription
    --all-namespaces-AList all waypoints in all namespaces
    --context <string>Kubernetes configuration context (default ``)
    --istioNamespace <string>-iIstio system namespace (default `istio-system`)
    --kubeconfig <string>-cKubernetes configuration file (default ``)
    --name <string>name of the waypoint (default `waypoint`)
    --namespace <string>-nKubernetes namespace (default ``)
    --vklog <Level>number for the log level verbosity. Like -v flag. ex: --vklog=9 (default `0`)
    +

    Examples

    +
      # List all waypoints in a specific namespace
    +  istioctl waypoint list --namespace default
    +
    +  # List all waypoints in the cluster
    +  istioctl waypoint list -A
    +

    istioctl ztunnel-config

    A group of commands used to update or retrieve Ztunnel configuration from a Ztunnel instance.

    @@ -7023,11 +7023,6 @@ istioctl ztunnel-config workloads [<type>/]<name>[.<namespace> - - - - - diff --git a/content/zh/docs/reference/config/networking/virtual-service/index.html b/content/zh/docs/reference/config/networking/virtual-service/index.html index ba93a87e60..014f32bb39 100644 --- a/content/zh/docs/reference/config/networking/virtual-service/index.html +++ b/content/zh/docs/reference/config/networking/virtual-service/index.html @@ -999,7 +999,7 @@ values are case-sensitive and formatted as follows:

    prefix: "value" for prefix-based match

  • -

    regex: "value" for RE2 style regex-based match (https://github.com/google/re2/wiki/Syntax).

    +

    regex: "value" for RE2 style regex-based match.

  • Note: Case-insensitive matching could be enabled via the @@ -1024,7 +1024,7 @@ values are case-sensitive and formatted as follows:

    prefix: "value" for prefix-based match

  • -

    regex: "value" for RE2 style regex-based match (https://github.com/google/re2/wiki/Syntax).

    +

    regex: "value" for RE2 style regex-based match.

  • @@ -1047,7 +1047,7 @@ values are case-sensitive and formatted as follows:

    prefix: "value" for prefix-based match

  • -

    regex: "value" for RE2 style regex-based match (https://github.com/google/re2/wiki/Syntax).

    +

    regex: "value" for RE2 style regex-based match.

  • @@ -1070,7 +1070,7 @@ values are case-sensitive and formatted as follows:

    prefix: "value" for prefix-based match

  • -

    regex: "value" for RE2 style regex-based match (https://github.com/google/re2/wiki/Syntax).

    +

    regex: "value" for RE2 style regex-based match.

  • @@ -1094,7 +1094,7 @@ e.g. x-request-id.

    prefix: "value" for prefix-based match

  • -

    regex: "value" for RE2 style regex-based match (https://github.com/google/re2/wiki/Syntax).

    +

    regex: "value" for RE2 style regex-based match.

  • If the value is empty and only the name of header is specified, presence of the header is checked. @@ -1913,7 +1913,7 @@ No

    Ztunnel proxy admin port (default `15000`)
    --verboseOutput more information
    --vklog <Level> number for the log level verbosity. Like -v flag. ex: --vklog=9 (default `0`) match string -

    RE2 style regex-based match (https://github.com/google/re2/wiki/Syntax).

    +

    RE2 style regex-based match.

    @@ -1983,7 +1983,7 @@ No regex string (oneof) -

    RE2 style regex-based match (https://github.com/google/re2/wiki/Syntax).

    +

    RE2 style regex-based match.

    diff --git a/data/features.yaml b/data/features.yaml index ac5d40984f..2f0e278b80 100644 --- a/data/features.yaml +++ b/data/features.yaml @@ -227,7 +227,7 @@ features: link: "/docs/reference/config/security/peer_authentication/" level: checklist: "" - maturity: Beta + maturity: Stable nextExpectedPromotion: "" area: Security and policy enforcement - name: "Automatic mutual TLS" @@ -395,7 +395,7 @@ features: link: "https://istio.io/latest/docs/tasks/observability/telemetry/" level: checklist: features/telemetry_api.md - maturity: Alpha + maturity: Stable nextExpectedPromotion: "" - name: "Dual Stack Support in Istio" id: "core.dual_stack"