Skip to content

Cloud Foundry cli plugin for rolling restart of application instances

License

Notifications You must be signed in to change notification settings

Cloudxtreme/cf-recycle-plugin

 
 

Repository files navigation

cf-recycle-plugin

This Cloudfoundry cli plugin is to allow the recycling of application instances without interruption to the application availability.

The plugin works by restarting individual Application Instances(AI's) waiting for one to fully restart before moving on to the next.

Prerequisites

  1. Golang 1.5+
  2. CF CLI 6.13+

Installation from Source

git clone git@github.com:comcast/cf-recycle-plugin.git
go get github.com/cloudfoundry/cli
godep go build -o deploy/cf-recycle-plugin
cf install-plugin deploy/cf-recycle-plugin -f

Download

Binaries are available in the releases section.

Usage

cf recycle-app <APP NAME>

About

Cloud Foundry cli plugin for rolling restart of application instances

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Go 100.0%