1
0
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:
moelsayed
2019-10-03 03:56:39 +02:00
committed by Alena Prokharchyk
parent e9327b51f5
commit 372393ac1b
25 changed files with 753 additions and 83 deletions

View File

@@ -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
}