1
0
mirror of https://github.com/rancher/rke.git synced 2025-08-31 14:36:32 +00:00

Deploy backup certificates on full plane instead of single node

This commit is contained in:
moelsayed
2018-04-20 06:08:24 +02:00
committed by Darren Shepherd
parent f1e39f9b10
commit fb1fd833ce
2 changed files with 43 additions and 10 deletions

View File

@@ -61,6 +61,9 @@ const (
CloudProvider = "CloudProvider"
AzureCloudProvider = "azure"
AWSCloudProvider = "aws"
ControlPlane = "controlPlane"
WorkerPlane = "workerPlan"
EtcdPlane = "etcd"
)
func (c *Cluster) DeployControlPlane(ctx context.Context) error {