airshipctl/tools
Ian Howell fc20c79e47 AIAP: Keep containers alive in successful runs
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
2021-09-10 11:21:42 -05:00
..
airship-in-a-pod AIAP: Keep containers alive in successful runs 2021-09-10 11:21:42 -05:00
deployment AIAP: Utilize document pull 2021-09-07 16:54:14 -05:00
gate Fix gate script index issue 2021-07-20 14:53:25 +00:00
add_license.sh Add check_copyright as part of gate script 2020-06-01 18:52:28 +00:00
check_copyright Add DeepCopy generation target to Makefile 2020-11-18 18:20:25 +04:00
coverage_check Fix the coverage tests 2019-10-02 15:18:56 -05:00
export_sops Add gate runner script with bash-based execution 2021-06-29 01:42:09 -05:00
git_diff_check Zuul gate to check if the cli doc is generated 2021-07-06 04:59:01 +00:00
golint Fix golint check 2021-01-14 10:38:10 -06:00
gomod_check [#50] Clean up temp files from unit tests 2020-02-20 11:48:11 -06:00
init_site.sh init_site.sh: sed in managementConfiguration 2021-05-04 18:38:52 +00:00
install_kustomize.sh uplift kustomize to align with recent changes. 2021-08-05 19:26:58 +00:00
install_linter Bump linter from 1.29 to 1.36 2021-02-11 12:08:21 +00:00
license_bash.txt Add copyright for missing files 2020-04-09 08:35:59 -05:00
license_go.txt Add copyright for missing files 2020-04-09 08:35:59 -05:00
license_yaml.txt Add copyright for missing files 2020-04-09 08:35:59 -05:00
validate_docs Update gcp-test-site for site validation 2021-06-28 15:10:37 +00:00
whitespace_linter Add a simple whitespace linter 2020-01-15 10:57:44 -06:00