mirror of
https://github.com/rancher/rke.git
synced 2025-09-01 23:16:22 +00:00
Remove dead code
This commit is contained in:
committed by
Alena Prokharchyk
parent
8022b815b3
commit
ad678b6a32
@@ -126,10 +126,6 @@ func generateCSRFromCli(ctx *cli.Context) error {
|
||||
return GenerateRKECSRs(context.Background(), rkeConfig, externalFlags)
|
||||
}
|
||||
|
||||
func showRKECertificatesFromCli(ctx *cli.Context) error {
|
||||
return nil
|
||||
}
|
||||
|
||||
func rebuildClusterWithRotatedCertificates(ctx context.Context,
|
||||
dialersOptions hosts.DialersOptions,
|
||||
flags cluster.ExternalFlags, svcOptionData map[string]*v3.KubernetesServicesOptions) (string, string, string, string, map[string]pki.CertificatePKI, error) {
|
||||
|
Reference in New Issue
Block a user