Commit 11e74dbb authored by Mike Danese's avatar Mike Danese

make mikedanese owner of CertRotation features

parent 666b6b9e
...@@ -66,7 +66,7 @@ const ( ...@@ -66,7 +66,7 @@ const (
// to take advantage of NoExecute Taints and Tolerations. // to take advantage of NoExecute Taints and Tolerations.
TaintBasedEvictions utilfeature.Feature = "TaintBasedEvictions" TaintBasedEvictions utilfeature.Feature = "TaintBasedEvictions"
// owner: @jcbsmpsn // owner: @mikedanese
// alpha: v1.7 // alpha: v1.7
// //
// Gets a server certificate for the kubelet from the Certificate Signing // Gets a server certificate for the kubelet from the Certificate Signing
...@@ -74,8 +74,8 @@ const ( ...@@ -74,8 +74,8 @@ const (
// certificate as expiration approaches. // certificate as expiration approaches.
RotateKubeletServerCertificate utilfeature.Feature = "RotateKubeletServerCertificate" RotateKubeletServerCertificate utilfeature.Feature = "RotateKubeletServerCertificate"
// owner: @jcbsmpsn // owner: @mikedanese
// alpha: v1.7 // beta: v1.8
// //
// Automatically renews the client certificate used for communicating with // Automatically renews the client certificate used for communicating with
// the API server as the certificate approaches expiration. // the API server as the certificate approaches expiration.
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment