1
0
mirror of https://github.com/rancher/rke.git synced 2025-09-04 00:14:49 +00:00

key rotation as part of ClusterUp, more robust secrets rewrite, improved logging

This commit is contained in:
Ryan Sanna
2020-09-24 11:53:10 -07:00
parent 816d4cd130
commit e42ff49fec
8 changed files with 345 additions and 71 deletions

View File

@@ -32,7 +32,6 @@ func getLogger(ctx context.Context) logger {
func Infof(ctx context.Context, msg string, args ...interface{}) {
getLogger(ctx).Infof(msg, args...)
}
func Warnf(ctx context.Context, msg string, args ...interface{}) {