From 396a1a6b8b8224a51f1e82723ffc5625fe3d9870 Mon Sep 17 00:00:00 2001 From: Jim Angel Date: Tue, 8 Jan 2019 21:30:13 -0600 Subject: [PATCH] adding feature state snip (#12134) * adding feature state snip Adding in the feature state to indicate when this feature was introduced. * adding in "stable" Didn't know it defaulted to alpha. --- content/en/docs/setup/independent/control-plane-flags.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/content/en/docs/setup/independent/control-plane-flags.md b/content/en/docs/setup/independent/control-plane-flags.md index 1929b1ae17..e3b5edfdd5 100644 --- a/content/en/docs/setup/independent/control-plane-flags.md +++ b/content/en/docs/setup/independent/control-plane-flags.md @@ -8,6 +8,8 @@ weight: 40 {{% capture overview %}} +{{< feature-state for_k8s_version="1.12" state="stable" >}} + The kubeadm `ClusterConfiguration` object exposes the field `extraArgs` that can override the default flags passed to control plane components such as the APIServer, ControllerManager and Scheduler. The components are defined using the following fields: