SuccessConsole Output

Host key checking is off. It may be vulnerable to man-in-the-middle attacks.
[jsch] Permanently added '172.21.249.217' (RSA) to the list of known hosts.
Connected to osm-v150-merge-64[172.21.249.217:22] (SSH-2.0-OpenSSH_8.9p1 Ubuntu-3ubuntu0.6)
Started command osm-v150-merge-64#4213: 
            schedulerPod="$(kubectl get pods -n osm | grep airflow-scheduler| awk '{print $1; exit}')";             echo "Extracting logs from Airflow DAGs from pod ${schedulerPod}";             kubectl cp -n osm ${schedulerPod}:/opt/airflow/logs/scheduler/latest/dags logs/dags -c scheduler
        
Extracting logs from Airflow DAGs from pod airflow-scheduler-68f74d78c-swf4l
tar: Removing leading `/' from member names
Success command osm-v150-merge-64#4213: 
            schedulerPod="$(kubectl get pods -n osm | grep airflow-scheduler| awk '{print $1; exit}')";             echo "Extracting logs from Airflow DAGs from pod ${schedulerPod}";             kubectl cp -n osm ${schedulerPod}:/opt/airflow/logs/scheduler/latest/dags logs/dags -c scheduler
        
Disconnected from osm-v150-merge-64[172.21.249.217:22]