Provides a way of upgrading rancher services only with a few environment configurations
736
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
Content type
Image
Digest
Size
7.6 MB
Last updated
about 10 years ago
docker pull codecasts/rancher-deployer