mirror of
https://github.com/rancher/rke.git
synced 2025-08-31 14:36:32 +00:00
Add healtcheck for services components
Integrate healthcheck with each service
This commit is contained in:
@@ -36,7 +36,7 @@ func RemoveCommand() cli.Command {
|
||||
|
||||
func ClusterRemove(rkeConfig *v3.RancherKubernetesEngineConfig, dialerFactory hosts.DialerFactory) error {
|
||||
logrus.Infof("Tearing down Kubernetes cluster")
|
||||
kubeCluster, err := cluster.ParseCluster(rkeConfig, clusterFilePath, dialerFactory)
|
||||
kubeCluster, err := cluster.ParseCluster(rkeConfig, clusterFilePath, dialerFactory, nil)
|
||||
if err != nil {
|
||||
return err
|
||||
}
|
||||
|
Reference in New Issue
Block a user