mirror of
https://github.com/rancher/rke.git
synced 2025-09-16 15:10:12 +00:00
Add Secret Encryption Provider Support
This commit is contained in:
committed by
Alena Prokharchyk
parent
e9327b51f5
commit
372393ac1b
@@ -57,7 +57,7 @@ func ClusterRemove(
|
||||
|
||||
log.Infof(ctx, "Tearing down Kubernetes cluster")
|
||||
|
||||
kubeCluster, err := cluster.InitClusterObject(ctx, rkeConfig, flags)
|
||||
kubeCluster, err := cluster.InitClusterObject(ctx, rkeConfig, flags, "")
|
||||
if err != nil {
|
||||
return err
|
||||
}
|
||||
|
Reference in New Issue
Block a user