Use built-in version check & metadata (#18338)
This commit is contained in:
committed by
Kubernetes Prow Robot
parent
c9825de1a2
commit
27ec99ffbb
@@ -2,6 +2,7 @@
|
||||
reviewers:
|
||||
- lachie83
|
||||
- khenidak
|
||||
min-kubernetes-server-version: v1.16
|
||||
title: Validate IPv4/IPv6 dual-stack
|
||||
content_template: templates/task
|
||||
---
|
||||
@@ -12,12 +13,13 @@ This document shares how to validate IPv4/IPv6 dual-stack enabled Kubernetes clu
|
||||
|
||||
{{% capture prerequisites %}}
|
||||
|
||||
* Kubernetes 1.16 or later
|
||||
* Provider support for dual-stack networking (Cloud provider or otherwise must be able to provide Kubernetes nodes with routable IPv4/IPv6 network interfaces)
|
||||
* Kubenet network plugin
|
||||
* Kube-proxy running in mode IPVS
|
||||
* [Dual-stack enabled](/docs/concepts/services-networking/dual-stack/) cluster
|
||||
|
||||
{{< version-check >}}
|
||||
|
||||
{{% /capture %}}
|
||||
|
||||
{{% capture steps %}}
|
||||
|
||||
Reference in New Issue
Block a user