potiuk commented on a change in pull request #12163:
URL: https://github.com/apache/airflow/pull/12163#discussion_r519200547
##########
File path: scripts/ci/libraries/_kind.sh
##########
@@ -195,6 +197,16 @@ function kind::perform_kind_cluster_operation() {
echo "Entering an interactive shell for kubernetes testing"
echo
"${AIRFLOW_SOURCES}/scripts/ci/kubernetes/ci_run_kubernetes_tests.sh" "-i"
+ elif [[ ${OPERATION} == "k9s" ]]; then
+ echo
+ echo "Starting k9s CLI"
+ echo
+ export TERM=xterm-256color
+ export EDITOR=vim
Review comment:
Note - we are runnig k9s as docker image so we have to have editor that
is installed there :). I picked vim :)
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
For queries about this service, please contact Infrastructure at:
[email protected]