From 0e2459a5a283d9842f28a64ef6f438629b534146 Mon Sep 17 00:00:00 2001 From: Michael Burke Date: Mon, 11 Nov 2019 15:46:13 -0500 Subject: [PATCH] Remove ExperimentalCriticalPodAnnotation from featureflags --- modules/feature-gate-features.adoc | 4 ---- modules/nodes-cluster-enabling-features-cluster.adoc | 2 -- 2 files changed, 6 deletions(-) diff --git a/modules/feature-gate-features.adoc b/modules/feature-gate-features.adoc index f31177c510a1..b3343552364d 100644 --- a/modules/feature-gate-features.adoc +++ b/modules/feature-gate-features.adoc @@ -11,10 +11,6 @@ The following Technology Preview features included in {product-title}: |=== | FeatureGate| Description| Default -|`ExperimentalCriticalPodAnnotation` -|Enables annotating specific Pods as critical so that their scheduling is guaranteed. -|True - |`RotateKubeletServerCertificate` |Enables the rotation of the server TLS certificate on the cluster. |True diff --git a/modules/nodes-cluster-enabling-features-cluster.adoc b/modules/nodes-cluster-enabling-features-cluster.adoc index f942a7d257f1..a2914579f3a6 100644 --- a/modules/nodes-cluster-enabling-features-cluster.adoc +++ b/modules/nodes-cluster-enabling-features-cluster.adoc @@ -10,8 +10,6 @@ editing the Feature Gate Custom Resource, named `cluster`, in the `openshift-con The following Technology Preview features are enabled by feature gates: -* `ExperimentalCriticalPodAnnotation` - * `RotateKubeletServerCertificate` * `SupportPodPidsLimit`