fc20c79e47
Currently the task containers will reach a conclusive state (success or failure), and will promptly stop running. This creates the following problems: 1. In the case of failure, a user doesn't have the ability to exec into the container for debugging purposes. 2. In the case a success, the readiness probe for each task container will begin to fail. This happens because readiness is defined by the existence of a file; if the container stops running, the file no longer exists. This change provides a solution to the 2nd bullet, keeping the container alive in case of success. Change-Id: Iae432caada3d2a338493b1534da72957808185d2 |
||
---|---|---|
.. | ||
airship-in-a-pod | ||
deployment | ||
gate | ||
add_license.sh | ||
check_copyright | ||
coverage_check | ||
export_sops | ||
git_diff_check | ||
golint | ||
gomod_check | ||
init_site.sh | ||
install_kustomize.sh | ||
install_linter | ||
license_bash.txt | ||
license_go.txt | ||
license_yaml.txt | ||
validate_docs | ||
whitespace_linter |