1
0
mirror of https://github.com/rancher/rke.git synced 2025-09-16 15:10:12 +00:00

Add option to use kubectl to deploy

This commit is contained in:
Darren Shepherd
2018-03-01 14:32:25 -07:00
parent a90b672fe4
commit c3d3d013dc
2 changed files with 3 additions and 2 deletions

View File

@@ -110,7 +110,7 @@ func ClusterUp(
return APIURL, caCrt, clientCert, clientKey, err
}
err = cluster.ConfigureCluster(ctx, kubeCluster.RancherKubernetesEngineConfig, kubeCluster.Certificates, clusterFilePath, configDir, k8sWrapTransport)
err = cluster.ConfigureCluster(ctx, kubeCluster.RancherKubernetesEngineConfig, kubeCluster.Certificates, clusterFilePath, configDir, k8sWrapTransport, false)
if err != nil {
return APIURL, caCrt, clientCert, clientKey, err
}