From 11e74dbbfd459f296b4fce93dd8d11a446f035d3 Mon Sep 17 00:00:00 2001 From: Mike Danese Date: Thu, 12 Apr 2018 07:05:51 -0700 Subject: [PATCH] make mikedanese owner of CertRotation features --- pkg/features/kube_features.go | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/pkg/features/kube_features.go b/pkg/features/kube_features.go index a551ae792b0..2cf3d8a831a 100644 --- a/pkg/features/kube_features.go +++ b/pkg/features/kube_features.go @@ -66,7 +66,7 @@ const ( // to take advantage of NoExecute Taints and Tolerations. TaintBasedEvictions utilfeature.Feature = "TaintBasedEvictions" - // owner: @jcbsmpsn + // owner: @mikedanese // alpha: v1.7 // // Gets a server certificate for the kubelet from the Certificate Signing @@ -74,8 +74,8 @@ const ( // certificate as expiration approaches. RotateKubeletServerCertificate utilfeature.Feature = "RotateKubeletServerCertificate" - // owner: @jcbsmpsn - // alpha: v1.7 + // owner: @mikedanese + // beta: v1.8 // // Automatically renews the client certificate used for communicating with // the API server as the certificate approaches expiration.