From f21035fcf12642e371f195f67e3cb156e7d0049b Mon Sep 17 00:00:00 2001 From: Karen Bradshaw Date: Wed, 23 Oct 2019 11:52:18 -0400 Subject: [PATCH] clarify feature gate table titles (#17031) Add further details about the difference between the two feature gate tables. The additional information and table titles should help authors when creating or updating the table entries. --- .../command-line-tools-reference/feature-gates.md | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/content/en/docs/reference/command-line-tools-reference/feature-gates.md b/content/en/docs/reference/command-line-tools-reference/feature-gates.md index 75c5174152..5f12c6cce9 100644 --- a/content/en/docs/reference/command-line-tools-reference/feature-gates.md +++ b/content/en/docs/reference/command-line-tools-reference/feature-gates.md @@ -31,6 +31,12 @@ different Kubernetes components. or its release stage is changed. - The "Until" column, if not empty, contains the last Kubernetes release in which you can still use a feature gate. +- If a feature is in the Alpha or Beta state, you can find the feature listed + in the Alpha/Beta feature gate table. +- If a feature is stable (GA) or deprecated, you can find all stages for that feature listed + in the GA/Deprecated feature gate table. + +### Feature gates for Alpha or Beta features {{< table caption="Feature gates for features in Alpha or Beta states" >}} @@ -154,7 +160,7 @@ different Kubernetes components. | `WinOverlay` | `false` | Alpha | 1.14 | | {{< /table >}} -The following table contains feature gates for graduated or deprecated features. +### Feature gates for graduated or deprecated features {{< table caption="Feature Gates for Graduated or Deprecated Features" >}}