You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am using ARGOCD to deploy in a OpenShift Enviroment. If i using the Celery Executor everything works fine, but if i use the Kubernetes Executor the Scheduler give me a very confusing message.
____ |( )_______ / /________ __
____ /| |_ /__ / / __ / __ _ | /| / /
___ ___ | / _ / _ / _ / / // / |/ |/ / // |// // // // _/____/|__/
[2022-10-05 15:25:54,411] {scheduler_job.py:693} INFO - Starting the scheduler
[2022-10-05 15:25:54,411] {scheduler_job.py:698} INFO - Processing each file at most -1 times
[2022-10-05 15:25:54,700] {executor_loader.py:106} INFO - Loaded executor: KubernetesExecutor
[2022-10-05 15:25:55,000] {kubernetes_executor.py:513} INFO - Start Kubernetes executor
[2022-10-05 15:25:55,399] {kubernetes_executor.py:126} INFO - Event: and now my watch begins starting at resource_version: 0
[2022-10-05 15:25:55,697] {kubernetes_executor.py:462} INFO - Found 0 queued task instances
[2022-10-05 15:25:55,703] {manager.py:156} INFO - Launched DagFileProcessorManager with pid: 83
[2022-10-05 15:25:55,704] {scheduler_job.py:1218} INFO - Resetting orphaned tasks for active dag runs
[2022-10-05 15:25:55,902] {settings.py:55} INFO - Configured default timezone Timezone('UTC')
[2022-10-05 15:25:55,998] {settings.py:540} INFO - Loaded airflow_local_settings from /opt/airflow/config/airflow_local_settings.py .
[2022-10-05 15:28:05,704] {connectionpool.py:811} WARNING - Retrying (Retry(total=2, connect=None, read=None, redirect=None, status=None)) after connection broken by 'NewConnectionError('<urllib3.connection.HTTPSConnection object at 0x7f83a6f34550>: Failed to establish a new connection: [Errno 110] Connection timed out')': /api/v1/namespaces/xxx-dev/pods?labelSelector=airflow-worker%3D166&resourceVersion=0&watch=True
[2022-10-05 15:28:05,704] {connectionpool.py:811} WARNING - Retrying (Retry(total=2, connect=None, read=None, redirect=None, status=None)) after connection broken by 'NewConnectionError('<urllib3.connection.HTTPSConnection object at 0x7f83a6b281d0>: Failed to establish a new connection: [Errno 110] Connection timed out')': /api/v1/namespaces/xxx-dev/pods?fieldSelector=status.phase%3DSucceeded&labelSelector=kubernetes_executor%3DTrue
[2022-10-05 15:30:16,776] {connectionpool.py:811} WARNING - Retrying (Retry(total=1, connect=None, read=None, redirect=None, status=None)) after connection broken by 'NewConnectionError('<urllib3.connection.HTTPSConnection object at 0x7f83a6b28690>: Failed to establish a new connection: [Errno 110] Connection timed out')': /api/v1/namespaces/xxx-dev/pods?fieldSelector=status.phase%3DSucceeded&labelSelector=kubernetes_executor%3DTrue
[2022-10-05 15:30:16,777] {connectionpool.py:811} WARNING - Retrying (Retry(total=1, connect=None, read=None, redirect=None, status=None)) after connection broken by 'NewConnectionError('<urllib3.connection.HTTPSConnection object at 0x7f83a6f34490>: Failed to establish a new connection: [Errno 110] Connection timed out')': /api/v1/namespaces/xxx-dev/pods?labelSelector=airflow-worker%3D166&resourceVersion=0&watch=True
[2022-10-05 15:32:27,848] {connectionpool.py:811} WARNING - Retrying (Retry(total=0, connect=None, read=None, redirect=None, status=None)) after connection broken by 'NewConnectionError('<urllib3.connection.HTTPSConnection object at 0x7f83a6f34610>: Failed to establish a new connection: [Errno 110] Connection timed out')': /api/v1/namespaces/xxx-dev/pods?labelSelector=airflow-worker%3D166&resourceVersion=0&watch=True
[2022-10-05 15:32:27,848] {connectionpool.py:811} WARNING - Retrying (Retry(total=0, connect=None, read=None, redirect=None, status=None)) after connection broken by 'NewConnectionError('<urllib3.connection.HTTPSConnection object at 0x7f83a6b28710>: Failed to establish a new connection: [Errno 110] Connection timed out')': /api/v1/namespaces/xxx-dev/pods?
i hope anyone here in the community can help me out with this problem. openshift is a little bit tricky because i have set all security contexts to a new UID so that all is working fine.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
Hello @ALL,
I am using ARGOCD to deploy in a OpenShift Enviroment. If i using the Celery Executor everything works fine, but if i use the Kubernetes Executor the Scheduler give me a very confusing message.
____ |( )_______ / /________ __
____ /| |_ /__ / / __ / __ _ | /| / /
___ ___ | / _ / _ / _ / / // / |/ |/ /
// |// // // // _/____/|__/
[2022-10-05 15:25:54,411] {scheduler_job.py:693} INFO - Starting the scheduler
[2022-10-05 15:25:54,411] {scheduler_job.py:698} INFO - Processing each file at most -1 times
[2022-10-05 15:25:54,700] {executor_loader.py:106} INFO - Loaded executor: KubernetesExecutor
[2022-10-05 15:25:55,000] {kubernetes_executor.py:513} INFO - Start Kubernetes executor
[2022-10-05 15:25:55,399] {kubernetes_executor.py:126} INFO - Event: and now my watch begins starting at resource_version: 0
[2022-10-05 15:25:55,697] {kubernetes_executor.py:462} INFO - Found 0 queued task instances
[2022-10-05 15:25:55,703] {manager.py:156} INFO - Launched DagFileProcessorManager with pid: 83
[2022-10-05 15:25:55,704] {scheduler_job.py:1218} INFO - Resetting orphaned tasks for active dag runs
[2022-10-05 15:25:55,902] {settings.py:55} INFO - Configured default timezone Timezone('UTC')
[2022-10-05 15:25:55,998] {settings.py:540} INFO - Loaded airflow_local_settings from /opt/airflow/config/airflow_local_settings.py .
[2022-10-05 15:28:05,704] {connectionpool.py:811} WARNING - Retrying (Retry(total=2, connect=None, read=None, redirect=None, status=None)) after connection broken by 'NewConnectionError('<urllib3.connection.HTTPSConnection object at 0x7f83a6f34550>: Failed to establish a new connection: [Errno 110] Connection timed out')': /api/v1/namespaces/xxx-dev/pods?labelSelector=airflow-worker%3D166&resourceVersion=0&watch=True
[2022-10-05 15:28:05,704] {connectionpool.py:811} WARNING - Retrying (Retry(total=2, connect=None, read=None, redirect=None, status=None)) after connection broken by 'NewConnectionError('<urllib3.connection.HTTPSConnection object at 0x7f83a6b281d0>: Failed to establish a new connection: [Errno 110] Connection timed out')': /api/v1/namespaces/xxx-dev/pods?fieldSelector=status.phase%3DSucceeded&labelSelector=kubernetes_executor%3DTrue
[2022-10-05 15:30:16,776] {connectionpool.py:811} WARNING - Retrying (Retry(total=1, connect=None, read=None, redirect=None, status=None)) after connection broken by 'NewConnectionError('<urllib3.connection.HTTPSConnection object at 0x7f83a6b28690>: Failed to establish a new connection: [Errno 110] Connection timed out')': /api/v1/namespaces/xxx-dev/pods?fieldSelector=status.phase%3DSucceeded&labelSelector=kubernetes_executor%3DTrue
[2022-10-05 15:30:16,777] {connectionpool.py:811} WARNING - Retrying (Retry(total=1, connect=None, read=None, redirect=None, status=None)) after connection broken by 'NewConnectionError('<urllib3.connection.HTTPSConnection object at 0x7f83a6f34490>: Failed to establish a new connection: [Errno 110] Connection timed out')': /api/v1/namespaces/xxx-dev/pods?labelSelector=airflow-worker%3D166&resourceVersion=0&watch=True
[2022-10-05 15:32:27,848] {connectionpool.py:811} WARNING - Retrying (Retry(total=0, connect=None, read=None, redirect=None, status=None)) after connection broken by 'NewConnectionError('<urllib3.connection.HTTPSConnection object at 0x7f83a6f34610>: Failed to establish a new connection: [Errno 110] Connection timed out')': /api/v1/namespaces/xxx-dev/pods?labelSelector=airflow-worker%3D166&resourceVersion=0&watch=True
[2022-10-05 15:32:27,848] {connectionpool.py:811} WARNING - Retrying (Retry(total=0, connect=None, read=None, redirect=None, status=None)) after connection broken by 'NewConnectionError('<urllib3.connection.HTTPSConnection object at 0x7f83a6b28710>: Failed to establish a new connection: [Errno 110] Connection timed out')': /api/v1/namespaces/xxx-dev/pods?
i hope anyone here in the community can help me out with this problem. openshift is a little bit tricky because i have set all security contexts to a new UID so that all is working fine.
best reguards from austria
Beta Was this translation helpful? Give feedback.
All reactions