Sign inSign up

codecasts/rancher-deployer

By codecasts

•Updated about 10 years ago

Provides a way of upgrading rancher services only with a few environment configurations

Image
2

736

codecasts/rancher-deployer repository overview

To upgrade a service use the following way:

docker run -it --rm \
   -e RANCHER_URL=http://your_rancher_server:8080/v1/projects/{env_id} \
   -e RANCHER_ACCESS_KEY=<api_key> \
   -e RANCHER_SECRET_KEY=<api_secret> \
   -e RANCHER_STACK_ID=<stack_id> \
   -e RANCHER_STACK_NAME=<stack_name> \
   -e RANCHER_SERVICE_NAME=<the_service_to_be_upgraded> \
   codecasts/rancher-deployer:latest

Optionally, use a env file with the same variables

Tag summary

Content type

Image

Digest

Size

7.6 MB

Last updated

about 10 years ago

docker pull codecasts/rancher-deployer