mirror of
https://github.com/k3s-io/k3s.git
synced 2026-06-09 08:55:19 -04:00
Remove rotate-keys subcommand (#9079)
Signed-off-by: Derek Nola <derek.nola@suse.com>
This commit is contained in:
parent
9411196406
commit
3190a5faa2
1 changed files with 0 additions and 7 deletions
|
|
@ -84,13 +84,6 @@ func NewSecretsEncryptCommands(status, enable, disable, prepare, rotate, reencry
|
|||
Destination: &ServerConfig.EncryptSkip,
|
||||
}),
|
||||
},
|
||||
{
|
||||
Name: "rotate-keys",
|
||||
Usage: "(experimental) Dynamically add a new secrets encryption key and re-encrypt secrets",
|
||||
SkipArgReorder: true,
|
||||
Action: rotateKeys,
|
||||
Flags: EncryptFlags,
|
||||
},
|
||||
},
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue