mirror of
https://github.com/rancher/rke.git
synced 2025-09-09 02:51:15 +00:00
refactor the build state
remove extra cert generation for etcd in reconcile fix reconcile and etcd add and remove cluster state with rke remove fix add/remove issues Fix the up command Fix default paths for kubeconfig and rkestate
This commit is contained in:
committed by
Alena Prokharchyk
parent
90fd13db65
commit
8b8870311b
@@ -9,11 +9,6 @@ import (
|
||||
)
|
||||
|
||||
func (c *Cluster) ValidateCluster() error {
|
||||
// make sure cluster has at least one controlplane/etcd host
|
||||
if err := ValidateHostCount(c); err != nil {
|
||||
return err
|
||||
}
|
||||
|
||||
// validate duplicate nodes
|
||||
if err := validateDuplicateNodes(c); err != nil {
|
||||
return err
|
||||
|
Reference in New Issue
Block a user