Skip to content

Commit

Permalink
Merge pull request #58 from moelsayed/command_overhaul
Browse files Browse the repository at this point in the history
Command overhaul
  • Loading branch information
Alena Prokharchyk authored Nov 28, 2017
2 parents 2f8086b + 07a1441 commit e21bf80
Show file tree
Hide file tree
Showing 17 changed files with 297 additions and 569 deletions.
2 changes: 1 addition & 1 deletion cluster/down.go → cluster/remove.go
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ import (
"github.com/rancher/rke/services"
)

func (c *Cluster) ClusterDown() error {
func (c *Cluster) ClusterRemove() error {
// Remove Worker Plane
if err := services.RemoveWorkerPlane(c.ControlPlaneHosts, c.WorkerHosts); err != nil {
return err
Expand Down
67 changes: 0 additions & 67 deletions cluster/upgrade.go

This file was deleted.

286 changes: 0 additions & 286 deletions cmd/cluster.go

This file was deleted.

Loading

0 comments on commit e21bf80

Please sign in to comment.