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:
committed by
Darren Shepherd
parent
f1e39f9b10
commit
fb1fd833ce
@@ -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 {
|
||||
|
Reference in New Issue
Block a user