Skip to content
This repository has been archived by the owner on May 3, 2022. It is now read-only.

Commit

Permalink
docs: document rolling out with unhealthy incumbent
Browse files Browse the repository at this point in the history
  • Loading branch information
juliogreff committed Oct 4, 2019
1 parent 7bc44e3 commit d2c1982
Showing 1 changed file with 13 additions and 2 deletions.
15 changes: 13 additions & 2 deletions docs/user/troubleshooting.rst
Original file line number Diff line number Diff line change
Expand Up @@ -209,9 +209,20 @@ think happen more often than others:
* - Failure
- Description
* - | Can't pull Docker image
- Strategy condition ``ContenderAchievedCapacity`` is false, InstallationTarget's ``Ready`` condition is false and the message is something like "Back-off pulling image "nginx:boom""
- Strategy condition ``ContenderAchievedCapacity`` is false,
InstallationTarget's ``Ready`` condition is false and the message is
something like "Back-off pulling image "nginx:boom""
* - Previous release is unhealthy
- Release condition ``IncumbentAchievedCapacity`` is false and the
message is something like "incumbent capacity is unhealthy in clusters:
[minikube]". In this case, you can try describing the CapacityTarget
from the previous release to find out what's wrong. If you're doing a
rollout to fix that previous release, though, you can opt for
proceeding to the next step in your strategy, as Shipper does not
require a step to be completed before moving on to the next.
* - Can't fetch Helm chart
- Release condition ``Scheduled`` is false and the message is something like "download https://charts.example.com/charts/nginx-0.1.42.tgz: 404"
- Release condition ``Scheduled`` is false and the message is something
like "download https://charts.example.com/charts/nginx-0.1.42.tgz: 404"

Make sure you're on the right cluster!
--------------------------------------
Expand Down

0 comments on commit d2c1982

Please sign in to comment.