airshipctl/tools/deployment
Ruslan Aliev 3e44c42989 Introduce KRM based k8s applier
The KRM based k8s applier solves multiple design problems
which were introduced in previous airshipctl generation,
making apply code and process more clear, reliable and
readable. In particular:
 * k8s applier now is a KRM function and it allows the
   end user to choose or implement desired backend for
   k8s apply operations;
 * the related amount of code was reduced by three times,
   multiple unused and unnecessary structs/interfaces/design
   patterns were removed or rewrited in more clean and efficient
   way;
 * removed cli-utils dependency from airshipctl;
 * fixed several bugs and code issues, such as incorrect printing
   of tables, duplicated unit tests, improper generation and applying
   inventory config map, etc;
 * cli-utils version used in KRM function was bumped to 0.26.0;
 * phases with duplicated k8s resources were removed or fixed;
 * unit test coverage increased to 83.1%;
 * KRM function logs were integrated with klog library which allows
   to observe logs directly from cli-utils and other dependent libs.

Change-Id: Ief509f1d6abefd53caf7fcffc4e36b0319815373
Signed-off-by: Ruslan Aliev <raliev@mirantis.com>
Closes: #646
2021-10-27 08:14:22 +00:00
..
azure Remove Kind-based validation with dry-run of phases 2021-05-13 16:45:26 -05:00
kind Fix CAPD deployment using phase plan 2021-09-07 15:00:25 +00:00
provider_common Fix CAPD deployment using phase plan 2021-09-07 15:00:25 +00:00
sonobuoy Adjust conformance scripts (capd) 2021-09-20 20:35:26 +00:00
templates Merge "Update 22_test_configs.sh to use new document pull" 2021-09-07 16:41:20 +00:00
01_install_kubectl.sh CAPI v0.4.2 manifests 2021-10-13 13:26:24 -05:00
21_systemwide_executable.sh Introduce KRM based k8s applier 2021-10-27 08:14:22 +00:00
22_test_configs.sh Prevent 22_test_configs.sh from deleting too much 2021-09-20 16:33:12 +00:00
23_generate_secrets.sh Remove .git suffix on repository name 2021-10-13 21:21:42 +00:00
23_pull_documents.sh Deployment script enhancements 2021-04-20 18:48:35 +00:00
24_build_images.sh Add airship container cleanup 2021-06-22 14:49:53 +00:00
25_deploy_gating.sh Switch gating deployment to phase plan 2021-06-03 19:41:05 +04:00
clean.sh Cleanup logs 2021-07-16 13:27:17 -05:00
update-krm-images Nextgen secrets implementation with separation per cluster 2021-09-03 20:46:15 +00:00