Remove IPv6 support for Kubernetes as a core supported feature (#7337)

* Remove IPv6 support for Kubernetes as a core supported feature

* Ipv6 is alpha, but dual stack is not supported

* Fix spacing

* Update content/en/about/feature-stages/index.md

Co-authored-by: Eric Van Norman <ericvn@us.ibm.com>

Co-authored-by: Eric Van Norman <ericvn@us.ibm.com>
This commit is contained in:
jacob-delgado 2020-05-19 13:39:14 -06:00 committed by GitHub
parent f83bd6c449
commit 189e581e9d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -100,7 +100,7 @@ Below is our list of existing features and their current phases. This informatio
| [Custom Mixer Build Model](https://github.com/istio/istio/wiki/Mixer-Compiled-In-Adapter-Dev-Guide) | deprecated
| [Out of Process Mixer Adapters (gRPC Adapters)](https://github.com/istio/istio/wiki/Mixer-Out-Of-Process-Adapter-Dev-Guide) | Beta
| [Istio CNI plugin](/docs/setup/additional-setup/cni/) | Alpha
| IPv6 support for Kubernetes | Alpha
| IPv6 support for Kubernetes | Alpha. Dual-stack IPv4 and IPv6 is not supported.
| [Distroless base images for Istio](/docs/ops/configuration/security/harden-docker-images/) | Alpha
{{< idea >}}