kaxil commented on a change in pull request #12163:
URL: https://github.com/apache/airflow/pull/12163#discussion_r519202415



##########
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
+            export K9S_EDITOR=vim
+            docker run --rm -it --network host -e COLUMNS="$(tput cols)" -e 
LINES="$(tput lines)" \
+                -e EDITOR -e K95_EDITOR \

Review comment:
       ```suggestion
                   -e EDITOR -e K9S_EDITOR \
   ```




----------------------------------------------------------------
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]


Reply via email to