Remove deprecated bash functionality from orchestration scripts
Summary
- Removed
KUBECTL_DEPRECATED_SHOWALL
(literally no one should be running a kubernetes version this old) - Replaced deprecated
egrep
withgrep -E
- Removed some accidental output of certain commands
- Replaced deprecated
-a
with&&
- Replaced depreacted backtick command execution with
$()
- Updated the
cta-catalogue-updater
image to the latest one which has less redundant log outputs and doesn't download Oracle on every step - Improved the error message on command failure in
run_systemtest.sh
There is more to do, but this is just some quick clean up that took very little time
Additional Required Actions
- Requires manual tests in pre-production: NO
- Requires a documentation update: NO
References
Closes #887 (closed)
Edited by Niels Alexander Buegel