From e8d4debbfc2d518af8eb02f9379cef5884981ed8 Mon Sep 17 00:00:00 2001 From: Chao Wang Date: Tue, 27 Nov 2018 14:05:16 +0800 Subject: [PATCH] update the feature comment --- pkg/features/kube_features.go | 2 ++ 1 file changed, 2 insertions(+) diff --git a/pkg/features/kube_features.go b/pkg/features/kube_features.go index cd35ecb7044..f25ad2ee39e 100644 --- a/pkg/features/kube_features.go +++ b/pkg/features/kube_features.go @@ -120,6 +120,7 @@ const ( // owner: @bsalamat // alpha: v1.8 + // beta: v1.11 // // Add priority to pods. Priority affects scheduling and preemption of pods. PodPriority utilfeature.Feature = "PodPriority" @@ -153,6 +154,7 @@ const ( // owner: @ConnorDoyle // alpha: v1.8 + // beta: v1.10 // // Alternative container-level CPU affinity policies. CPUManager utilfeature.Feature = "CPUManager"