1
0
mirror of https://github.com/rancher/rke.git synced 2025-09-02 23:44:32 +00:00

Add restore flag to use local state

This commit is contained in:
Sebastiaan van Steenis
2020-08-03 15:35:38 +02:00
parent d2a92d9245
commit 6761a1a3e1
7 changed files with 58 additions and 41 deletions

View File

@@ -55,7 +55,7 @@ func rotateEncryptionKeyFromCli(ctx *cli.Context) error {
}
// setting up the flags
flags := cluster.GetExternalFlags(false, false, false, "", filePath)
flags := cluster.GetExternalFlags(false, false, false, false, "", filePath)
return RotateEncryptionKey(context.Background(), rkeConfig, hosts.DialersOptions{}, flags)
}