mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-09-13 13:14:05 +00:00
make mikedanese owner of CertRotation features
This commit is contained in:
@@ -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.
|
||||
|
Reference in New Issue
Block a user