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 -
A group of commands used to manage waypoint configuration
-istioctl experimental waypoint [flags]
-
-Flags | -Shorthand | -Description | -
---|---|---|
--context <string> |
-- | Kubernetes configuration context (default ``) | -
--istioNamespace <string> |
--i |
-Istio system namespace (default `istio-system`) | -
--kubeconfig <string> |
--c |
-Kubernetes configuration file (default ``) | -
--name <string> |
-- | name of the waypoint (default `waypoint`) | -
--namespace <string> |
--n |
-Kubernetes namespace (default ``) | -
--vklog <Level> |
-- | number for the log level verbosity. Like -v flag. ex: --vklog=9 (default `0`) | -
# 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
-
-Apply a waypoint configuration to the cluster
-istioctl experimental waypoint apply [flags]
-
-Flags | -Shorthand | -Description | -
---|---|---|
--context <string> |
-- | Kubernetes configuration context (default ``) | -
--enroll-namespace |
-- | If 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> |
--i |
-Istio system namespace (default `istio-system`) | -
--kubeconfig <string> |
--c |
-Kubernetes configuration file (default ``) | -
--name <string> |
-- | name of the waypoint (default `waypoint`) | -
--namespace <string> |
--n |
-Kubernetes namespace (default ``) | -
--overwrite |
-- | Overwrite the existing Waypoint used by the namespace | -
--revision <string> |
--r |
-The revision to label the waypoint with (default ``) | -
--vklog <Level> |
-- | number for the log level verbosity. Like -v flag. ex: --vklog=9 (default `0`) | -
--wait |
--w |
-Wait for the waypoint to be ready | -
# 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
-
-Delete a waypoint configuration from the cluster
-istioctl experimental waypoint delete [flags]
-
-Flags | -Shorthand | -Description | -
---|---|---|
--all |
-- | Delete all waypoints in the namespace | -
--context <string> |
-- | Kubernetes configuration context (default ``) | -
--istioNamespace <string> |
--i |
-Istio system namespace (default `istio-system`) | -
--kubeconfig <string> |
--c |
-Kubernetes configuration file (default ``) | -
--name <string> |
-- | name of the waypoint (default `waypoint`) | -
--namespace <string> |
--n |
-Kubernetes namespace (default ``) | -
--vklog <Level> |
-- | number for the log level verbosity. Like -v flag. ex: --vklog=9 (default `0`) | -
# 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
-
-Generate a waypoint configuration as YAML
-istioctl experimental waypoint generate [flags]
-
-Flags | -Shorthand | -Description | -
---|---|---|
--context <string> |
-- | Kubernetes configuration context (default ``) | -
--for <string> |
-- | Specify the traffic type [all none service workload] for the waypoint (default ``) | -
--istioNamespace <string> |
--i |
-Istio system namespace (default `istio-system`) | -
--kubeconfig <string> |
--c |
-Kubernetes configuration file (default ``) | -
--name <string> |
-- | name of the waypoint (default `waypoint`) | -
--namespace <string> |
--n |
-Kubernetes namespace (default ``) | -
--revision <string> |
--r |
-The revision to label the waypoint with (default ``) | -
--vklog <Level> |
-- | number for the log level verbosity. Like -v flag. ex: --vklog=9 (default `0`) | -
# Generate a waypoint as yaml
- istioctl x waypoint generate --namespace default
-
-List managed waypoint configurations in the cluster
-istioctl experimental waypoint list [flags]
-
-Flags | -Shorthand | -Description | -
---|---|---|
--all-namespaces |
--A |
-List all waypoints in all namespaces | -
--context <string> |
-- | Kubernetes configuration context (default ``) | -
--istioNamespace <string> |
--i |
-Istio system namespace (default `istio-system`) | -
--kubeconfig <string> |
--c |
-Kubernetes configuration file (default ``) | -
--name <string> |
-- | name of the waypoint (default `waypoint`) | -
--namespace <string> |
--n |
-Kubernetes namespace (default ``) | -
--vklog <Level> |
-- | number for the log level verbosity. Like -v flag. ex: --vklog=9 (default `0`) | -
# List all waypoints in a specific namespace
- istioctl x waypoint list --namespace default
-
- # List all waypoints in the cluster
- istioctl x waypoint list -A
-
Commands to assist in configuring and deploying workloads running on VMs and other non-Kubernetes environments
A group of commands used to manage waypoint configuration
+istioctl waypoint [flags]
+
+Flags | +Shorthand | +Description | +
---|---|---|
--context <string> |
++ | Kubernetes configuration context (default ``) | +
--istioNamespace <string> |
+-i |
+Istio system namespace (default `istio-system`) | +
--kubeconfig <string> |
+-c |
+Kubernetes configuration file (default ``) | +
--name <string> |
++ | name of the waypoint (default `waypoint`) | +
--namespace <string> |
+-n |
+Kubernetes namespace (default ``) | +
--vklog <Level> |
++ | number for the log level verbosity. Like -v flag. ex: --vklog=9 (default `0`) | +
# 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
+
+Apply a waypoint configuration to the cluster
+istioctl waypoint apply [flags]
+
+Flags | +Shorthand | +Description | +
---|---|---|
--context <string> |
++ | Kubernetes configuration context (default ``) | +
--enroll-namespace |
++ | If 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> |
+-i |
+Istio system namespace (default `istio-system`) | +
--kubeconfig <string> |
+-c |
+Kubernetes configuration file (default ``) | +
--name <string> |
++ | name of the waypoint (default `waypoint`) | +
--namespace <string> |
+-n |
+Kubernetes namespace (default ``) | +
--overwrite |
++ | Overwrite the existing Waypoint used by the namespace | +
--revision <string> |
+-r |
+The revision to label the waypoint with (default ``) | +
--vklog <Level> |
++ | number for the log level verbosity. Like -v flag. ex: --vklog=9 (default `0`) | +
--wait |
+-w |
+Wait for the waypoint to be ready | +
# 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
+
+Delete a waypoint configuration from the cluster
+istioctl waypoint delete [flags]
+
+Flags | +Shorthand | +Description | +
---|---|---|
--all |
++ | Delete all waypoints in the namespace | +
--context <string> |
++ | Kubernetes configuration context (default ``) | +
--istioNamespace <string> |
+-i |
+Istio system namespace (default `istio-system`) | +
--kubeconfig <string> |
+-c |
+Kubernetes configuration file (default ``) | +
--name <string> |
++ | name of the waypoint (default `waypoint`) | +
--namespace <string> |
+-n |
+Kubernetes namespace (default ``) | +
--vklog <Level> |
++ | number for the log level verbosity. Like -v flag. ex: --vklog=9 (default `0`) | +
# 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
+
+Generate a waypoint configuration as YAML
+istioctl waypoint generate [flags]
+
+Flags | +Shorthand | +Description | +
---|---|---|
--context <string> |
++ | Kubernetes configuration context (default ``) | +
--for <string> |
++ | Specify the traffic type [all none service workload] for the waypoint (default ``) | +
--istioNamespace <string> |
+-i |
+Istio system namespace (default `istio-system`) | +
--kubeconfig <string> |
+-c |
+Kubernetes configuration file (default ``) | +
--name <string> |
++ | name of the waypoint (default `waypoint`) | +
--namespace <string> |
+-n |
+Kubernetes namespace (default ``) | +
--revision <string> |
+-r |
+The revision to label the waypoint with (default ``) | +
--vklog <Level> |
++ | number for the log level verbosity. Like -v flag. ex: --vklog=9 (default `0`) | +
# Generate a waypoint as yaml
+ istioctl waypoint generate --namespace default
+
+List managed waypoint configurations in the cluster
+istioctl waypoint list [flags]
+
+Flags | +Shorthand | +Description | +
---|---|---|
--all-namespaces |
+-A |
+List all waypoints in all namespaces | +
--context <string> |
++ | Kubernetes configuration context (default ``) | +
--istioNamespace <string> |
+-i |
+Istio system namespace (default `istio-system`) | +
--kubeconfig <string> |
+-c |
+Kubernetes configuration file (default ``) | +
--name <string> |
++ | name of the waypoint (default `waypoint`) | +
--namespace <string> |
+-n |
+Kubernetes namespace (default ``) | +
--vklog <Level> |
++ | number for the log level verbosity. Like -v flag. ex: --vklog=9 (default `0`) | +
# List all waypoints in a specific namespace
+ istioctl waypoint list --namespace default
+
+ # List all waypoints in the cluster
+ istioctl waypoint list -A
+
A group of commands used to update or retrieve Ztunnel configuration from a Ztunnel instance.
Ztunnel proxy admin port (default `15000`) | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
--verbose |
-- | Output more information | -|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
--vklog <Level> |
number for the log level verbosity. Like -v flag. ex: --vklog=9 (default `0`) | 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:match |
string |
- RE2 style regex-based match (https://github.com/google/re2/wiki/Syntax). + |
@@ -1983,7 +1983,7 @@ No | regex |
string (oneof) |
- RE2 style regex-based match (https://github.com/google/re2/wiki/Syntax). + |
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 -
-
Examples-
-istioctl experimental waypoint apply-Apply a waypoint configuration to the cluster -
-
Examples-
-istioctl experimental waypoint delete-Delete a waypoint configuration from the cluster -
-
Examples-
-istioctl experimental waypoint generate-Generate a waypoint configuration as YAML -
-
Examples-
-istioctl experimental waypoint list-List managed waypoint configurations in the cluster -
-
Examples-
istioctl experimental workloadCommands to assist in configuring and deploying workloads running on VMs and other non-Kubernetes environments istioctl waypoint+A group of commands used to manage waypoint configuration +
+
Examples+
+istioctl waypoint apply+Apply a waypoint configuration to the cluster +
+
Examples+
+istioctl waypoint delete+Delete a waypoint configuration from the cluster +
+
Examples+
+istioctl waypoint generate+Generate a waypoint configuration as YAML +
+
Examples+
+istioctl waypoint list+List managed waypoint configurations in the cluster +
+
Examples+
istioctl ztunnel-configA group of commands used to update or retrieve Ztunnel configuration from a Ztunnel instance.
|