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:
@@ -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)
|
||||
}
|
||||
|
Reference in New Issue
Block a user