1
0
mirror of https://github.com/rancher/rke.git synced 2025-08-31 22:46:25 +00:00

Enable kube-api audit log for new k8s versions

This commit is contained in:
Sebastiaan van Steenis
2020-03-13 07:55:41 +01:00
parent 746e9a1c21
commit d65d72ae6d
2 changed files with 33 additions and 1 deletions

View File

@@ -277,7 +277,6 @@ func clusterUpFromCli(ctx *cli.Context) error {
}
rkeConfig, err := cluster.ParseConfig(clusterFile)
// logrus.Infof("melsayed---------clusterUpFromCli--------- %+v", rkeConfig.Services.KubeAPI.SecretsEncryptionConfig)
if err != nil {
return fmt.Errorf("Failed to parse cluster file: %v", err)
}