Upgrades may leave the AAD pod identity chart in place if the cluster was temporarily busy #736
Labels
bug
Something isn't working
tobegroomed
Add this label while creating new issues to get issues prioritized on the backlog
Describe the bug
During upgrades (for both CoA and TES deployments), the following message may be observed, after which no attempt to remove the feature will be left in place forever (no future attempt to discover or remove it is ever attempted):
HELM: Error: Kubernetes cluster unreachable: Get "http://localhost:8080/version": dial tcp [::1]:8080: connect: connection refused
Steps to Reproduce
Steps to reproduce the behavior:
ga4gh-tes
releasev5.2.1
or earlier orCoA
releasev5.2.0
or earlier.v5.2.1
using the command-line option--DebugLogging true
DebugLogging
option was not used and the feature was still configured, run the deployer in upgrade mode again (same or any newer release).Expected behavior
If
helm
is unable to connect to the cluster, retry (some arbitrary number of times). Other messages should continue to be ignored as before.Since there have been multiple releases with this issue in place, a test for the continued presence of the feature should be developed to retry removal of the feature, or feature removal should always be attempted.
The text was updated successfully, but these errors were encountered: