armada/armada/handlers
Sean Eagan 3807db1b6e Fail wait when no resources found
This removees a fail-safe that allowed releases which did not
contain pods (intentionally) to still succeed after a best effort
to wait for them until timeout.

Now that we have the ability to disable waiting on resource types
`wait.resources` [0], this fail-safe is no longer needed.

Now when resources are not found, armada will fail with a message
for the user to check their `wait.resources` and labels and
configure as needed. This way we can prompt the user to remove
unnecessary waiting from their deployments.

There is also a longer term plan to make these configurations less
often needed [1].

[0]: https://review.openstack.org/#/c/603901/
[1]: https://review.openstack.org/#/c/636440/

Change-Id: I859326470ecba49f2301705409c51312a601e653
2019-03-01 17:41:50 -06:00
..
__init__.py feat(api): policy enforcement and api standard 2017-09-20 21:54:39 +00:00
armada.py Correct config option name "cert" to "certs" 2019-02-23 18:55:41 +08:00
chart_delete.py Add configurability of delete timeout 2019-01-29 16:49:01 -06:00
chart_deploy.py test: Add test-specific timeout option 2019-02-20 17:03:01 -06:00
chartbuilder.py Fix for yapf v0.24.0 2018-09-11 20:39:25 +00:00
document.py Fix noqa 2018-10-28 15:10:48 +01:00
k8s.py Add support in Armada CLI to pass user bearer tokens to tiller 2019-02-01 15:33:18 -05:00
manifest.py Fix for get manifest 2018-09-14 15:27:03 +00:00
override.py Fix to override '=' string 2018-08-21 22:21:41 -07:00
release_diff.py Release diffing: split out, add unit tests, include name 2018-08-22 11:29:03 -05:00
test.py Merge "Fix log message guard" 2019-02-22 18:18:22 +00:00
tiller.py Merge "Add support in Armada CLI to pass user bearer tokens to tiller" 2019-02-28 14:47:02 +00:00
wait.py Fail wait when no resources found 2019-03-01 17:41:50 -06:00