mirror of https://github.com/istio/istio.io.git
Improve mesh warning messages (#13798)
This commit is contained in:
parent
3ef3529af2
commit
3951a73b02
|
|
@ -3,16 +3,12 @@
|
||||||
{{< tip >}}
|
{{< tip >}}
|
||||||
{{< boilerplate gateway-api-future >}}
|
{{< boilerplate gateway-api-future >}}
|
||||||
{{< boilerplate gateway-api-choose >}}
|
{{< boilerplate gateway-api-choose >}}
|
||||||
|
{{< /tip >}}
|
||||||
|
|
||||||
|
{{< warning >}}
|
||||||
Note that this document uses the Gateway API to configure internal mesh (east-west) traffic,
|
Note that this document uses the Gateway API to configure internal mesh (east-west) traffic,
|
||||||
i.e., not just ingress (north-south) traffic.
|
i.e., not just ingress (north-south) traffic.
|
||||||
Configuring internal mesh traffic is an
|
Configuring internal mesh traffic is an
|
||||||
[experimental feature](https://gateway-api.sigs.k8s.io/concepts/versioning/#release-channels-eg-experimental-standard)
|
[experimental feature](https://gateway-api.sigs.k8s.io/geps/overview/#status)
|
||||||
of the Gateway API, currently under development and pending [upstream agreement](https://gateway-api.sigs.k8s.io/contributing/gamma/).
|
of the Gateway API, currently under development.
|
||||||
Make sure to install the experimental CRDs before using the Gateway API:
|
{{< /warning >}}
|
||||||
|
|
||||||
{{< text syntax=bash snip_id=install_experimental_crds >}}
|
|
||||||
$ kubectl kustomize "github.com/kubernetes-sigs/gateway-api/config/crd/experimental?ref={{< k8s_gateway_api_version >}}" | kubectl apply -f -
|
|
||||||
{{< /text >}}
|
|
||||||
|
|
||||||
{{< /tip >}}
|
|
||||||
|
|
|
||||||
|
|
@ -308,7 +308,7 @@ spec:
|
||||||
|
|
||||||
{{< warning >}}
|
{{< warning >}}
|
||||||
Configuring internal mesh traffic using the Gateway API is an
|
Configuring internal mesh traffic using the Gateway API is an
|
||||||
[experimental feature](https://gateway-api.sigs.k8s.io/concepts/versioning/#release-channels-eg-experimental-standard)
|
[experimental feature](https://gateway-api.sigs.k8s.io/geps/overview/#status)
|
||||||
currently under development.
|
currently under development.
|
||||||
{{< /warning >}}
|
{{< /warning >}}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue