2024-05-24T09:42:55.193857626Z ..... 2024-05-24T09:42:56.157631035Z /home/airflow/.local/lib/python3.10/site-packages/airflow/configuration.py:384 FutureWarning: The auth_backends setting in [api] has had airflow.api.auth.backend.session added in the running config, which is needed by the UI. Please update your config before Apache Airflow 3.0. 2024-05-24T09:42:57.708983628Z /home/airflow/.local/lib/python3.10/site-packages/airflow/models/base.py:49 MovedIn20Warning: Deprecated API features detected! These feature(s) are not compatible with SQLAlchemy 2.0. To prevent incompatible upgrades prior to updating applications, ensure requirements files are pinned to "sqlalchemy<2.0". Set environment variable SQLALCHEMY_WARN_20=1 to show all deprecation warnings. Set environment variable SQLALCHEMY_SILENCE_UBER_WARNING=1 to silence this message. (Background on SQLAlchemy 2.0 at: https://sqlalche.me/e/b8d9) 2024-05-24T09:43:05.967475944Z [2024-05-24T09:43:05.965+0000] {db.py:755} INFO - Waiting for migrations... 0 second(s) 2024-05-24T09:43:06.972095541Z [2024-05-24T09:43:06.971+0000] {db.py:755} INFO - Waiting for migrations... 1 second(s) 2024-05-24T09:43:20.033808928Z 2024-05-24T09:43:21.463193337Z /home/airflow/.local/lib/python3.10/site-packages/airflow/configuration.py:384 FutureWarning: The auth_backends setting in [api] has had airflow.api.auth.backend.session added in the running config, which is needed by the UI. Please update your config before Apache Airflow 3.0. 2024-05-24T09:43:23.609509747Z /home/airflow/.local/lib/python3.10/site-packages/airflow/models/base.py:49 MovedIn20Warning: Deprecated API features detected! These feature(s) are not compatible with SQLAlchemy 2.0. To prevent incompatible upgrades prior to updating applications, ensure requirements files are pinned to "sqlalchemy<2.0". Set environment variable SQLALCHEMY_WARN_20=1 to show all deprecation warnings. Set environment variable SQLALCHEMY_SILENCE_UBER_WARNING=1 to silence this message. (Background on SQLAlchemy 2.0 at: https://sqlalche.me/e/b8d9) 2024-05-24T09:43:44.857891777Z [2024-05-24T09:43:44.854+0000] {manager.py:824} WARNING - No user yet created, use flask fab command to do it. 2024-05-24T09:43:54.453322428Z [2024-05-24T09:43:54.446+0000] {providers_manager.py:243} WARNING - Exception when importing 'airflow.providers.amazon.aws.hooks.base_aws.AwsGenericHook' from 'apache-airflow-providers-amazon' package 2024-05-24T09:43:54.453397346Z Traceback (most recent call last): 2024-05-24T09:43:54.453402101Z File "/home/airflow/.local/lib/python3.10/site-packages/airflow/providers_manager.py", line 275, in _sanity_check 2024-05-24T09:43:54.453405259Z imported_class = import_string(class_name) 2024-05-24T09:43:54.453408304Z File "/home/airflow/.local/lib/python3.10/site-packages/airflow/utils/module_loading.py", line 33, in import_string 2024-05-24T09:43:54.453411794Z module = import_module(module_path) 2024-05-24T09:43:54.453415743Z File "/usr/local/lib/python3.10/importlib/__init__.py", line 126, in import_module 2024-05-24T09:43:54.453438952Z return _bootstrap._gcd_import(name[level:], package, level) 2024-05-24T09:43:54.453442556Z File "", line 1050, in _gcd_import 2024-05-24T09:43:54.453445659Z File "", line 1027, in _find_and_load 2024-05-24T09:43:54.453448697Z File "", line 1006, in _find_and_load_unlocked 2024-05-24T09:43:54.453452186Z File "", line 688, in _load_unlocked 2024-05-24T09:43:54.453455209Z File "", line 883, in exec_module 2024-05-24T09:43:54.453458265Z File "", line 241, in _call_with_frames_removed 2024-05-24T09:43:54.453461280Z File "/home/airflow/.local/lib/python3.10/site-packages/airflow/providers/amazon/aws/hooks/base_aws.py", line 40, in 2024-05-24T09:43:54.453464267Z import boto3 2024-05-24T09:43:54.453467654Z File "/home/airflow/.local/lib/python3.10/site-packages/boto3/__init__.py", line 17, in 2024-05-24T09:43:54.453470485Z from boto3.session import Session 2024-05-24T09:43:54.453473321Z File "/home/airflow/.local/lib/python3.10/site-packages/boto3/session.py", line 17, in 2024-05-24T09:43:54.453476757Z import botocore.session 2024-05-24T09:43:54.453479617Z File "/home/airflow/.local/lib/python3.10/site-packages/botocore/session.py", line 26, in 2024-05-24T09:43:54.453492208Z import botocore.client 2024-05-24T09:43:54.453495324Z File "/home/airflow/.local/lib/python3.10/site-packages/botocore/client.py", line 15, in 2024-05-24T09:43:54.453498394Z from botocore import waiter, xform_name 2024-05-24T09:43:54.453512611Z File "/home/airflow/.local/lib/python3.10/site-packages/botocore/waiter.py", line 18, in 2024-05-24T09:43:54.453516432Z from botocore.docs.docstring import WaiterDocstring 2024-05-24T09:43:54.453526238Z File "/home/airflow/.local/lib/python3.10/site-packages/botocore/docs/__init__.py", line 15, in 2024-05-24T09:43:54.453529627Z from botocore.docs.service import ServiceDocumenter 2024-05-24T09:43:54.453532572Z File "/home/airflow/.local/lib/python3.10/site-packages/botocore/docs/service.py", line 14, in 2024-05-24T09:43:54.453535505Z from botocore.docs.client import ClientDocumenter, ClientExceptionsDocumenter 2024-05-24T09:43:54.453538557Z File "/home/airflow/.local/lib/python3.10/site-packages/botocore/docs/client.py", line 17, in 2024-05-24T09:43:54.453541430Z from botocore.docs.example import ResponseExampleDocumenter 2024-05-24T09:43:54.453544355Z File "/home/airflow/.local/lib/python3.10/site-packages/botocore/docs/example.py", line 13, in 2024-05-24T09:43:54.453547255Z from botocore.docs.shape import ShapeDocumenter 2024-05-24T09:43:54.453550551Z File "/home/airflow/.local/lib/python3.10/site-packages/botocore/docs/shape.py", line 19, in 2024-05-24T09:43:54.453553694Z from botocore.utils import is_json_value_header 2024-05-24T09:43:54.453556513Z File "/home/airflow/.local/lib/python3.10/site-packages/botocore/utils.py", line 37, in 2024-05-24T09:43:54.453559458Z import botocore.httpsession 2024-05-24T09:43:54.453562476Z File "/home/airflow/.local/lib/python3.10/site-packages/botocore/httpsession.py", line 22, in 2024-05-24T09:43:54.453598009Z from urllib3.util.ssl_ import ( 2024-05-24T09:43:54.453602293Z ImportError: cannot import name 'DEFAULT_CIPHERS' from 'urllib3.util.ssl_' (/home/airflow/.local/lib/python3.10/site-packages/urllib3/util/ssl_.py) 2024-05-24T09:43:54.498294502Z [2024-05-24T09:43:54.489+0000] {providers_manager.py:243} WARNING - Exception when importing 'airflow.providers.amazon.aws.hooks.emr.EmrHook' from 'apache-airflow-providers-amazon' package 2024-05-24T09:43:54.498310225Z Traceback (most recent call last): 2024-05-24T09:43:54.498314057Z File "/home/airflow/.local/lib/python3.10/site-packages/airflow/providers_manager.py", line 275, in _sanity_check 2024-05-24T09:43:54.498316977Z imported_class = import_string(class_name) 2024-05-24T09:43:54.498320440Z File "/home/airflow/.local/lib/python3.10/site-packages/airflow/utils/module_loading.py", line 33, in import_string 2024-05-24T09:43:54.498331876Z module = import_module(module_path) 2024-05-24T09:43:54.498336131Z File "/usr/local/lib/python3.10/importlib/__init__.py", line 126, in import_module 2024-05-24T09:43:54.498339494Z return _bootstrap._gcd_import(name[level:], package, level) 2024-05-24T09:43:54.498343195Z File "", line 1050, in _gcd_import 2024-05-24T09:43:54.498346347Z File "", line 1027, in _find_and_load 2024-05-24T09:43:54.498349295Z File "", line 1006, in _find_and_load_unlocked 2024-05-24T09:43:54.498352209Z File "", line 688, in _load_unlocked 2024-05-24T09:43:54.498355166Z File "", line 883, in exec_module 2024-05-24T09:43:54.498358176Z File "", line 241, in _call_with_frames_removed 2024-05-24T09:43:54.498361536Z File "/home/airflow/.local/lib/python3.10/site-packages/airflow/providers/amazon/aws/hooks/emr.py", line 29, in 2024-05-24T09:43:54.498364452Z from airflow.providers.amazon.aws.hooks.base_aws import AwsBaseHook 2024-05-24T09:43:54.498367355Z File "/home/airflow/.local/lib/python3.10/site-packages/airflow/providers/amazon/aws/hooks/base_aws.py", line 40, in 2024-05-24T09:43:54.498370253Z import boto3 2024-05-24T09:43:54.498373666Z File "/home/airflow/.local/lib/python3.10/site-packages/boto3/__init__.py", line 17, in 2024-05-24T09:43:54.498385295Z from boto3.session import Session 2024-05-24T09:43:54.498388323Z File "/home/airflow/.local/lib/python3.10/site-packages/boto3/session.py", line 17, in 2024-05-24T09:43:54.498391718Z import botocore.session 2024-05-24T09:43:54.498394576Z File "/home/airflow/.local/lib/python3.10/site-packages/botocore/session.py", line 26, in 2024-05-24T09:43:54.498397489Z import botocore.client 2024-05-24T09:43:54.498400419Z File "/home/airflow/.local/lib/python3.10/site-packages/botocore/client.py", line 15, in 2024-05-24T09:43:54.498403406Z from botocore import waiter, xform_name 2024-05-24T09:43:54.498406467Z File "/home/airflow/.local/lib/python3.10/site-packages/botocore/waiter.py", line 18, in 2024-05-24T09:43:54.498409324Z from botocore.docs.docstring import WaiterDocstring 2024-05-24T09:43:54.498412601Z File "/home/airflow/.local/lib/python3.10/site-packages/botocore/docs/__init__.py", line 15, in 2024-05-24T09:43:54.498415514Z from botocore.docs.service import ServiceDocumenter 2024-05-24T09:43:54.498418455Z File "/home/airflow/.local/lib/python3.10/site-packages/botocore/docs/service.py", line 14, in 2024-05-24T09:43:54.498421370Z from botocore.docs.client import ClientDocumenter, ClientExceptionsDocumenter 2024-05-24T09:43:54.498435922Z File "/home/airflow/.local/lib/python3.10/site-packages/botocore/docs/client.py", line 17, in 2024-05-24T09:43:54.498439033Z from botocore.docs.example import ResponseExampleDocumenter 2024-05-24T09:43:54.498442097Z File "/home/airflow/.local/lib/python3.10/site-packages/botocore/docs/example.py", line 13, in 2024-05-24T09:43:54.498445093Z from botocore.docs.shape import ShapeDocumenter 2024-05-24T09:43:54.498448224Z File "/home/airflow/.local/lib/python3.10/site-packages/botocore/docs/shape.py", line 19, in 2024-05-24T09:43:54.498451397Z from botocore.utils import is_json_value_header 2024-05-24T09:43:54.498454370Z File "/home/airflow/.local/lib/python3.10/site-packages/botocore/utils.py", line 37, in 2024-05-24T09:43:54.498457291Z import botocore.httpsession 2024-05-24T09:43:54.498460215Z File "/home/airflow/.local/lib/python3.10/site-packages/botocore/httpsession.py", line 22, in 2024-05-24T09:43:54.498463272Z from urllib3.util.ssl_ import ( 2024-05-24T09:43:54.498466788Z ImportError: cannot import name 'DEFAULT_CIPHERS' from 'urllib3.util.ssl_' (/home/airflow/.local/lib/python3.10/site-packages/urllib3/util/ssl_.py) 2024-05-24T09:44:05.671268622Z [2024-05-24T09:44:05.665+0000] {providers_manager.py:243} WARNING - Exception when importing 'airflow.providers.google.common.hooks.base_google.GoogleBaseHook' from 'apache-airflow-providers-google' package 2024-05-24T09:44:05.671295489Z Traceback (most recent call last): 2024-05-24T09:44:05.671299985Z File "/home/airflow/.local/lib/python3.10/site-packages/airflow/providers_manager.py", line 275, in _sanity_check 2024-05-24T09:44:05.671303161Z imported_class = import_string(class_name) 2024-05-24T09:44:05.671306368Z File "/home/airflow/.local/lib/python3.10/site-packages/airflow/utils/module_loading.py", line 33, in import_string 2024-05-24T09:44:05.671309893Z module = import_module(module_path) 2024-05-24T09:44:05.671313482Z File "/usr/local/lib/python3.10/importlib/__init__.py", line 126, in import_module 2024-05-24T09:44:05.671316907Z return _bootstrap._gcd_import(name[level:], package, level) 2024-05-24T09:44:05.671321088Z File "", line 1050, in _gcd_import 2024-05-24T09:44:05.671324030Z File "", line 1027, in _find_and_load 2024-05-24T09:44:05.671333975Z File "", line 1006, in _find_and_load_unlocked 2024-05-24T09:44:05.671336954Z File "", line 688, in _load_unlocked 2024-05-24T09:44:05.671340131Z File "", line 883, in exec_module 2024-05-24T09:44:05.671343056Z File "", line 241, in _call_with_frames_removed 2024-05-24T09:44:05.671346669Z File "/home/airflow/.local/lib/python3.10/site-packages/airflow/providers/google/common/hooks/base_google.py", line 51, in 2024-05-24T09:44:05.671349575Z from airflow.providers.google.cloud.utils.credentials_provider import ( 2024-05-24T09:44:05.671352604Z File "/home/airflow/.local/lib/python3.10/site-packages/airflow/providers/google/cloud/utils/credentials_provider.py", line 38, in 2024-05-24T09:44:05.671355919Z from airflow.providers.google.cloud._internal_client.secret_manager_client import _SecretManagerClient 2024-05-24T09:44:05.671359468Z File "/home/airflow/.local/lib/python3.10/site-packages/airflow/providers/google/cloud/_internal_client/secret_manager_client.py", line 23, in 2024-05-24T09:44:05.671362325Z from google.cloud.secretmanager_v1 import SecretManagerServiceClient 2024-05-24T09:44:05.671365316Z File "/home/airflow/.local/lib/python3.10/site-packages/google/cloud/secretmanager_v1/__init__.py", line 22, in 2024-05-24T09:44:05.671368270Z from google.cloud.secretmanager_v1 import types 2024-05-24T09:44:05.671371231Z File "/home/airflow/.local/lib/python3.10/site-packages/google/cloud/secretmanager_v1/types.py", line 23, in 2024-05-24T09:44:05.671374103Z from google.cloud.secretmanager_v1.proto import resources_pb2 2024-05-24T09:44:05.671401359Z File "/home/airflow/.local/lib/python3.10/site-packages/google/cloud/secretmanager_v1/proto/resources_pb2.py", line 57, in 2024-05-24T09:44:05.671405317Z _descriptor.EnumValueDescriptor( 2024-05-24T09:44:05.671408288Z File "/home/airflow/.local/lib/python3.10/site-packages/google/protobuf/descriptor.py", line 796, in __new__ 2024-05-24T09:44:05.671422579Z _message.Message._CheckCalledFromGeneratedFile() 2024-05-24T09:44:05.671425618Z TypeError: Descriptors cannot not be created directly. 2024-05-24T09:44:05.671428536Z If this call came from a _pb2.py file, your generated code is out of date and must be regenerated with protoc >= 3.19.0. 2024-05-24T09:44:05.671443867Z If you cannot immediately regenerate your protos, some other possible workarounds are: 2024-05-24T09:44:05.671447289Z 1. Downgrade the protobuf package to 3.20.x or lower. 2024-05-24T09:44:05.671450645Z 2. Set PROTOCOL_BUFFERS_PYTHON_IMPLEMENTATION=python (but this will use pure-Python parsing and will be much slower). 2024-05-24T09:44:05.671453427Z 2024-05-24T09:44:05.671456530Z More information: https://developers.google.com/protocol-buffers/docs/news/2022-05-06#python-updates 2024-05-24T09:44:07.169943507Z [2024-05-24T09:44:07.168+0000] {providers_manager.py:243} WARNING - Exception when importing 'airflow.providers.google.cloud.hooks.cloud_sql.CloudSQLHook' from 'apache-airflow-providers-google' package 2024-05-24T09:44:07.169963320Z Traceback (most recent call last): 2024-05-24T09:44:07.169967447Z File "/home/airflow/.local/lib/python3.10/site-packages/airflow/providers_manager.py", line 275, in _sanity_check 2024-05-24T09:44:07.169970459Z imported_class = import_string(class_name) 2024-05-24T09:44:07.169973578Z File "/home/airflow/.local/lib/python3.10/site-packages/airflow/utils/module_loading.py", line 33, in import_string 2024-05-24T09:44:07.169976458Z module = import_module(module_path) 2024-05-24T09:44:07.169980126Z File "/usr/local/lib/python3.10/importlib/__init__.py", line 126, in import_module 2024-05-24T09:44:07.169993269Z return _bootstrap._gcd_import(name[level:], package, level) 2024-05-24T09:44:07.169997422Z File "", line 1050, in _gcd_import 2024-05-24T09:44:07.170001721Z File "", line 1027, in _find_and_load 2024-05-24T09:44:07.170006049Z File "", line 1006, in _find_and_load_unlocked 2024-05-24T09:44:07.170010889Z File "", line 688, in _load_unlocked 2024-05-24T09:44:07.170016256Z File "", line 883, in exec_module 2024-05-24T09:44:07.170020955Z File "", line 241, in _call_with_frames_removed 2024-05-24T09:44:07.170026590Z File "/home/airflow/.local/lib/python3.10/site-packages/airflow/providers/google/cloud/hooks/cloud_sql.py", line 52, in 2024-05-24T09:44:07.170031447Z from airflow.providers.google.common.hooks.base_google import GoogleBaseHook, get_field 2024-05-24T09:44:07.170035860Z File "/home/airflow/.local/lib/python3.10/site-packages/airflow/providers/google/common/hooks/base_google.py", line 51, in 2024-05-24T09:44:07.170046299Z from airflow.providers.google.cloud.utils.credentials_provider import ( 2024-05-24T09:44:07.170051442Z File "/home/airflow/.local/lib/python3.10/site-packages/airflow/providers/google/cloud/utils/credentials_provider.py", line 38, in 2024-05-24T09:44:07.170056595Z from airflow.providers.google.cloud._internal_client.secret_manager_client import _SecretManagerClient 2024-05-24T09:44:07.170062174Z File "/home/airflow/.local/lib/python3.10/site-packages/airflow/providers/google/cloud/_internal_client/secret_manager_client.py", line 23, in 2024-05-24T09:44:07.170066424Z from google.cloud.secretmanager_v1 import SecretManagerServiceClient 2024-05-24T09:44:07.170070357Z File "/home/airflow/.local/lib/python3.10/site-packages/google/cloud/secretmanager_v1/__init__.py", line 22, in 2024-05-24T09:44:07.170074515Z from google.cloud.secretmanager_v1 import types 2024-05-24T09:44:07.170078563Z File "/home/airflow/.local/lib/python3.10/site-packages/google/cloud/secretmanager_v1/types.py", line 23, in 2024-05-24T09:44:07.170083639Z from google.cloud.secretmanager_v1.proto import resources_pb2 2024-05-24T09:44:07.170088188Z File "/home/airflow/.local/lib/python3.10/site-packages/google/cloud/secretmanager_v1/proto/resources_pb2.py", line 57, in 2024-05-24T09:44:07.170093384Z _descriptor.EnumValueDescriptor( 2024-05-24T09:44:07.170097780Z File "/home/airflow/.local/lib/python3.10/site-packages/google/protobuf/descriptor.py", line 796, in __new__ 2024-05-24T09:44:07.170101999Z _message.Message._CheckCalledFromGeneratedFile() 2024-05-24T09:44:07.170106091Z TypeError: Descriptors cannot not be created directly. 2024-05-24T09:44:07.170109213Z If this call came from a _pb2.py file, your generated code is out of date and must be regenerated with protoc >= 3.19.0. 2024-05-24T09:44:07.170112115Z If you cannot immediately regenerate your protos, some other possible workarounds are: 2024-05-24T09:44:07.170115383Z 1. Downgrade the protobuf package to 3.20.x or lower. 2024-05-24T09:44:07.170118340Z 2. Set PROTOCOL_BUFFERS_PYTHON_IMPLEMENTATION=python (but this will use pure-Python parsing and will be much slower). 2024-05-24T09:44:07.170121148Z 2024-05-24T09:44:07.170124324Z More information: https://developers.google.com/protocol-buffers/docs/news/2022-05-06#python-updates 2024-05-24T09:44:07.182525716Z [2024-05-24T09:44:07.177+0000] {providers_manager.py:243} WARNING - Exception when importing 'airflow.providers.google.cloud.hooks.cloud_sql.CloudSQLDatabaseHook' from 'apache-airflow-providers-google' package 2024-05-24T09:44:07.182539933Z Traceback (most recent call last): 2024-05-24T09:44:07.182543971Z File "/home/airflow/.local/lib/python3.10/site-packages/airflow/providers_manager.py", line 275, in _sanity_check 2024-05-24T09:44:07.182547077Z imported_class = import_string(class_name) 2024-05-24T09:44:07.182550062Z File "/home/airflow/.local/lib/python3.10/site-packages/airflow/utils/module_loading.py", line 33, in import_string 2024-05-24T09:44:07.182553022Z module = import_module(module_path) 2024-05-24T09:44:07.182556813Z File "/usr/local/lib/python3.10/importlib/__init__.py", line 126, in import_module 2024-05-24T09:44:07.182560389Z return _bootstrap._gcd_import(name[level:], package, level) 2024-05-24T09:44:07.182563651Z File "", line 1050, in _gcd_import 2024-05-24T09:44:07.182566622Z File "", line 1027, in _find_and_load 2024-05-24T09:44:07.182569579Z File "", line 1006, in _find_and_load_unlocked 2024-05-24T09:44:07.182572610Z File "", line 688, in _load_unlocked 2024-05-24T09:44:07.182575609Z File "", line 883, in exec_module 2024-05-24T09:44:07.182578591Z File "", line 241, in _call_with_frames_removed 2024-05-24T09:44:07.182582083Z File "/home/airflow/.local/lib/python3.10/site-packages/airflow/providers/google/cloud/hooks/cloud_sql.py", line 52, in 2024-05-24T09:44:07.182585135Z from airflow.providers.google.common.hooks.base_google import GoogleBaseHook, get_field 2024-05-24T09:44:07.182588489Z File "/home/airflow/.local/lib/python3.10/site-packages/airflow/providers/google/common/hooks/base_google.py", line 51, in 2024-05-24T09:44:07.182591463Z from airflow.providers.google.cloud.utils.credentials_provider import ( 2024-05-24T09:44:07.182594455Z File "/home/airflow/.local/lib/python3.10/site-packages/airflow/providers/google/cloud/utils/credentials_provider.py", line 38, in 2024-05-24T09:44:07.182598034Z from airflow.providers.google.cloud._internal_client.secret_manager_client import _SecretManagerClient 2024-05-24T09:44:07.182601627Z File "/home/airflow/.local/lib/python3.10/site-packages/airflow/providers/google/cloud/_internal_client/secret_manager_client.py", line 23, in 2024-05-24T09:44:07.182604565Z from google.cloud.secretmanager_v1 import SecretManagerServiceClient 2024-05-24T09:44:07.182607593Z File "/home/airflow/.local/lib/python3.10/site-packages/google/cloud/secretmanager_v1/__init__.py", line 22, in 2024-05-24T09:44:07.182610736Z from google.cloud.secretmanager_v1 import types 2024-05-24T09:44:07.182613897Z File "/home/airflow/.local/lib/python3.10/site-packages/google/cloud/secretmanager_v1/types.py", line 23, in 2024-05-24T09:44:07.182616803Z from google.cloud.secretmanager_v1.proto import resources_pb2 2024-05-24T09:44:07.182619891Z File "/home/airflow/.local/lib/python3.10/site-packages/google/cloud/secretmanager_v1/proto/resources_pb2.py", line 57, in 2024-05-24T09:44:07.182623200Z _descriptor.EnumValueDescriptor( 2024-05-24T09:44:07.182626221Z File "/home/airflow/.local/lib/python3.10/site-packages/google/protobuf/descriptor.py", line 796, in __new__ 2024-05-24T09:44:07.182629204Z _message.Message._CheckCalledFromGeneratedFile() 2024-05-24T09:44:07.182632265Z TypeError: Descriptors cannot not be created directly. 2024-05-24T09:44:07.182635310Z If this call came from a _pb2.py file, your generated code is out of date and must be regenerated with protoc >= 3.19.0. 2024-05-24T09:44:07.182638364Z If you cannot immediately regenerate your protos, some other possible workarounds are: 2024-05-24T09:44:07.182644736Z 1. Downgrade the protobuf package to 3.20.x or lower. 2024-05-24T09:44:07.182647710Z 2. Set PROTOCOL_BUFFERS_PYTHON_IMPLEMENTATION=python (but this will use pure-Python parsing and will be much slower). 2024-05-24T09:44:07.182650522Z 2024-05-24T09:44:07.182653970Z More information: https://developers.google.com/protocol-buffers/docs/news/2022-05-06#python-updates 2024-05-24T09:44:08.590269235Z [2024-05-24T09:44:08.587+0000] {providers_manager.py:243} WARNING - Exception when importing 'airflow.providers.google.cloud.hooks.bigquery.BigQueryHook' from 'apache-airflow-providers-google' package 2024-05-24T09:44:08.590290035Z Traceback (most recent call last): 2024-05-24T09:44:08.590293897Z File "/home/airflow/.local/lib/python3.10/site-packages/airflow/providers_manager.py", line 275, in _sanity_check 2024-05-24T09:44:08.590297278Z imported_class = import_string(class_name) 2024-05-24T09:44:08.590300252Z File "/home/airflow/.local/lib/python3.10/site-packages/airflow/utils/module_loading.py", line 33, in import_string 2024-05-24T09:44:08.590303475Z module = import_module(module_path) 2024-05-24T09:44:08.590307086Z File "/usr/local/lib/python3.10/importlib/__init__.py", line 126, in import_module 2024-05-24T09:44:08.590310699Z return _bootstrap._gcd_import(name[level:], package, level) 2024-05-24T09:44:08.590314588Z File "", line 1050, in _gcd_import 2024-05-24T09:44:08.590317773Z File "", line 1027, in _find_and_load 2024-05-24T09:44:08.590320962Z File "", line 1006, in _find_and_load_unlocked 2024-05-24T09:44:08.590323842Z File "", line 688, in _load_unlocked 2024-05-24T09:44:08.590327077Z File "", line 883, in exec_module 2024-05-24T09:44:08.590330071Z File "", line 241, in _call_with_frames_removed 2024-05-24T09:44:08.590333870Z File "/home/airflow/.local/lib/python3.10/site-packages/airflow/providers/google/cloud/hooks/bigquery.py", line 62, in 2024-05-24T09:44:08.590337515Z from airflow.providers.google.common.hooks.base_google import GoogleBaseAsyncHook, GoogleBaseHook, get_field 2024-05-24T09:44:08.590340961Z File "/home/airflow/.local/lib/python3.10/site-packages/airflow/providers/google/common/hooks/base_google.py", line 51, in 2024-05-24T09:44:08.590344017Z from airflow.providers.google.cloud.utils.credentials_provider import ( 2024-05-24T09:44:08.590347199Z File "/home/airflow/.local/lib/python3.10/site-packages/airflow/providers/google/cloud/utils/credentials_provider.py", line 38, in 2024-05-24T09:44:08.590350371Z from airflow.providers.google.cloud._internal_client.secret_manager_client import _SecretManagerClient 2024-05-24T09:44:08.590354020Z File "/home/airflow/.local/lib/python3.10/site-packages/airflow/providers/google/cloud/_internal_client/secret_manager_client.py", line 23, in 2024-05-24T09:44:08.590356860Z from google.cloud.secretmanager_v1 import SecretManagerServiceClient 2024-05-24T09:44:08.590359758Z File "/home/airflow/.local/lib/python3.10/site-packages/google/cloud/secretmanager_v1/__init__.py", line 22, in 2024-05-24T09:44:08.590362888Z from google.cloud.secretmanager_v1 import types 2024-05-24T09:44:08.590365992Z File "/home/airflow/.local/lib/python3.10/site-packages/google/cloud/secretmanager_v1/types.py", line 23, in 2024-05-24T09:44:08.590368968Z from google.cloud.secretmanager_v1.proto import resources_pb2 2024-05-24T09:44:08.590371857Z File "/home/airflow/.local/lib/python3.10/site-packages/google/cloud/secretmanager_v1/proto/resources_pb2.py", line 57, in 2024-05-24T09:44:08.590394090Z _descriptor.EnumValueDescriptor( 2024-05-24T09:44:08.590397337Z File "/home/airflow/.local/lib/python3.10/site-packages/google/protobuf/descriptor.py", line 796, in __new__ 2024-05-24T09:44:08.590400477Z _message.Message._CheckCalledFromGeneratedFile() 2024-05-24T09:44:08.590403432Z TypeError: Descriptors cannot not be created directly. 2024-05-24T09:44:08.590406481Z If this call came from a _pb2.py file, your generated code is out of date and must be regenerated with protoc >= 3.19.0. 2024-05-24T09:44:08.590409723Z If you cannot immediately regenerate your protos, some other possible workarounds are: 2024-05-24T09:44:08.590412604Z 1. Downgrade the protobuf package to 3.20.x or lower. 2024-05-24T09:44:08.590415513Z 2. Set PROTOCOL_BUFFERS_PYTHON_IMPLEMENTATION=python (but this will use pure-Python parsing and will be much slower). 2024-05-24T09:44:08.590418248Z 2024-05-24T09:44:08.590421303Z More information: https://developers.google.com/protocol-buffers/docs/news/2022-05-06#python-updates 2024-05-24T09:44:16.583226338Z [2024-05-24T09:44:16.581+0000] {providers_manager.py:243} WARNING - Exception when importing 'airflow.providers.google.cloud.hooks.compute_ssh.ComputeEngineSSHHook' from 'apache-airflow-providers-google' package 2024-05-24T09:44:16.583236641Z Traceback (most recent call last): 2024-05-24T09:44:16.583240247Z File "/home/airflow/.local/lib/python3.10/site-packages/airflow/providers_manager.py", line 275, in _sanity_check 2024-05-24T09:44:16.583243638Z imported_class = import_string(class_name) 2024-05-24T09:44:16.583246563Z File "/home/airflow/.local/lib/python3.10/site-packages/airflow/utils/module_loading.py", line 33, in import_string 2024-05-24T09:44:16.583249530Z module = import_module(module_path) 2024-05-24T09:44:16.583252750Z File "/usr/local/lib/python3.10/importlib/__init__.py", line 126, in import_module 2024-05-24T09:44:16.583255889Z return _bootstrap._gcd_import(name[level:], package, level) 2024-05-24T09:44:16.583258986Z File "", line 1050, in _gcd_import 2024-05-24T09:44:16.583262230Z File "", line 1027, in _find_and_load 2024-05-24T09:44:16.583265129Z File "", line 1006, in _find_and_load_unlocked 2024-05-24T09:44:16.583267987Z File "", line 688, in _load_unlocked 2024-05-24T09:44:16.583270846Z File "", line 883, in exec_module 2024-05-24T09:44:16.583274017Z File "", line 241, in _call_with_frames_removed 2024-05-24T09:44:16.583277342Z File "/home/airflow/.local/lib/python3.10/site-packages/airflow/providers/google/cloud/hooks/compute_ssh.py", line 29, in 2024-05-24T09:44:16.583280249Z from airflow.providers.google.cloud.hooks.compute import ComputeEngineHook 2024-05-24T09:44:16.583283218Z File "/home/airflow/.local/lib/python3.10/site-packages/airflow/providers/google/cloud/hooks/compute.py", line 33, in 2024-05-24T09:44:16.583286729Z from airflow.providers.google.common.hooks.base_google import PROVIDE_PROJECT_ID, GoogleBaseHook 2024-05-24T09:44:16.583289855Z File "/home/airflow/.local/lib/python3.10/site-packages/airflow/providers/google/common/hooks/base_google.py", line 51, in 2024-05-24T09:44:16.583292730Z from airflow.providers.google.cloud.utils.credentials_provider import ( 2024-05-24T09:44:16.583295910Z File "/home/airflow/.local/lib/python3.10/site-packages/airflow/providers/google/cloud/utils/credentials_provider.py", line 38, in 2024-05-24T09:44:16.583298893Z from airflow.providers.google.cloud._internal_client.secret_manager_client import _SecretManagerClient 2024-05-24T09:44:16.583306903Z File "/home/airflow/.local/lib/python3.10/site-packages/airflow/providers/google/cloud/_internal_client/secret_manager_client.py", line 23, in 2024-05-24T09:44:16.583309789Z from google.cloud.secretmanager_v1 import SecretManagerServiceClient 2024-05-24T09:44:16.583312683Z File "/home/airflow/.local/lib/python3.10/site-packages/google/cloud/secretmanager_v1/__init__.py", line 22, in 2024-05-24T09:44:16.583315741Z from google.cloud.secretmanager_v1 import types 2024-05-24T09:44:16.583318704Z File "/home/airflow/.local/lib/python3.10/site-packages/google/cloud/secretmanager_v1/types.py", line 23, in 2024-05-24T09:44:16.583321520Z from google.cloud.secretmanager_v1.proto import resources_pb2 2024-05-24T09:44:16.583324598Z File "/home/airflow/.local/lib/python3.10/site-packages/google/cloud/secretmanager_v1/proto/resources_pb2.py", line 57, in 2024-05-24T09:44:16.583327506Z _descriptor.EnumValueDescriptor( 2024-05-24T09:44:16.583330461Z File "/home/airflow/.local/lib/python3.10/site-packages/google/protobuf/descriptor.py", line 796, in __new__ 2024-05-24T09:44:16.583333459Z _message.Message._CheckCalledFromGeneratedFile() 2024-05-24T09:44:16.583336354Z TypeError: Descriptors cannot not be created directly. 2024-05-24T09:44:16.583339323Z If this call came from a _pb2.py file, your generated code is out of date and must be regenerated with protoc >= 3.19.0. 2024-05-24T09:44:16.583342196Z If you cannot immediately regenerate your protos, some other possible workarounds are: 2024-05-24T09:44:16.583345043Z 1. Downgrade the protobuf package to 3.20.x or lower. 2024-05-24T09:44:16.583348069Z 2. Set PROTOCOL_BUFFERS_PYTHON_IMPLEMENTATION=python (but this will use pure-Python parsing and will be much slower). 2024-05-24T09:44:16.583350770Z 2024-05-24T09:44:16.583353784Z More information: https://developers.google.com/protocol-buffers/docs/news/2022-05-06#python-updates 2024-05-24T09:44:16.589876610Z [2024-05-24T09:44:16.586+0000] {providers_manager.py:235} INFO - Optional provider feature disabled when importing 'airflow.providers.google.leveldb.hooks.leveldb.LevelDBHook' from 'apache-airflow-providers-google' package 2024-05-24T09:44:16.801126249Z [2024-05-24T09:44:16.799+0000] {providers_manager.py:243} WARNING - Exception when importing 'airflow.providers.http.hooks.http.HttpHook' from 'apache-airflow-providers-http' package 2024-05-24T09:44:16.801139431Z Traceback (most recent call last): 2024-05-24T09:44:16.801143515Z File "/home/airflow/.local/lib/python3.10/site-packages/requests_toolbelt/_compat.py", line 48, in 2024-05-24T09:44:16.801146975Z from requests.packages.urllib3.contrib import appengine as gaecontrib 2024-05-24T09:44:16.801150354Z ImportError: cannot import name 'appengine' from 'requests.packages.urllib3.contrib' (/home/airflow/.local/lib/python3.10/site-packages/urllib3/contrib/__init__.py) 2024-05-24T09:44:16.801153296Z 2024-05-24T09:44:16.801156235Z During handling of the above exception, another exception occurred: 2024-05-24T09:44:16.801159027Z 2024-05-24T09:44:16.801162036Z Traceback (most recent call last): 2024-05-24T09:44:16.801165216Z File "/home/airflow/.local/lib/python3.10/site-packages/airflow/providers_manager.py", line 275, in _sanity_check 2024-05-24T09:44:16.801168126Z imported_class = import_string(class_name) 2024-05-24T09:44:16.801170927Z File "/home/airflow/.local/lib/python3.10/site-packages/airflow/utils/module_loading.py", line 33, in import_string 2024-05-24T09:44:16.801173689Z module = import_module(module_path) 2024-05-24T09:44:16.801177093Z File "/usr/local/lib/python3.10/importlib/__init__.py", line 126, in import_module 2024-05-24T09:44:16.801180198Z return _bootstrap._gcd_import(name[level:], package, level) 2024-05-24T09:44:16.801192286Z File "", line 1050, in _gcd_import 2024-05-24T09:44:16.801195241Z File "", line 1027, in _find_and_load 2024-05-24T09:44:16.801198094Z File "", line 1006, in _find_and_load_unlocked 2024-05-24T09:44:16.801201336Z File "", line 688, in _load_unlocked 2024-05-24T09:44:16.801204132Z File "", line 883, in exec_module 2024-05-24T09:44:16.801206913Z File "", line 241, in _call_with_frames_removed 2024-05-24T09:44:16.801209753Z File "/home/airflow/.local/lib/python3.10/site-packages/airflow/providers/http/hooks/http.py", line 29, in 2024-05-24T09:44:16.801212604Z from requests_toolbelt.adapters.socket_options import TCPKeepAliveAdapter 2024-05-24T09:44:16.801215411Z File "/home/airflow/.local/lib/python3.10/site-packages/requests_toolbelt/__init__.py", line 12, in 2024-05-24T09:44:16.801218258Z from .adapters import SSLAdapter, SourceAddressAdapter 2024-05-24T09:44:16.801221424Z File "/home/airflow/.local/lib/python3.10/site-packages/requests_toolbelt/adapters/__init__.py", line 12, in 2024-05-24T09:44:16.801231761Z from .ssl import SSLAdapter 2024-05-24T09:44:16.801234916Z File "/home/airflow/.local/lib/python3.10/site-packages/requests_toolbelt/adapters/ssl.py", line 16, in 2024-05-24T09:44:16.801244390Z from .._compat import poolmanager 2024-05-24T09:44:16.801247475Z File "/home/airflow/.local/lib/python3.10/site-packages/requests_toolbelt/_compat.py", line 50, in 2024-05-24T09:44:16.801250406Z from urllib3.contrib import appengine as gaecontrib 2024-05-24T09:44:16.801253881Z ImportError: cannot import name 'appengine' from 'urllib3.contrib' (/home/airflow/.local/lib/python3.10/site-packages/urllib3/contrib/__init__.py) 2024-05-24T09:44:19.742033663Z /home/airflow/.local/lib/python3.10/site-packages/azure/storage/common/_connection.py:82 SyntaxWarning: "is" with a literal. Did you mean "=="? 2024-05-24T09:44:24.440625446Z /home/airflow/.local/lib/python3.10/site-packages/snowflake/connector/options.py:107 UserWarning: You have an incompatible version of 'pyarrow' installed (9.0.0), please install a version that adheres to: 'pyarrow<10.1.0,>=10.0.1; extra == "pandas"' 2024-05-24T09:44:27.105389776Z [2024-05-24T09:44:27.104+0000] {providers_manager.py:243} WARNING - Exception when importing 'airflow.providers.amazon.aws.hooks.base_aws.AwsGenericHook' from 'apache-airflow-providers-amazon' package 2024-05-24T09:44:27.105445111Z Traceback (most recent call last): 2024-05-24T09:44:27.105450117Z File "/home/airflow/.local/lib/python3.10/site-packages/airflow/providers_manager.py", line 275, in _sanity_check 2024-05-24T09:44:27.105453371Z imported_class = import_string(class_name) 2024-05-24T09:44:27.105456461Z File "/home/airflow/.local/lib/python3.10/site-packages/airflow/utils/module_loading.py", line 33, in import_string 2024-05-24T09:44:27.105459587Z module = import_module(module_path) 2024-05-24T09:44:27.105482938Z File "/usr/local/lib/python3.10/importlib/__init__.py", line 126, in import_module 2024-05-24T09:44:27.105487523Z return _bootstrap._gcd_import(name[level:], package, level) 2024-05-24T09:44:27.105505127Z File "", line 1050, in _gcd_import 2024-05-24T09:44:27.105508322Z File "", line 1027, in _find_and_load 2024-05-24T09:44:27.105511600Z File "", line 1006, in _find_and_load_unlocked 2024-05-24T09:44:27.105515188Z File "", line 688, in _load_unlocked 2024-05-24T09:44:27.105530700Z File "", line 883, in exec_module 2024-05-24T09:44:27.105556876Z File "", line 241, in _call_with_frames_removed 2024-05-24T09:44:27.105560346Z File "/home/airflow/.local/lib/python3.10/site-packages/airflow/providers/amazon/aws/hooks/base_aws.py", line 40, in 2024-05-24T09:44:27.105563449Z import boto3 2024-05-24T09:44:27.105578421Z File "/home/airflow/.local/lib/python3.10/site-packages/boto3/__init__.py", line 17, in 2024-05-24T09:44:27.105581811Z from boto3.session import Session 2024-05-24T09:44:27.105585684Z File "/home/airflow/.local/lib/python3.10/site-packages/boto3/session.py", line 17, in 2024-05-24T09:44:27.105589444Z import botocore.session 2024-05-24T09:44:27.105603830Z File "/home/airflow/.local/lib/python3.10/site-packages/botocore/session.py", line 26, in 2024-05-24T09:44:27.105607107Z import botocore.client 2024-05-24T09:44:27.105610139Z File "/home/airflow/.local/lib/python3.10/site-packages/botocore/client.py", line 15, in 2024-05-24T09:44:27.105613103Z from botocore import waiter, xform_name 2024-05-24T09:44:27.105626224Z File "/home/airflow/.local/lib/python3.10/site-packages/botocore/waiter.py", line 18, in 2024-05-24T09:44:27.105629324Z from botocore.docs.docstring import WaiterDocstring 2024-05-24T09:44:27.105632315Z File "/home/airflow/.local/lib/python3.10/site-packages/botocore/docs/__init__.py", line 15, in 2024-05-24T09:44:27.105635596Z from botocore.docs.service import ServiceDocumenter 2024-05-24T09:44:27.105638563Z File "/home/airflow/.local/lib/python3.10/site-packages/botocore/docs/service.py", line 14, in 2024-05-24T09:44:27.105660694Z from botocore.docs.client import ClientDocumenter, ClientExceptionsDocumenter 2024-05-24T09:44:27.105664869Z File "/home/airflow/.local/lib/python3.10/site-packages/botocore/docs/client.py", line 17, in 2024-05-24T09:44:27.105681674Z from botocore.docs.example import ResponseExampleDocumenter 2024-05-24T09:44:27.105694500Z File "/home/airflow/.local/lib/python3.10/site-packages/botocore/docs/example.py", line 13, in 2024-05-24T09:44:27.105697821Z from botocore.docs.shape import ShapeDocumenter 2024-05-24T09:44:27.105700953Z File "/home/airflow/.local/lib/python3.10/site-packages/botocore/docs/shape.py", line 19, in 2024-05-24T09:44:27.105710293Z from botocore.utils import is_json_value_header 2024-05-24T09:44:27.105713378Z File "/home/airflow/.local/lib/python3.10/site-packages/botocore/utils.py", line 37, in 2024-05-24T09:44:27.105716292Z import botocore.httpsession 2024-05-24T09:44:27.105722771Z File "/home/airflow/.local/lib/python3.10/site-packages/botocore/httpsession.py", line 22, in 2024-05-24T09:44:27.105738076Z from urllib3.util.ssl_ import ( 2024-05-24T09:44:27.105742526Z ImportError: cannot import name 'DEFAULT_CIPHERS' from 'urllib3.util.ssl_' (/home/airflow/.local/lib/python3.10/site-packages/urllib3/util/ssl_.py) 2024-05-24T09:44:27.138132539Z [2024-05-24T09:44:27.129+0000] {providers_manager.py:243} WARNING - Exception when importing 'airflow.providers.amazon.aws.hooks.emr.EmrHook' from 'apache-airflow-providers-amazon' package 2024-05-24T09:44:27.138150460Z Traceback (most recent call last): 2024-05-24T09:44:27.138154479Z File "/home/airflow/.local/lib/python3.10/site-packages/airflow/providers_manager.py", line 275, in _sanity_check 2024-05-24T09:44:27.138157450Z imported_class = import_string(class_name) 2024-05-24T09:44:27.138160379Z File "/home/airflow/.local/lib/python3.10/site-packages/airflow/utils/module_loading.py", line 33, in import_string 2024-05-24T09:44:27.138185882Z module = import_module(module_path) 2024-05-24T09:44:27.138189605Z File "/usr/local/lib/python3.10/importlib/__init__.py", line 126, in import_module 2024-05-24T09:44:27.138193006Z return _bootstrap._gcd_import(name[level:], package, level) 2024-05-24T09:44:27.138196564Z File "", line 1050, in _gcd_import 2024-05-24T09:44:27.138199541Z File "", line 1027, in _find_and_load 2024-05-24T09:44:27.138202466Z File "", line 1006, in _find_and_load_unlocked 2024-05-24T09:44:27.138205360Z File "", line 688, in _load_unlocked 2024-05-24T09:44:27.138218998Z File "", line 883, in exec_module 2024-05-24T09:44:27.138222385Z File "", line 241, in _call_with_frames_removed 2024-05-24T09:44:27.138225108Z File "/home/airflow/.local/lib/python3.10/site-packages/airflow/providers/amazon/aws/hooks/emr.py", line 29, in 2024-05-24T09:44:27.138227856Z from airflow.providers.amazon.aws.hooks.base_aws import AwsBaseHook 2024-05-24T09:44:27.138231014Z File "/home/airflow/.local/lib/python3.10/site-packages/airflow/providers/amazon/aws/hooks/base_aws.py", line 40, in 2024-05-24T09:44:27.138233889Z import boto3 2024-05-24T09:44:27.138237335Z File "/home/airflow/.local/lib/python3.10/site-packages/boto3/__init__.py", line 17, in 2024-05-24T09:44:27.138240137Z from boto3.session import Session 2024-05-24T09:44:27.138243153Z File "/home/airflow/.local/lib/python3.10/site-packages/boto3/session.py", line 17, in 2024-05-24T09:44:27.138246849Z import botocore.session 2024-05-24T09:44:27.138249534Z File "/home/airflow/.local/lib/python3.10/site-packages/botocore/session.py", line 26, in 2024-05-24T09:44:27.138252325Z import botocore.client 2024-05-24T09:44:27.138255747Z File "/home/airflow/.local/lib/python3.10/site-packages/botocore/client.py", line 15, in 2024-05-24T09:44:27.138258439Z from botocore import waiter, xform_name 2024-05-24T09:44:27.138261136Z File "/home/airflow/.local/lib/python3.10/site-packages/botocore/waiter.py", line 18, in 2024-05-24T09:44:27.138263810Z from botocore.docs.docstring import WaiterDocstring 2024-05-24T09:44:27.138266621Z File "/home/airflow/.local/lib/python3.10/site-packages/botocore/docs/__init__.py", line 15, in 2024-05-24T09:44:27.138269462Z from botocore.docs.service import ServiceDocumenter 2024-05-24T09:44:27.138272093Z File "/home/airflow/.local/lib/python3.10/site-packages/botocore/docs/service.py", line 14, in 2024-05-24T09:44:27.138274786Z from botocore.docs.client import ClientDocumenter, ClientExceptionsDocumenter 2024-05-24T09:44:27.138277505Z File "/home/airflow/.local/lib/python3.10/site-packages/botocore/docs/client.py", line 17, in 2024-05-24T09:44:27.138280176Z from botocore.docs.example import ResponseExampleDocumenter 2024-05-24T09:44:27.138282803Z File "/home/airflow/.local/lib/python3.10/site-packages/botocore/docs/example.py", line 13, in 2024-05-24T09:44:27.138285491Z from botocore.docs.shape import ShapeDocumenter 2024-05-24T09:44:27.138288296Z File "/home/airflow/.local/lib/python3.10/site-packages/botocore/docs/shape.py", line 19, in 2024-05-24T09:44:27.138290995Z from botocore.utils import is_json_value_header 2024-05-24T09:44:27.138293613Z File "/home/airflow/.local/lib/python3.10/site-packages/botocore/utils.py", line 37, in 2024-05-24T09:44:27.138296236Z import botocore.httpsession 2024-05-24T09:44:27.138298938Z File "/home/airflow/.local/lib/python3.10/site-packages/botocore/httpsession.py", line 22, in 2024-05-24T09:44:27.138308030Z from urllib3.util.ssl_ import ( 2024-05-24T09:44:27.138311804Z ImportError: cannot import name 'DEFAULT_CIPHERS' from 'urllib3.util.ssl_' (/home/airflow/.local/lib/python3.10/site-packages/urllib3/util/ssl_.py) 2024-05-24T09:44:27.170931078Z [2024-05-24T09:44:27.157+0000] {providers_manager.py:243} WARNING - Exception when importing 'airflow.providers.google.common.hooks.base_google.GoogleBaseHook' from 'apache-airflow-providers-google' package 2024-05-24T09:44:27.170942498Z Traceback (most recent call last): 2024-05-24T09:44:27.170946634Z File "/home/airflow/.local/lib/python3.10/site-packages/airflow/providers_manager.py", line 275, in _sanity_check 2024-05-24T09:44:27.170949595Z imported_class = import_string(class_name) 2024-05-24T09:44:27.170952542Z File "/home/airflow/.local/lib/python3.10/site-packages/airflow/utils/module_loading.py", line 33, in import_string 2024-05-24T09:44:27.170955717Z module = import_module(module_path) 2024-05-24T09:44:27.170971796Z File "/usr/local/lib/python3.10/importlib/__init__.py", line 126, in import_module 2024-05-24T09:44:27.170975798Z return _bootstrap._gcd_import(name[level:], package, level) 2024-05-24T09:44:27.170979692Z File "", line 1050, in _gcd_import 2024-05-24T09:44:27.170982757Z File "", line 1027, in _find_and_load 2024-05-24T09:44:27.170985692Z File "", line 1006, in _find_and_load_unlocked 2024-05-24T09:44:27.170988564Z File "", line 688, in _load_unlocked 2024-05-24T09:44:27.170991468Z File "", line 883, in exec_module 2024-05-24T09:44:27.170994499Z File "", line 241, in _call_with_frames_removed 2024-05-24T09:44:27.171001977Z File "/home/airflow/.local/lib/python3.10/site-packages/airflow/providers/google/common/hooks/base_google.py", line 51, in 2024-05-24T09:44:27.171005087Z from airflow.providers.google.cloud.utils.credentials_provider import ( 2024-05-24T09:44:27.171008483Z File "/home/airflow/.local/lib/python3.10/site-packages/airflow/providers/google/cloud/utils/credentials_provider.py", line 38, in 2024-05-24T09:44:27.171012397Z from airflow.providers.google.cloud._internal_client.secret_manager_client import _SecretManagerClient 2024-05-24T09:44:27.171022827Z File "/home/airflow/.local/lib/python3.10/site-packages/airflow/providers/google/cloud/_internal_client/secret_manager_client.py", line 23, in 2024-05-24T09:44:27.171025939Z from google.cloud.secretmanager_v1 import SecretManagerServiceClient 2024-05-24T09:44:27.171028927Z File "/home/airflow/.local/lib/python3.10/site-packages/google/cloud/secretmanager_v1/__init__.py", line 22, in 2024-05-24T09:44:27.171032007Z from google.cloud.secretmanager_v1 import types 2024-05-24T09:44:27.171034957Z File "/home/airflow/.local/lib/python3.10/site-packages/google/cloud/secretmanager_v1/types.py", line 23, in 2024-05-24T09:44:27.171049053Z from google.cloud.secretmanager_v1.proto import resources_pb2 2024-05-24T09:44:27.171052179Z File "/home/airflow/.local/lib/python3.10/site-packages/google/cloud/secretmanager_v1/proto/resources_pb2.py", line 57, in 2024-05-24T09:44:27.171055146Z _descriptor.EnumValueDescriptor( 2024-05-24T09:44:27.171058100Z File "/home/airflow/.local/lib/python3.10/site-packages/google/protobuf/descriptor.py", line 796, in __new__ 2024-05-24T09:44:27.171061073Z _message.Message._CheckCalledFromGeneratedFile() 2024-05-24T09:44:27.171064018Z TypeError: Descriptors cannot not be created directly. 2024-05-24T09:44:27.171067022Z If this call came from a _pb2.py file, your generated code is out of date and must be regenerated with protoc >= 3.19.0. 2024-05-24T09:44:27.171077754Z If you cannot immediately regenerate your protos, some other possible workarounds are: 2024-05-24T09:44:27.171080790Z 1. Downgrade the protobuf package to 3.20.x or lower. 2024-05-24T09:44:27.171083691Z 2. Set PROTOCOL_BUFFERS_PYTHON_IMPLEMENTATION=python (but this will use pure-Python parsing and will be much slower). 2024-05-24T09:44:27.171086442Z 2024-05-24T09:44:27.171089505Z More information: https://developers.google.com/protocol-buffers/docs/news/2022-05-06#python-updates 2024-05-24T09:44:27.184479759Z [2024-05-24T09:44:27.176+0000] {providers_manager.py:243} WARNING - Exception when importing 'airflow.providers.google.cloud.hooks.cloud_sql.CloudSQLHook' from 'apache-airflow-providers-google' package 2024-05-24T09:44:27.184496781Z Traceback (most recent call last): 2024-05-24T09:44:27.184500878Z File "/home/airflow/.local/lib/python3.10/site-packages/airflow/providers_manager.py", line 275, in _sanity_check 2024-05-24T09:44:27.184504005Z imported_class = import_string(class_name) 2024-05-24T09:44:27.184507095Z File "/home/airflow/.local/lib/python3.10/site-packages/airflow/utils/module_loading.py", line 33, in import_string 2024-05-24T09:44:27.184510322Z module = import_module(module_path) 2024-05-24T09:44:27.184530841Z File "/usr/local/lib/python3.10/importlib/__init__.py", line 126, in import_module 2024-05-24T09:44:27.184535107Z return _bootstrap._gcd_import(name[level:], package, level) 2024-05-24T09:44:27.184543435Z File "", line 1050, in _gcd_import 2024-05-24T09:44:27.184546765Z File "", line 1027, in _find_and_load 2024-05-24T09:44:27.184549883Z File "", line 1006, in _find_and_load_unlocked 2024-05-24T09:44:27.184552972Z File "", line 688, in _load_unlocked 2024-05-24T09:44:27.184556029Z File "", line 883, in exec_module 2024-05-24T09:44:27.184559310Z File "", line 241, in _call_with_frames_removed 2024-05-24T09:44:27.184563067Z File "/home/airflow/.local/lib/python3.10/site-packages/airflow/providers/google/cloud/hooks/cloud_sql.py", line 52, in 2024-05-24T09:44:27.184566074Z from airflow.providers.google.common.hooks.base_google import GoogleBaseHook, get_field 2024-05-24T09:44:27.184569099Z File "/home/airflow/.local/lib/python3.10/site-packages/airflow/providers/google/common/hooks/base_google.py", line 51, in 2024-05-24T09:44:27.184572126Z from airflow.providers.google.cloud.utils.credentials_provider import ( 2024-05-24T09:44:27.184575195Z File "/home/airflow/.local/lib/python3.10/site-packages/airflow/providers/google/cloud/utils/credentials_provider.py", line 38, in 2024-05-24T09:44:27.184578798Z from airflow.providers.google.cloud._internal_client.secret_manager_client import _SecretManagerClient 2024-05-24T09:44:27.184582299Z File "/home/airflow/.local/lib/python3.10/site-packages/airflow/providers/google/cloud/_internal_client/secret_manager_client.py", line 23, in 2024-05-24T09:44:27.184585374Z from google.cloud.secretmanager_v1 import SecretManagerServiceClient 2024-05-24T09:44:27.184588825Z File "/home/airflow/.local/lib/python3.10/site-packages/google/cloud/secretmanager_v1/__init__.py", line 22, in 2024-05-24T09:44:27.184591787Z from google.cloud.secretmanager_v1 import types 2024-05-24T09:44:27.184594774Z File "/home/airflow/.local/lib/python3.10/site-packages/google/cloud/secretmanager_v1/types.py", line 23, in 2024-05-24T09:44:27.184597824Z from google.cloud.secretmanager_v1.proto import resources_pb2 2024-05-24T09:44:27.184630628Z File "/home/airflow/.local/lib/python3.10/site-packages/google/cloud/secretmanager_v1/proto/resources_pb2.py", line 57, in 2024-05-24T09:44:27.184634352Z _descriptor.EnumValueDescriptor( 2024-05-24T09:44:27.184637665Z File "/home/airflow/.local/lib/python3.10/site-packages/google/protobuf/descriptor.py", line 796, in __new__ 2024-05-24T09:44:27.184640986Z _message.Message._CheckCalledFromGeneratedFile() 2024-05-24T09:44:27.184643865Z TypeError: Descriptors cannot not be created directly. 2024-05-24T09:44:27.184646817Z If this call came from a _pb2.py file, your generated code is out of date and must be regenerated with protoc >= 3.19.0. 2024-05-24T09:44:27.184649704Z If you cannot immediately regenerate your protos, some other possible workarounds are: 2024-05-24T09:44:27.184652587Z 1. Downgrade the protobuf package to 3.20.x or lower. 2024-05-24T09:44:27.184655546Z 2. Set PROTOCOL_BUFFERS_PYTHON_IMPLEMENTATION=python (but this will use pure-Python parsing and will be much slower). 2024-05-24T09:44:27.184658306Z 2024-05-24T09:44:27.184661256Z More information: https://developers.google.com/protocol-buffers/docs/news/2022-05-06#python-updates 2024-05-24T09:44:27.195684975Z [2024-05-24T09:44:27.191+0000] {providers_manager.py:243} WARNING - Exception when importing 'airflow.providers.google.cloud.hooks.cloud_sql.CloudSQLDatabaseHook' from 'apache-airflow-providers-google' package 2024-05-24T09:44:27.195701437Z Traceback (most recent call last): 2024-05-24T09:44:27.195705518Z File "/home/airflow/.local/lib/python3.10/site-packages/airflow/providers_manager.py", line 275, in _sanity_check 2024-05-24T09:44:27.195708635Z imported_class = import_string(class_name) 2024-05-24T09:44:27.195711806Z File "/home/airflow/.local/lib/python3.10/site-packages/airflow/utils/module_loading.py", line 33, in import_string 2024-05-24T09:44:27.195714870Z module = import_module(module_path) 2024-05-24T09:44:27.195718415Z File "/usr/local/lib/python3.10/importlib/__init__.py", line 126, in import_module 2024-05-24T09:44:27.195722133Z return _bootstrap._gcd_import(name[level:], package, level) 2024-05-24T09:44:27.195725944Z File "", line 1050, in _gcd_import 2024-05-24T09:44:27.195728926Z File "", line 1027, in _find_and_load 2024-05-24T09:44:27.195731920Z File "", line 1006, in _find_and_load_unlocked 2024-05-24T09:44:27.195735182Z File "", line 688, in _load_unlocked 2024-05-24T09:44:27.195738190Z File "", line 883, in exec_module 2024-05-24T09:44:27.195741458Z File "", line 241, in _call_with_frames_removed 2024-05-24T09:44:27.195745227Z File "/home/airflow/.local/lib/python3.10/site-packages/airflow/providers/google/cloud/hooks/cloud_sql.py", line 52, in 2024-05-24T09:44:27.195748364Z from airflow.providers.google.common.hooks.base_google import GoogleBaseHook, get_field 2024-05-24T09:44:27.195751353Z File "/home/airflow/.local/lib/python3.10/site-packages/airflow/providers/google/common/hooks/base_google.py", line 51, in 2024-05-24T09:44:27.195754381Z from airflow.providers.google.cloud.utils.credentials_provider import ( 2024-05-24T09:44:27.195757372Z File "/home/airflow/.local/lib/python3.10/site-packages/airflow/providers/google/cloud/utils/credentials_provider.py", line 38, in 2024-05-24T09:44:27.195761125Z from airflow.providers.google.cloud._internal_client.secret_manager_client import _SecretManagerClient 2024-05-24T09:44:27.195764759Z File "/home/airflow/.local/lib/python3.10/site-packages/airflow/providers/google/cloud/_internal_client/secret_manager_client.py", line 23, in 2024-05-24T09:44:27.195779299Z from google.cloud.secretmanager_v1 import SecretManagerServiceClient 2024-05-24T09:44:27.195782376Z File "/home/airflow/.local/lib/python3.10/site-packages/google/cloud/secretmanager_v1/__init__.py", line 22, in 2024-05-24T09:44:27.195785536Z from google.cloud.secretmanager_v1 import types 2024-05-24T09:44:27.195788523Z File "/home/airflow/.local/lib/python3.10/site-packages/google/cloud/secretmanager_v1/types.py", line 23, in 2024-05-24T09:44:27.195791508Z from google.cloud.secretmanager_v1.proto import resources_pb2 2024-05-24T09:44:27.195794616Z File "/home/airflow/.local/lib/python3.10/site-packages/google/cloud/secretmanager_v1/proto/resources_pb2.py", line 57, in 2024-05-24T09:44:27.195797642Z _descriptor.EnumValueDescriptor( 2024-05-24T09:44:27.195800701Z File "/home/airflow/.local/lib/python3.10/site-packages/google/protobuf/descriptor.py", line 796, in __new__ 2024-05-24T09:44:27.195803711Z _message.Message._CheckCalledFromGeneratedFile() 2024-05-24T09:44:27.195806740Z TypeError: Descriptors cannot not be created directly. 2024-05-24T09:44:27.195809899Z If this call came from a _pb2.py file, your generated code is out of date and must be regenerated with protoc >= 3.19.0. 2024-05-24T09:44:27.195812868Z If you cannot immediately regenerate your protos, some other possible workarounds are: 2024-05-24T09:44:27.195819744Z 1. Downgrade the protobuf package to 3.20.x or lower. 2024-05-24T09:44:27.195823238Z 2. Set PROTOCOL_BUFFERS_PYTHON_IMPLEMENTATION=python (but this will use pure-Python parsing and will be much slower). 2024-05-24T09:44:27.195826076Z 2024-05-24T09:44:27.195829197Z More information: https://developers.google.com/protocol-buffers/docs/news/2022-05-06#python-updates 2024-05-24T09:44:27.210565367Z [2024-05-24T09:44:27.209+0000] {providers_manager.py:243} WARNING - Exception when importing 'airflow.providers.google.cloud.hooks.bigquery.BigQueryHook' from 'apache-airflow-providers-google' package 2024-05-24T09:44:27.210582489Z Traceback (most recent call last): 2024-05-24T09:44:27.210586320Z File "/home/airflow/.local/lib/python3.10/site-packages/airflow/providers_manager.py", line 275, in _sanity_check 2024-05-24T09:44:27.210589331Z imported_class = import_string(class_name) 2024-05-24T09:44:27.210592379Z File "/home/airflow/.local/lib/python3.10/site-packages/airflow/utils/module_loading.py", line 33, in import_string 2024-05-24T09:44:27.210595337Z module = import_module(module_path) 2024-05-24T09:44:27.210598698Z File "/usr/local/lib/python3.10/importlib/__init__.py", line 126, in import_module 2024-05-24T09:44:27.210602147Z return _bootstrap._gcd_import(name[level:], package, level) 2024-05-24T09:44:27.210605595Z File "", line 1050, in _gcd_import 2024-05-24T09:44:27.210608630Z File "", line 1027, in _find_and_load 2024-05-24T09:44:27.210611577Z File "", line 1006, in _find_and_load_unlocked 2024-05-24T09:44:27.210614506Z File "", line 688, in _load_unlocked 2024-05-24T09:44:27.210617432Z File "", line 883, in exec_module 2024-05-24T09:44:27.210620445Z File "", line 241, in _call_with_frames_removed 2024-05-24T09:44:27.210623796Z File "/home/airflow/.local/lib/python3.10/site-packages/airflow/providers/google/cloud/hooks/bigquery.py", line 62, in 2024-05-24T09:44:27.210627362Z from airflow.providers.google.common.hooks.base_google import GoogleBaseAsyncHook, GoogleBaseHook, get_field 2024-05-24T09:44:27.210630380Z File "/home/airflow/.local/lib/python3.10/site-packages/airflow/providers/google/common/hooks/base_google.py", line 51, in 2024-05-24T09:44:27.210647562Z from airflow.providers.google.cloud.utils.credentials_provider import ( 2024-05-24T09:44:27.210650737Z File "/home/airflow/.local/lib/python3.10/site-packages/airflow/providers/google/cloud/utils/credentials_provider.py", line 38, in 2024-05-24T09:44:27.210653652Z from airflow.providers.google.cloud._internal_client.secret_manager_client import _SecretManagerClient 2024-05-24T09:44:27.210657061Z File "/home/airflow/.local/lib/python3.10/site-packages/airflow/providers/google/cloud/_internal_client/secret_manager_client.py", line 23, in 2024-05-24T09:44:27.210659937Z from google.cloud.secretmanager_v1 import SecretManagerServiceClient 2024-05-24T09:44:27.210662860Z File "/home/airflow/.local/lib/python3.10/site-packages/google/cloud/secretmanager_v1/__init__.py", line 22, in 2024-05-24T09:44:27.210665763Z from google.cloud.secretmanager_v1 import types 2024-05-24T09:44:27.210668726Z File "/home/airflow/.local/lib/python3.10/site-packages/google/cloud/secretmanager_v1/types.py", line 23, in 2024-05-24T09:44:27.210671621Z from google.cloud.secretmanager_v1.proto import resources_pb2 2024-05-24T09:44:27.210674547Z File "/home/airflow/.local/lib/python3.10/site-packages/google/cloud/secretmanager_v1/proto/resources_pb2.py", line 57, in 2024-05-24T09:44:27.210677397Z _descriptor.EnumValueDescriptor( 2024-05-24T09:44:27.210680359Z File "/home/airflow/.local/lib/python3.10/site-packages/google/protobuf/descriptor.py", line 796, in __new__ 2024-05-24T09:44:27.210683235Z _message.Message._CheckCalledFromGeneratedFile() 2024-05-24T09:44:27.210686159Z TypeError: Descriptors cannot not be created directly. 2024-05-24T09:44:27.210689033Z If this call came from a _pb2.py file, your generated code is out of date and must be regenerated with protoc >= 3.19.0. 2024-05-24T09:44:27.210692379Z If you cannot immediately regenerate your protos, some other possible workarounds are: 2024-05-24T09:44:27.210695316Z 1. Downgrade the protobuf package to 3.20.x or lower. 2024-05-24T09:44:27.210698202Z 2. Set PROTOCOL_BUFFERS_PYTHON_IMPLEMENTATION=python (but this will use pure-Python parsing and will be much slower). 2024-05-24T09:44:27.210715686Z 2024-05-24T09:44:27.210719247Z More information: https://developers.google.com/protocol-buffers/docs/news/2022-05-06#python-updates 2024-05-24T09:44:27.228345686Z [2024-05-24T09:44:27.227+0000] {providers_manager.py:243} WARNING - Exception when importing 'airflow.providers.google.cloud.hooks.compute_ssh.ComputeEngineSSHHook' from 'apache-airflow-providers-google' package 2024-05-24T09:44:27.228363213Z Traceback (most recent call last): 2024-05-24T09:44:27.228367359Z File "/home/airflow/.local/lib/python3.10/site-packages/airflow/providers_manager.py", line 275, in _sanity_check 2024-05-24T09:44:27.228370602Z imported_class = import_string(class_name) 2024-05-24T09:44:27.228373755Z File "/home/airflow/.local/lib/python3.10/site-packages/airflow/utils/module_loading.py", line 33, in import_string 2024-05-24T09:44:27.228376871Z module = import_module(module_path) 2024-05-24T09:44:27.228380439Z File "/usr/local/lib/python3.10/importlib/__init__.py", line 126, in import_module 2024-05-24T09:44:27.228384025Z return _bootstrap._gcd_import(name[level:], package, level) 2024-05-24T09:44:27.228387464Z File "", line 1050, in _gcd_import 2024-05-24T09:44:27.228390495Z File "", line 1027, in _find_and_load 2024-05-24T09:44:27.228393459Z File "", line 1006, in _find_and_load_unlocked 2024-05-24T09:44:27.228408075Z File "", line 688, in _load_unlocked 2024-05-24T09:44:27.228411122Z File "", line 883, in exec_module 2024-05-24T09:44:27.228414151Z File "", line 241, in _call_with_frames_removed 2024-05-24T09:44:27.228418011Z File "/home/airflow/.local/lib/python3.10/site-packages/airflow/providers/google/cloud/hooks/compute_ssh.py", line 29, in 2024-05-24T09:44:27.228420952Z from airflow.providers.google.cloud.hooks.compute import ComputeEngineHook 2024-05-24T09:44:27.228424276Z File "/home/airflow/.local/lib/python3.10/site-packages/airflow/providers/google/cloud/hooks/compute.py", line 33, in 2024-05-24T09:44:27.228427849Z from airflow.providers.google.common.hooks.base_google import PROVIDE_PROJECT_ID, GoogleBaseHook 2024-05-24T09:44:27.228431091Z File "/home/airflow/.local/lib/python3.10/site-packages/airflow/providers/google/common/hooks/base_google.py", line 51, in 2024-05-24T09:44:27.228434065Z from airflow.providers.google.cloud.utils.credentials_provider import ( 2024-05-24T09:44:27.228437106Z File "/home/airflow/.local/lib/python3.10/site-packages/airflow/providers/google/cloud/utils/credentials_provider.py", line 38, in 2024-05-24T09:44:27.228440339Z from airflow.providers.google.cloud._internal_client.secret_manager_client import _SecretManagerClient 2024-05-24T09:44:27.228444232Z File "/home/airflow/.local/lib/python3.10/site-packages/airflow/providers/google/cloud/_internal_client/secret_manager_client.py", line 23, in 2024-05-24T09:44:27.228447195Z from google.cloud.secretmanager_v1 import SecretManagerServiceClient 2024-05-24T09:44:27.228450156Z File "/home/airflow/.local/lib/python3.10/site-packages/google/cloud/secretmanager_v1/__init__.py", line 22, in 2024-05-24T09:44:27.228453108Z from google.cloud.secretmanager_v1 import types 2024-05-24T09:44:27.228456065Z File "/home/airflow/.local/lib/python3.10/site-packages/google/cloud/secretmanager_v1/types.py", line 23, in 2024-05-24T09:44:27.228459015Z from google.cloud.secretmanager_v1.proto import resources_pb2 2024-05-24T09:44:27.228461975Z File "/home/airflow/.local/lib/python3.10/site-packages/google/cloud/secretmanager_v1/proto/resources_pb2.py", line 57, in 2024-05-24T09:44:27.228465044Z _descriptor.EnumValueDescriptor( 2024-05-24T09:44:27.228468264Z File "/home/airflow/.local/lib/python3.10/site-packages/google/protobuf/descriptor.py", line 796, in __new__ 2024-05-24T09:44:27.228471190Z _message.Message._CheckCalledFromGeneratedFile() 2024-05-24T09:44:27.228474235Z TypeError: Descriptors cannot not be created directly. 2024-05-24T09:44:27.228477266Z If this call came from a _pb2.py file, your generated code is out of date and must be regenerated with protoc >= 3.19.0. 2024-05-24T09:44:27.228480201Z If you cannot immediately regenerate your protos, some other possible workarounds are: 2024-05-24T09:44:27.228483206Z 1. Downgrade the protobuf package to 3.20.x or lower. 2024-05-24T09:44:27.228486236Z 2. Set PROTOCOL_BUFFERS_PYTHON_IMPLEMENTATION=python (but this will use pure-Python parsing and will be much slower). 2024-05-24T09:44:27.228489018Z 2024-05-24T09:44:27.228492172Z More information: https://developers.google.com/protocol-buffers/docs/news/2022-05-06#python-updates 2024-05-24T09:44:27.231532371Z [2024-05-24T09:44:27.231+0000] {providers_manager.py:235} INFO - Optional provider feature disabled when importing 'airflow.providers.google.leveldb.hooks.leveldb.LevelDBHook' from 'apache-airflow-providers-google' package 2024-05-24T09:44:27.257725146Z [2024-05-24T09:44:27.257+0000] {providers_manager.py:243} WARNING - Exception when importing 'airflow.providers.http.hooks.http.HttpHook' from 'apache-airflow-providers-http' package 2024-05-24T09:44:27.257760576Z Traceback (most recent call last): 2024-05-24T09:44:27.257764692Z File "/home/airflow/.local/lib/python3.10/site-packages/requests_toolbelt/_compat.py", line 48, in 2024-05-24T09:44:27.257768056Z from requests.packages.urllib3.contrib import appengine as gaecontrib 2024-05-24T09:44:27.257771946Z ImportError: cannot import name 'appengine' from 'requests.packages.urllib3.contrib' (/home/airflow/.local/lib/python3.10/site-packages/urllib3/contrib/__init__.py) 2024-05-24T09:44:27.257774793Z 2024-05-24T09:44:27.257777953Z During handling of the above exception, another exception occurred: 2024-05-24T09:44:27.257780780Z 2024-05-24T09:44:27.257783842Z Traceback (most recent call last): 2024-05-24T09:44:27.257787279Z File "/home/airflow/.local/lib/python3.10/site-packages/airflow/providers_manager.py", line 275, in _sanity_check 2024-05-24T09:44:27.257790305Z imported_class = import_string(class_name) 2024-05-24T09:44:27.257793296Z File "/home/airflow/.local/lib/python3.10/site-packages/airflow/utils/module_loading.py", line 33, in import_string 2024-05-24T09:44:27.257796302Z module = import_module(module_path) 2024-05-24T09:44:27.257800139Z File "/usr/local/lib/python3.10/importlib/__init__.py", line 126, in import_module 2024-05-24T09:44:27.257803606Z return _bootstrap._gcd_import(name[level:], package, level) 2024-05-24T09:44:27.257806556Z File "", line 1050, in _gcd_import 2024-05-24T09:44:27.257809564Z File "", line 1027, in _find_and_load 2024-05-24T09:44:27.257812649Z File "", line 1006, in _find_and_load_unlocked 2024-05-24T09:44:27.257815779Z File "", line 688, in _load_unlocked 2024-05-24T09:44:27.257818905Z File "", line 883, in exec_module 2024-05-24T09:44:27.257822247Z File "", line 241, in _call_with_frames_removed 2024-05-24T09:44:27.257825398Z File "/home/airflow/.local/lib/python3.10/site-packages/airflow/providers/http/hooks/http.py", line 29, in 2024-05-24T09:44:27.257828438Z from requests_toolbelt.adapters.socket_options import TCPKeepAliveAdapter 2024-05-24T09:44:27.257831421Z File "/home/airflow/.local/lib/python3.10/site-packages/requests_toolbelt/__init__.py", line 12, in 2024-05-24T09:44:27.257834410Z from .adapters import SSLAdapter, SourceAddressAdapter 2024-05-24T09:44:27.257837607Z File "/home/airflow/.local/lib/python3.10/site-packages/requests_toolbelt/adapters/__init__.py", line 12, in 2024-05-24T09:44:27.257840916Z from .ssl import SSLAdapter 2024-05-24T09:44:27.257843980Z File "/home/airflow/.local/lib/python3.10/site-packages/requests_toolbelt/adapters/ssl.py", line 16, in 2024-05-24T09:44:27.257846977Z from .._compat import poolmanager 2024-05-24T09:44:27.257850099Z File "/home/airflow/.local/lib/python3.10/site-packages/requests_toolbelt/_compat.py", line 50, in 2024-05-24T09:44:27.257853079Z from urllib3.contrib import appengine as gaecontrib 2024-05-24T09:44:27.257856604Z ImportError: cannot import name 'appengine' from 'urllib3.contrib' (/home/airflow/.local/lib/python3.10/site-packages/urllib3/contrib/__init__.py) 2024-05-24T09:44:36.009743483Z [2024-05-24 09:44:36 +0000] [16] [INFO] Starting gunicorn 20.1.0 2024-05-24T09:44:37.030481383Z [2024-05-24T09:44:37.029+0000] {providers_manager.py:243} WARNING - Exception when importing 'airflow.providers.amazon.aws.hooks.base_aws.AwsGenericHook' from 'apache-airflow-providers-amazon' package 2024-05-24T09:44:37.030571374Z Traceback (most recent call last): 2024-05-24T09:44:37.030604120Z File "/home/airflow/.local/lib/python3.10/site-packages/airflow/providers_manager.py", line 275, in _sanity_check 2024-05-24T09:44:37.030608146Z imported_class = import_string(class_name) 2024-05-24T09:44:37.030611199Z File "/home/airflow/.local/lib/python3.10/site-packages/airflow/utils/module_loading.py", line 33, in import_string 2024-05-24T09:44:37.030614217Z module = import_module(module_path) 2024-05-24T09:44:37.030617543Z File "/usr/local/lib/python3.10/importlib/__init__.py", line 126, in import_module 2024-05-24T09:44:37.030620998Z return _bootstrap._gcd_import(name[level:], package, level) 2024-05-24T09:44:37.030624717Z File "", line 1050, in _gcd_import 2024-05-24T09:44:37.030628252Z File "", line 1027, in _find_and_load 2024-05-24T09:44:37.030631256Z File "", line 1006, in _find_and_load_unlocked 2024-05-24T09:44:37.030634512Z File "", line 688, in _load_unlocked 2024-05-24T09:44:37.030637546Z File "", line 883, in exec_module 2024-05-24T09:44:37.030640713Z File "", line 241, in _call_with_frames_removed 2024-05-24T09:44:37.030643730Z File "/home/airflow/.local/lib/python3.10/site-packages/airflow/providers/amazon/aws/hooks/base_aws.py", line 40, in 2024-05-24T09:44:37.030646768Z import boto3 2024-05-24T09:44:37.030650427Z File "/home/airflow/.local/lib/python3.10/site-packages/boto3/__init__.py", line 17, in 2024-05-24T09:44:37.030653429Z from boto3.session import Session 2024-05-24T09:44:37.030656392Z File "/home/airflow/.local/lib/python3.10/site-packages/boto3/session.py", line 17, in 2024-05-24T09:44:37.030659780Z import botocore.session 2024-05-24T09:44:37.030662863Z File "/home/airflow/.local/lib/python3.10/site-packages/botocore/session.py", line 26, in 2024-05-24T09:44:37.030665772Z import botocore.client 2024-05-24T09:44:37.030668738Z File "/home/airflow/.local/lib/python3.10/site-packages/botocore/client.py", line 15, in 2024-05-24T09:44:37.030671659Z from botocore import waiter, xform_name 2024-05-24T09:44:37.030674712Z File "/home/airflow/.local/lib/python3.10/site-packages/botocore/waiter.py", line 18, in 2024-05-24T09:44:37.030677913Z from botocore.docs.docstring import WaiterDocstring 2024-05-24T09:44:37.030680891Z File "/home/airflow/.local/lib/python3.10/site-packages/botocore/docs/__init__.py", line 15, in 2024-05-24T09:44:37.030684047Z from botocore.docs.service import ServiceDocumenter 2024-05-24T09:44:37.030687194Z File "/home/airflow/.local/lib/python3.10/site-packages/botocore/docs/service.py", line 14, in 2024-05-24T09:44:37.030690179Z from botocore.docs.client import ClientDocumenter, ClientExceptionsDocumenter 2024-05-24T09:44:37.030693254Z File "/home/airflow/.local/lib/python3.10/site-packages/botocore/docs/client.py", line 17, in 2024-05-24T09:44:37.030696627Z from botocore.docs.example import ResponseExampleDocumenter 2024-05-24T09:44:37.030699792Z File "/home/airflow/.local/lib/python3.10/site-packages/botocore/docs/example.py", line 13, in 2024-05-24T09:44:37.030702818Z from botocore.docs.shape import ShapeDocumenter 2024-05-24T09:44:37.030705724Z File "/home/airflow/.local/lib/python3.10/site-packages/botocore/docs/shape.py", line 19, in 2024-05-24T09:44:37.030708906Z from botocore.utils import is_json_value_header 2024-05-24T09:44:37.030712005Z File "/home/airflow/.local/lib/python3.10/site-packages/botocore/utils.py", line 37, in 2024-05-24T09:44:37.030719369Z import botocore.httpsession 2024-05-24T09:44:37.030722811Z File "/home/airflow/.local/lib/python3.10/site-packages/botocore/httpsession.py", line 22, in 2024-05-24T09:44:37.030725815Z from urllib3.util.ssl_ import ( 2024-05-24T09:44:37.030729681Z ImportError: cannot import name 'DEFAULT_CIPHERS' from 'urllib3.util.ssl_' (/home/airflow/.local/lib/python3.10/site-packages/urllib3/util/ssl_.py) 2024-05-24T09:44:37.046915196Z [2024-05-24T09:44:37.043+0000] {providers_manager.py:243} WARNING - Exception when importing 'airflow.providers.amazon.aws.hooks.emr.EmrHook' from 'apache-airflow-providers-amazon' package 2024-05-24T09:44:37.046985953Z Traceback (most recent call last): 2024-05-24T09:44:37.047011362Z File "/home/airflow/.local/lib/python3.10/site-packages/airflow/providers_manager.py", line 275, in _sanity_check 2024-05-24T09:44:37.047014611Z imported_class = import_string(class_name) 2024-05-24T09:44:37.047017605Z File "/home/airflow/.local/lib/python3.10/site-packages/airflow/utils/module_loading.py", line 33, in import_string 2024-05-24T09:44:37.047027465Z module = import_module(module_path) 2024-05-24T09:44:37.047031529Z File "/usr/local/lib/python3.10/importlib/__init__.py", line 126, in import_module 2024-05-24T09:44:37.047034804Z return _bootstrap._gcd_import(name[level:], package, level) 2024-05-24T09:44:37.047038135Z File "", line 1050, in _gcd_import 2024-05-24T09:44:37.047041027Z File "", line 1027, in _find_and_load 2024-05-24T09:44:37.047044014Z File "", line 1006, in _find_and_load_unlocked 2024-05-24T09:44:37.047046874Z File "", line 688, in _load_unlocked 2024-05-24T09:44:37.047049746Z File "", line 883, in exec_module 2024-05-24T09:44:37.047063790Z File "", line 241, in _call_with_frames_removed 2024-05-24T09:44:37.047067102Z File "/home/airflow/.local/lib/python3.10/site-packages/airflow/providers/amazon/aws/hooks/emr.py", line 29, in 2024-05-24T09:44:37.047069955Z from airflow.providers.amazon.aws.hooks.base_aws import AwsBaseHook 2024-05-24T09:44:37.047072790Z File "/home/airflow/.local/lib/python3.10/site-packages/airflow/providers/amazon/aws/hooks/base_aws.py", line 40, in 2024-05-24T09:44:37.047075891Z import boto3 2024-05-24T09:44:37.047079347Z File "/home/airflow/.local/lib/python3.10/site-packages/boto3/__init__.py", line 17, in 2024-05-24T09:44:37.047081991Z from boto3.session import Session 2024-05-24T09:44:37.047084685Z File "/home/airflow/.local/lib/python3.10/site-packages/boto3/session.py", line 17, in 2024-05-24T09:44:37.047087919Z import botocore.session 2024-05-24T09:44:37.047090628Z File "/home/airflow/.local/lib/python3.10/site-packages/botocore/session.py", line 26, in 2024-05-24T09:44:37.047093330Z import botocore.client 2024-05-24T09:44:37.047096026Z File "/home/airflow/.local/lib/python3.10/site-packages/botocore/client.py", line 15, in 2024-05-24T09:44:37.047098717Z from botocore import waiter, xform_name 2024-05-24T09:44:37.047117787Z File "/home/airflow/.local/lib/python3.10/site-packages/botocore/waiter.py", line 18, in 2024-05-24T09:44:37.047120961Z from botocore.docs.docstring import WaiterDocstring 2024-05-24T09:44:37.047124008Z File "/home/airflow/.local/lib/python3.10/site-packages/botocore/docs/__init__.py", line 15, in 2024-05-24T09:44:37.047127071Z from botocore.docs.service import ServiceDocumenter 2024-05-24T09:44:37.047129877Z File "/home/airflow/.local/lib/python3.10/site-packages/botocore/docs/service.py", line 14, in 2024-05-24T09:44:37.047141873Z from botocore.docs.client import ClientDocumenter, ClientExceptionsDocumenter 2024-05-24T09:44:37.047186971Z File "/home/airflow/.local/lib/python3.10/site-packages/botocore/docs/client.py", line 17, in 2024-05-24T09:44:37.047190796Z from botocore.docs.example import ResponseExampleDocumenter 2024-05-24T09:44:37.047193663Z File "/home/airflow/.local/lib/python3.10/site-packages/botocore/docs/example.py", line 13, in 2024-05-24T09:44:37.047196566Z from botocore.docs.shape import ShapeDocumenter 2024-05-24T09:44:37.047199439Z File "/home/airflow/.local/lib/python3.10/site-packages/botocore/docs/shape.py", line 19, in 2024-05-24T09:44:37.047202351Z from botocore.utils import is_json_value_header 2024-05-24T09:44:37.047205253Z File "/home/airflow/.local/lib/python3.10/site-packages/botocore/utils.py", line 37, in 2024-05-24T09:44:37.047208298Z import botocore.httpsession 2024-05-24T09:44:37.047211243Z File "/home/airflow/.local/lib/python3.10/site-packages/botocore/httpsession.py", line 22, in 2024-05-24T09:44:37.047214242Z from urllib3.util.ssl_ import ( 2024-05-24T09:44:37.047217899Z ImportError: cannot import name 'DEFAULT_CIPHERS' from 'urllib3.util.ssl_' (/home/airflow/.local/lib/python3.10/site-packages/urllib3/util/ssl_.py) 2024-05-24T09:44:37.051885481Z [2024-05-24T09:44:37.050+0000] {providers_manager.py:243} WARNING - Exception when importing 'airflow.providers.google.common.hooks.base_google.GoogleBaseHook' from 'apache-airflow-providers-google' package 2024-05-24T09:44:37.051899501Z Traceback (most recent call last): 2024-05-24T09:44:37.051903606Z File "/home/airflow/.local/lib/python3.10/site-packages/airflow/providers_manager.py", line 275, in _sanity_check 2024-05-24T09:44:37.051906906Z imported_class = import_string(class_name) 2024-05-24T09:44:37.051910189Z File "/home/airflow/.local/lib/python3.10/site-packages/airflow/utils/module_loading.py", line 33, in import_string 2024-05-24T09:44:37.051913279Z module = import_module(module_path) 2024-05-24T09:44:37.051916796Z File "/usr/local/lib/python3.10/importlib/__init__.py", line 126, in import_module 2024-05-24T09:44:37.051920294Z return _bootstrap._gcd_import(name[level:], package, level) 2024-05-24T09:44:37.051923877Z File "", line 1050, in _gcd_import 2024-05-24T09:44:37.051927006Z File "", line 1027, in _find_and_load 2024-05-24T09:44:37.051930116Z File "", line 1006, in _find_and_load_unlocked 2024-05-24T09:44:37.051933127Z File "", line 688, in _load_unlocked 2024-05-24T09:44:37.051936351Z File "", line 883, in exec_module 2024-05-24T09:44:37.051939635Z File "", line 241, in _call_with_frames_removed 2024-05-24T09:44:37.051943251Z File "/home/airflow/.local/lib/python3.10/site-packages/airflow/providers/google/common/hooks/base_google.py", line 51, in 2024-05-24T09:44:37.051946392Z from airflow.providers.google.cloud.utils.credentials_provider import ( 2024-05-24T09:44:37.051949391Z File "/home/airflow/.local/lib/python3.10/site-packages/airflow/providers/google/cloud/utils/credentials_provider.py", line 38, in 2024-05-24T09:44:37.051952942Z from airflow.providers.google.cloud._internal_client.secret_manager_client import _SecretManagerClient 2024-05-24T09:44:37.051956578Z File "/home/airflow/.local/lib/python3.10/site-packages/airflow/providers/google/cloud/_internal_client/secret_manager_client.py", line 23, in 2024-05-24T09:44:37.051959682Z from google.cloud.secretmanager_v1 import SecretManagerServiceClient 2024-05-24T09:44:37.051973747Z File "/home/airflow/.local/lib/python3.10/site-packages/google/cloud/secretmanager_v1/__init__.py", line 22, in 2024-05-24T09:44:37.051976968Z from google.cloud.secretmanager_v1 import types 2024-05-24T09:44:37.051980109Z File "/home/airflow/.local/lib/python3.10/site-packages/google/cloud/secretmanager_v1/types.py", line 23, in 2024-05-24T09:44:37.051983346Z from google.cloud.secretmanager_v1.proto import resources_pb2 2024-05-24T09:44:37.051986386Z File "/home/airflow/.local/lib/python3.10/site-packages/google/cloud/secretmanager_v1/proto/resources_pb2.py", line 57, in 2024-05-24T09:44:37.051989457Z _descriptor.EnumValueDescriptor( 2024-05-24T09:44:37.051992663Z File "/home/airflow/.local/lib/python3.10/site-packages/google/protobuf/descriptor.py", line 796, in __new__ 2024-05-24T09:44:37.051995717Z _message.Message._CheckCalledFromGeneratedFile() 2024-05-24T09:44:37.051998787Z TypeError: Descriptors cannot not be created directly. 2024-05-24T09:44:37.052002069Z If this call came from a _pb2.py file, your generated code is out of date and must be regenerated with protoc >= 3.19.0. 2024-05-24T09:44:37.052005104Z If you cannot immediately regenerate your protos, some other possible workarounds are: 2024-05-24T09:44:37.052008228Z 1. Downgrade the protobuf package to 3.20.x or lower. 2024-05-24T09:44:37.052011262Z 2. Set PROTOCOL_BUFFERS_PYTHON_IMPLEMENTATION=python (but this will use pure-Python parsing and will be much slower). 2024-05-24T09:44:37.052014190Z 2024-05-24T09:44:37.052017426Z More information: https://developers.google.com/protocol-buffers/docs/news/2022-05-06#python-updates 2024-05-24T09:44:37.054725304Z [2024-05-24T09:44:37.053+0000] {providers_manager.py:243} WARNING - Exception when importing 'airflow.providers.google.cloud.hooks.cloud_sql.CloudSQLHook' from 'apache-airflow-providers-google' package 2024-05-24T09:44:37.054733105Z Traceback (most recent call last): 2024-05-24T09:44:37.054764568Z File "/home/airflow/.local/lib/python3.10/site-packages/airflow/providers_manager.py", line 275, in _sanity_check 2024-05-24T09:44:37.054768228Z imported_class = import_string(class_name) 2024-05-24T09:44:37.054771184Z File "/home/airflow/.local/lib/python3.10/site-packages/airflow/utils/module_loading.py", line 33, in import_string 2024-05-24T09:44:37.054774495Z module = import_module(module_path) 2024-05-24T09:44:37.054777811Z File "/usr/local/lib/python3.10/importlib/__init__.py", line 126, in import_module 2024-05-24T09:44:37.054781054Z return _bootstrap._gcd_import(name[level:], package, level) 2024-05-24T09:44:37.054784359Z File "", line 1050, in _gcd_import 2024-05-24T09:44:37.054788000Z File "", line 1027, in _find_and_load 2024-05-24T09:44:37.054791094Z File "", line 1006, in _find_and_load_unlocked 2024-05-24T09:44:37.054793959Z File "", line 688, in _load_unlocked 2024-05-24T09:44:37.054796826Z File "", line 883, in exec_module 2024-05-24T09:44:37.054799686Z File "", line 241, in _call_with_frames_removed 2024-05-24T09:44:37.054802969Z File "/home/airflow/.local/lib/python3.10/site-packages/airflow/providers/google/cloud/hooks/cloud_sql.py", line 52, in 2024-05-24T09:44:37.054805935Z from airflow.providers.google.common.hooks.base_google import GoogleBaseHook, get_field 2024-05-24T09:44:37.054808818Z File "/home/airflow/.local/lib/python3.10/site-packages/airflow/providers/google/common/hooks/base_google.py", line 51, in 2024-05-24T09:44:37.054811879Z from airflow.providers.google.cloud.utils.credentials_provider import ( 2024-05-24T09:44:37.054825006Z File "/home/airflow/.local/lib/python3.10/site-packages/airflow/providers/google/cloud/utils/credentials_provider.py", line 38, in 2024-05-24T09:44:37.054828431Z from airflow.providers.google.cloud._internal_client.secret_manager_client import _SecretManagerClient 2024-05-24T09:44:37.054831952Z File "/home/airflow/.local/lib/python3.10/site-packages/airflow/providers/google/cloud/_internal_client/secret_manager_client.py", line 23, in 2024-05-24T09:44:37.054834772Z from google.cloud.secretmanager_v1 import SecretManagerServiceClient 2024-05-24T09:44:37.054837732Z File "/home/airflow/.local/lib/python3.10/site-packages/google/cloud/secretmanager_v1/__init__.py", line 22, in 2024-05-24T09:44:37.054840586Z from google.cloud.secretmanager_v1 import types 2024-05-24T09:44:37.054843436Z File "/home/airflow/.local/lib/python3.10/site-packages/google/cloud/secretmanager_v1/types.py", line 23, in 2024-05-24T09:44:37.054846294Z from google.cloud.secretmanager_v1.proto import resources_pb2 2024-05-24T09:44:37.054849236Z File "/home/airflow/.local/lib/python3.10/site-packages/google/cloud/secretmanager_v1/proto/resources_pb2.py", line 57, in 2024-05-24T09:44:37.054852098Z _descriptor.EnumValueDescriptor( 2024-05-24T09:44:37.054854981Z File "/home/airflow/.local/lib/python3.10/site-packages/google/protobuf/descriptor.py", line 796, in __new__ 2024-05-24T09:44:37.054857831Z _message.Message._CheckCalledFromGeneratedFile() 2024-05-24T09:44:37.054860996Z TypeError: Descriptors cannot not be created directly. 2024-05-24T09:44:37.054863930Z If this call came from a _pb2.py file, your generated code is out of date and must be regenerated with protoc >= 3.19.0. 2024-05-24T09:44:37.054866808Z If you cannot immediately regenerate your protos, some other possible workarounds are: 2024-05-24T09:44:37.054872507Z 1. Downgrade the protobuf package to 3.20.x or lower. 2024-05-24T09:44:37.054875508Z 2. Set PROTOCOL_BUFFERS_PYTHON_IMPLEMENTATION=python (but this will use pure-Python parsing and will be much slower). 2024-05-24T09:44:37.054878211Z 2024-05-24T09:44:37.054881125Z More information: https://developers.google.com/protocol-buffers/docs/news/2022-05-06#python-updates 2024-05-24T09:44:37.058027857Z [2024-05-24T09:44:37.056+0000] {providers_manager.py:243} WARNING - Exception when importing 'airflow.providers.google.cloud.hooks.cloud_sql.CloudSQLDatabaseHook' from 'apache-airflow-providers-google' package 2024-05-24T09:44:37.058041130Z Traceback (most recent call last): 2024-05-24T09:44:37.058044539Z File "/home/airflow/.local/lib/python3.10/site-packages/airflow/providers_manager.py", line 275, in _sanity_check 2024-05-24T09:44:37.058047487Z imported_class = import_string(class_name) 2024-05-24T09:44:37.058050479Z File "/home/airflow/.local/lib/python3.10/site-packages/airflow/utils/module_loading.py", line 33, in import_string 2024-05-24T09:44:37.058053402Z module = import_module(module_path) 2024-05-24T09:44:37.058056646Z File "/usr/local/lib/python3.10/importlib/__init__.py", line 126, in import_module 2024-05-24T09:44:37.058059941Z return _bootstrap._gcd_import(name[level:], package, level) 2024-05-24T09:44:37.058063328Z File "", line 1050, in _gcd_import 2024-05-24T09:44:37.058066460Z File "", line 1027, in _find_and_load 2024-05-24T09:44:37.058069340Z File "", line 1006, in _find_and_load_unlocked 2024-05-24T09:44:37.058074890Z File "", line 688, in _load_unlocked 2024-05-24T09:44:37.058077891Z File "", line 883, in exec_module 2024-05-24T09:44:37.058090534Z File "", line 241, in _call_with_frames_removed 2024-05-24T09:44:37.058094056Z File "/home/airflow/.local/lib/python3.10/site-packages/airflow/providers/google/cloud/hooks/cloud_sql.py", line 52, in 2024-05-24T09:44:37.058097255Z from airflow.providers.google.common.hooks.base_google import GoogleBaseHook, get_field 2024-05-24T09:44:37.058100194Z File "/home/airflow/.local/lib/python3.10/site-packages/airflow/providers/google/common/hooks/base_google.py", line 51, in 2024-05-24T09:44:37.058103077Z from airflow.providers.google.cloud.utils.credentials_provider import ( 2024-05-24T09:44:37.058106140Z File "/home/airflow/.local/lib/python3.10/site-packages/airflow/providers/google/cloud/utils/credentials_provider.py", line 38, in 2024-05-24T09:44:37.058109620Z from airflow.providers.google.cloud._internal_client.secret_manager_client import _SecretManagerClient 2024-05-24T09:44:37.058112883Z File "/home/airflow/.local/lib/python3.10/site-packages/airflow/providers/google/cloud/_internal_client/secret_manager_client.py", line 23, in 2024-05-24T09:44:37.058115770Z from google.cloud.secretmanager_v1 import SecretManagerServiceClient 2024-05-24T09:44:37.058118644Z File "/home/airflow/.local/lib/python3.10/site-packages/google/cloud/secretmanager_v1/__init__.py", line 22, in 2024-05-24T09:44:37.058121768Z from google.cloud.secretmanager_v1 import types 2024-05-24T09:44:37.058124651Z File "/home/airflow/.local/lib/python3.10/site-packages/google/cloud/secretmanager_v1/types.py", line 23, in 2024-05-24T09:44:37.058127525Z from google.cloud.secretmanager_v1.proto import resources_pb2 2024-05-24T09:44:37.058130418Z File "/home/airflow/.local/lib/python3.10/site-packages/google/cloud/secretmanager_v1/proto/resources_pb2.py", line 57, in 2024-05-24T09:44:37.058133374Z _descriptor.EnumValueDescriptor( 2024-05-24T09:44:37.058136293Z File "/home/airflow/.local/lib/python3.10/site-packages/google/protobuf/descriptor.py", line 796, in __new__ 2024-05-24T09:44:37.058139149Z _message.Message._CheckCalledFromGeneratedFile() 2024-05-24T09:44:37.058142000Z TypeError: Descriptors cannot not be created directly. 2024-05-24T09:44:37.058145039Z If this call came from a _pb2.py file, your generated code is out of date and must be regenerated with protoc >= 3.19.0. 2024-05-24T09:44:37.058147931Z If you cannot immediately regenerate your protos, some other possible workarounds are: 2024-05-24T09:44:37.058150789Z 1. Downgrade the protobuf package to 3.20.x or lower. 2024-05-24T09:44:37.058153878Z 2. Set PROTOCOL_BUFFERS_PYTHON_IMPLEMENTATION=python (but this will use pure-Python parsing and will be much slower). 2024-05-24T09:44:37.058156595Z 2024-05-24T09:44:37.058159589Z More information: https://developers.google.com/protocol-buffers/docs/news/2022-05-06#python-updates 2024-05-24T09:44:37.061746175Z [2024-05-24T09:44:37.060+0000] {providers_manager.py:243} WARNING - Exception when importing 'airflow.providers.google.cloud.hooks.bigquery.BigQueryHook' from 'apache-airflow-providers-google' package 2024-05-24T09:44:37.061761335Z Traceback (most recent call last): 2024-05-24T09:44:37.061765459Z File "/home/airflow/.local/lib/python3.10/site-packages/airflow/providers_manager.py", line 275, in _sanity_check 2024-05-24T09:44:37.061768492Z imported_class = import_string(class_name) 2024-05-24T09:44:37.061771637Z File "/home/airflow/.local/lib/python3.10/site-packages/airflow/utils/module_loading.py", line 33, in import_string 2024-05-24T09:44:37.061774615Z module = import_module(module_path) 2024-05-24T09:44:37.061781524Z File "/usr/local/lib/python3.10/importlib/__init__.py", line 126, in import_module 2024-05-24T09:44:37.061796395Z return _bootstrap._gcd_import(name[level:], package, level) 2024-05-24T09:44:37.061800202Z File "", line 1050, in _gcd_import 2024-05-24T09:44:37.061803453Z File "", line 1027, in _find_and_load 2024-05-24T09:44:37.061806555Z File "", line 1006, in _find_and_load_unlocked 2024-05-24T09:44:37.061809502Z File "", line 688, in _load_unlocked 2024-05-24T09:44:37.061812447Z File "", line 883, in exec_module 2024-05-24T09:44:37.061815369Z File "", line 241, in _call_with_frames_removed 2024-05-24T09:44:37.061818883Z File "/home/airflow/.local/lib/python3.10/site-packages/airflow/providers/google/cloud/hooks/bigquery.py", line 62, in 2024-05-24T09:44:37.061822205Z from airflow.providers.google.common.hooks.base_google import GoogleBaseAsyncHook, GoogleBaseHook, get_field 2024-05-24T09:44:37.061825183Z File "/home/airflow/.local/lib/python3.10/site-packages/airflow/providers/google/common/hooks/base_google.py", line 51, in 2024-05-24T09:44:37.061828149Z from airflow.providers.google.cloud.utils.credentials_provider import ( 2024-05-24T09:44:37.061831158Z File "/home/airflow/.local/lib/python3.10/site-packages/airflow/providers/google/cloud/utils/credentials_provider.py", line 38, in 2024-05-24T09:44:37.061834128Z from airflow.providers.google.cloud._internal_client.secret_manager_client import _SecretManagerClient 2024-05-24T09:44:37.061837566Z File "/home/airflow/.local/lib/python3.10/site-packages/airflow/providers/google/cloud/_internal_client/secret_manager_client.py", line 23, in 2024-05-24T09:44:37.061840495Z from google.cloud.secretmanager_v1 import SecretManagerServiceClient 2024-05-24T09:44:37.061843434Z File "/home/airflow/.local/lib/python3.10/site-packages/google/cloud/secretmanager_v1/__init__.py", line 22, in 2024-05-24T09:44:37.061846352Z from google.cloud.secretmanager_v1 import types 2024-05-24T09:44:37.061849275Z File "/home/airflow/.local/lib/python3.10/site-packages/google/cloud/secretmanager_v1/types.py", line 23, in 2024-05-24T09:44:37.061852520Z from google.cloud.secretmanager_v1.proto import resources_pb2 2024-05-24T09:44:37.061855522Z File "/home/airflow/.local/lib/python3.10/site-packages/google/cloud/secretmanager_v1/proto/resources_pb2.py", line 57, in 2024-05-24T09:44:37.061858632Z _descriptor.EnumValueDescriptor( 2024-05-24T09:44:37.061861630Z File "/home/airflow/.local/lib/python3.10/site-packages/google/protobuf/descriptor.py", line 796, in __new__ 2024-05-24T09:44:37.061864496Z _message.Message._CheckCalledFromGeneratedFile() 2024-05-24T09:44:37.061867772Z TypeError: Descriptors cannot not be created directly. 2024-05-24T09:44:37.061870707Z If this call came from a _pb2.py file, your generated code is out of date and must be regenerated with protoc >= 3.19.0. 2024-05-24T09:44:37.061873842Z If you cannot immediately regenerate your protos, some other possible workarounds are: 2024-05-24T09:44:37.061876772Z 1. Downgrade the protobuf package to 3.20.x or lower. 2024-05-24T09:44:37.061879753Z 2. Set PROTOCOL_BUFFERS_PYTHON_IMPLEMENTATION=python (but this will use pure-Python parsing and will be much slower). 2024-05-24T09:44:37.061882576Z 2024-05-24T09:44:37.061885756Z More information: https://developers.google.com/protocol-buffers/docs/news/2022-05-06#python-updates 2024-05-24T09:44:37.065791514Z [2024-05-24T09:44:37.064+0000] {providers_manager.py:243} WARNING - Exception when importing 'airflow.providers.google.cloud.hooks.compute_ssh.ComputeEngineSSHHook' from 'apache-airflow-providers-google' package 2024-05-24T09:44:37.065812328Z Traceback (most recent call last): 2024-05-24T09:44:37.065816209Z File "/home/airflow/.local/lib/python3.10/site-packages/airflow/providers_manager.py", line 275, in _sanity_check 2024-05-24T09:44:37.065819216Z imported_class = import_string(class_name) 2024-05-24T09:44:37.065822306Z File "/home/airflow/.local/lib/python3.10/site-packages/airflow/utils/module_loading.py", line 33, in import_string 2024-05-24T09:44:37.065825219Z module = import_module(module_path) 2024-05-24T09:44:37.065828377Z File "/usr/local/lib/python3.10/importlib/__init__.py", line 126, in import_module 2024-05-24T09:44:37.065848911Z return _bootstrap._gcd_import(name[level:], package, level) 2024-05-24T09:44:37.065852926Z File "", line 1050, in _gcd_import 2024-05-24T09:44:37.065855836Z File "", line 1027, in _find_and_load 2024-05-24T09:44:37.065858729Z File "", line 1006, in _find_and_load_unlocked 2024-05-24T09:44:37.065861722Z File "", line 688, in _load_unlocked 2024-05-24T09:44:37.065864687Z File "", line 883, in exec_module 2024-05-24T09:44:37.065867977Z File "", line 241, in _call_with_frames_removed 2024-05-24T09:44:37.065871345Z File "/home/airflow/.local/lib/python3.10/site-packages/airflow/providers/google/cloud/hooks/compute_ssh.py", line 29, in 2024-05-24T09:44:37.065874241Z from airflow.providers.google.cloud.hooks.compute import ComputeEngineHook 2024-05-24T09:44:37.065877201Z File "/home/airflow/.local/lib/python3.10/site-packages/airflow/providers/google/cloud/hooks/compute.py", line 33, in 2024-05-24T09:44:37.065880313Z from airflow.providers.google.common.hooks.base_google import PROVIDE_PROJECT_ID, GoogleBaseHook 2024-05-24T09:44:37.065883235Z File "/home/airflow/.local/lib/python3.10/site-packages/airflow/providers/google/common/hooks/base_google.py", line 51, in 2024-05-24T09:44:37.065886136Z from airflow.providers.google.cloud.utils.credentials_provider import ( 2024-05-24T09:44:37.065889172Z File "/home/airflow/.local/lib/python3.10/site-packages/airflow/providers/google/cloud/utils/credentials_provider.py", line 38, in 2024-05-24T09:44:37.065892096Z from airflow.providers.google.cloud._internal_client.secret_manager_client import _SecretManagerClient 2024-05-24T09:44:37.065962783Z File "/home/airflow/.local/lib/python3.10/site-packages/airflow/providers/google/cloud/_internal_client/secret_manager_client.py", line 23, in 2024-05-24T09:44:37.065966736Z from google.cloud.secretmanager_v1 import SecretManagerServiceClient 2024-05-24T09:44:37.065970154Z File "/home/airflow/.local/lib/python3.10/site-packages/google/cloud/secretmanager_v1/__init__.py", line 22, in 2024-05-24T09:44:37.065973109Z from google.cloud.secretmanager_v1 import types 2024-05-24T09:44:37.065976096Z File "/home/airflow/.local/lib/python3.10/site-packages/google/cloud/secretmanager_v1/types.py", line 23, in 2024-05-24T09:44:37.065979249Z from google.cloud.secretmanager_v1.proto import resources_pb2 2024-05-24T09:44:37.065982423Z File "/home/airflow/.local/lib/python3.10/site-packages/google/cloud/secretmanager_v1/proto/resources_pb2.py", line 57, in 2024-05-24T09:44:37.065985417Z _descriptor.EnumValueDescriptor( 2024-05-24T09:44:37.065999201Z File "/home/airflow/.local/lib/python3.10/site-packages/google/protobuf/descriptor.py", line 796, in __new__ 2024-05-24T09:44:37.066002296Z _message.Message._CheckCalledFromGeneratedFile() 2024-05-24T09:44:37.066005416Z TypeError: Descriptors cannot not be created directly. 2024-05-24T09:44:37.066012793Z If this call came from a _pb2.py file, your generated code is out of date and must be regenerated with protoc >= 3.19.0. 2024-05-24T09:44:37.066015902Z If you cannot immediately regenerate your protos, some other possible workarounds are: 2024-05-24T09:44:37.066018844Z 1. Downgrade the protobuf package to 3.20.x or lower. 2024-05-24T09:44:37.066022031Z 2. Set PROTOCOL_BUFFERS_PYTHON_IMPLEMENTATION=python (but this will use pure-Python parsing and will be much slower). 2024-05-24T09:44:37.066024781Z 2024-05-24T09:44:37.066027835Z More information: https://developers.google.com/protocol-buffers/docs/news/2022-05-06#python-updates 2024-05-24T09:44:37.066596488Z [2024-05-24T09:44:37.066+0000] {providers_manager.py:235} INFO - Optional provider feature disabled when importing 'airflow.providers.google.leveldb.hooks.leveldb.LevelDBHook' from 'apache-airflow-providers-google' package 2024-05-24T09:44:37.074338247Z [2024-05-24T09:44:37.069+0000] {providers_manager.py:243} WARNING - Exception when importing 'airflow.providers.http.hooks.http.HttpHook' from 'apache-airflow-providers-http' package 2024-05-24T09:44:37.074345836Z Traceback (most recent call last): 2024-05-24T09:44:37.074348954Z File "/home/airflow/.local/lib/python3.10/site-packages/requests_toolbelt/_compat.py", line 48, in 2024-05-24T09:44:37.074352177Z from requests.packages.urllib3.contrib import appengine as gaecontrib 2024-05-24T09:44:37.074357432Z ImportError: cannot import name 'appengine' from 'requests.packages.urllib3.contrib' (/home/airflow/.local/lib/python3.10/site-packages/urllib3/contrib/__init__.py) 2024-05-24T09:44:37.074360284Z 2024-05-24T09:44:37.074363260Z During handling of the above exception, another exception occurred: 2024-05-24T09:44:37.074366035Z 2024-05-24T09:44:37.074368953Z Traceback (most recent call last): 2024-05-24T09:44:37.074372689Z File "/home/airflow/.local/lib/python3.10/site-packages/airflow/providers_manager.py", line 275, in _sanity_check 2024-05-24T09:44:37.074375666Z imported_class = import_string(class_name) 2024-05-24T09:44:37.074378812Z File "/home/airflow/.local/lib/python3.10/site-packages/airflow/utils/module_loading.py", line 33, in import_string 2024-05-24T09:44:37.074381687Z module = import_module(module_path) 2024-05-24T09:44:37.074384557Z File "/usr/local/lib/python3.10/importlib/__init__.py", line 126, in import_module 2024-05-24T09:44:37.074387981Z return _bootstrap._gcd_import(name[level:], package, level) 2024-05-24T09:44:37.074390803Z File "", line 1050, in _gcd_import 2024-05-24T09:44:37.074393651Z File "", line 1027, in _find_and_load 2024-05-24T09:44:37.074396511Z File "", line 1006, in _find_and_load_unlocked 2024-05-24T09:44:37.074399452Z File "", line 688, in _load_unlocked 2024-05-24T09:44:37.074402296Z File "", line 883, in exec_module 2024-05-24T09:44:37.074405117Z File "", line 241, in _call_with_frames_removed 2024-05-24T09:44:37.074407985Z File "/home/airflow/.local/lib/python3.10/site-packages/airflow/providers/http/hooks/http.py", line 29, in 2024-05-24T09:44:37.074410908Z from requests_toolbelt.adapters.socket_options import TCPKeepAliveAdapter 2024-05-24T09:44:37.074413747Z File "/home/airflow/.local/lib/python3.10/site-packages/requests_toolbelt/__init__.py", line 12, in 2024-05-24T09:44:37.074416637Z from .adapters import SSLAdapter, SourceAddressAdapter 2024-05-24T09:44:37.074419522Z File "/home/airflow/.local/lib/python3.10/site-packages/requests_toolbelt/adapters/__init__.py", line 12, in 2024-05-24T09:44:37.074427117Z from .ssl import SSLAdapter 2024-05-24T09:44:37.074430116Z File "/home/airflow/.local/lib/python3.10/site-packages/requests_toolbelt/adapters/ssl.py", line 16, in 2024-05-24T09:44:37.074432953Z from .._compat import poolmanager 2024-05-24T09:44:37.074435784Z File "/home/airflow/.local/lib/python3.10/site-packages/requests_toolbelt/_compat.py", line 50, in 2024-05-24T09:44:37.074438968Z from urllib3.contrib import appengine as gaecontrib 2024-05-24T09:44:37.074442558Z ImportError: cannot import name 'appengine' from 'urllib3.contrib' (/home/airflow/.local/lib/python3.10/site-packages/urllib3/contrib/__init__.py) 2024-05-24T09:44:37.096240567Z [2024-05-24 09:44:37 +0000] [16] [INFO] Listening at: http://0.0.0.0:8080 (16) 2024-05-24T09:44:37.096254859Z [2024-05-24 09:44:37 +0000] [16] [INFO] Using worker: sync 2024-05-24T09:44:37.121077263Z [2024-05-24 09:44:37 +0000] [23] [INFO] Booting worker with pid: 23 2024-05-24T09:44:37.215339171Z [2024-05-24 09:44:37 +0000] [24] [INFO] Booting worker with pid: 24 2024-05-24T09:44:37.393785875Z [2024-05-24 09:44:37 +0000] [26] [INFO] Booting worker with pid: 26 2024-05-24T09:44:37.501973339Z 10.244.0.1 - - [24/May/2024:09:44:37 +0000] "GET /health HTTP/1.1" 200 141 "-" "kube-probe/1.29" 2024-05-24T09:44:37.511113656Z 10.244.0.1 - - [24/May/2024:09:44:37 +0000] "GET /health HTTP/1.1" 200 141 "-" "kube-probe/1.29" 2024-05-24T09:44:37.605976758Z [2024-05-24 09:44:37 +0000] [25] [INFO] Booting worker with pid: 25 2024-05-24T09:44:42.773278194Z 10.244.0.1 - - [24/May/2024:09:44:42 +0000] "GET /health HTTP/1.1" 200 141 "-" "kube-probe/1.29" 2024-05-24T09:44:43.025699028Z 10.244.0.1 - - [24/May/2024:09:44:43 +0000] "GET /health HTTP/1.1" 200 141 "-" "kube-probe/1.29" 2024-05-24T09:44:47.245932547Z 10.244.0.1 - - [24/May/2024:09:44:47 +0000] "GET /health HTTP/1.1" 200 141 "-" "kube-probe/1.29" 2024-05-24T09:44:47.262948485Z 10.244.0.1 - - [24/May/2024:09:44:47 +0000] "GET /health HTTP/1.1" 200 141 "-" "kube-probe/1.29" 2024-05-24T09:44:52.233023596Z 10.244.0.1 - - [24/May/2024:09:44:52 +0000] "GET /health HTTP/1.1" 200 141 "-" "kube-probe/1.29" 2024-05-24T09:44:52.850080314Z 10.244.0.1 - - [24/May/2024:09:44:52 +0000] "GET /health HTTP/1.1" 200 141 "-" "kube-probe/1.29" 2024-05-24T09:44:57.223643432Z 10.244.0.1 - - [24/May/2024:09:44:57 +0000] "GET /health HTTP/1.1" 200 141 "-" "kube-probe/1.29" 2024-05-24T09:44:57.231585188Z 10.244.0.1 - - [24/May/2024:09:44:57 +0000] "GET /health HTTP/1.1" 200 141 "-" "kube-probe/1.29" 2024-05-24T09:45:02.223522438Z 10.244.0.1 - - [24/May/2024:09:45:02 +0000] "GET /health HTTP/1.1" 200 141 "-" "kube-probe/1.29" 2024-05-24T09:45:02.224071830Z 10.244.0.1 - - [24/May/2024:09:45:02 +0000] "GET /health HTTP/1.1" 200 141 "-" "kube-probe/1.29" 2024-05-24T09:45:07.245112831Z 10.244.0.1 - - [24/May/2024:09:45:07 +0000] "GET /health HTTP/1.1" 200 141 "-" "kube-probe/1.29" 2024-05-24T09:45:07.245138758Z 10.244.0.1 - - [24/May/2024:09:45:07 +0000] "GET /health HTTP/1.1" 200 141 "-" "kube-probe/1.29" 2024-05-24T09:45:12.220604596Z 10.244.0.1 - - [24/May/2024:09:45:12 +0000] "GET /health HTTP/1.1" 200 141 "-" "kube-probe/1.29" 2024-05-24T09:45:12.227837704Z 10.244.0.1 - - [24/May/2024:09:45:12 +0000] "GET /health HTTP/1.1" 200 141 "-" "kube-probe/1.29" 2024-05-24T09:45:17.238823610Z 10.244.0.1 - - [24/May/2024:09:45:17 +0000] "GET /health HTTP/1.1" 200 141 "-" "kube-probe/1.29" 2024-05-24T09:45:17.241133666Z 10.244.0.1 - - [24/May/2024:09:45:17 +0000] "GET /health HTTP/1.1" 200 141 "-" "kube-probe/1.29" 2024-05-24T09:45:22.232628754Z 10.244.0.1 - - [24/May/2024:09:45:22 +0000] "GET /health HTTP/1.1" 200 141 "-" "kube-probe/1.29" 2024-05-24T09:45:22.236294399Z 10.244.0.1 - - [24/May/2024:09:45:22 +0000] "GET /health HTTP/1.1" 200 141 "-" "kube-probe/1.29" 2024-05-24T09:45:27.227588161Z 10.244.0.1 - - [24/May/2024:09:45:27 +0000] "GET /health HTTP/1.1" 200 141 "-" "kube-probe/1.29" 2024-05-24T09:45:27.231255081Z 10.244.0.1 - - [24/May/2024:09:45:27 +0000] "GET /health HTTP/1.1" 200 141 "-" "kube-probe/1.29" 2024-05-24T09:45:32.217574456Z 10.244.0.1 - - [24/May/2024:09:45:32 +0000] "GET /health HTTP/1.1" 200 141 "-" "kube-probe/1.29" 2024-05-24T09:45:32.220688097Z 10.244.0.1 - - [24/May/2024:09:45:32 +0000] "GET /health HTTP/1.1" 200 141 "-" "kube-probe/1.29" 2024-05-24T09:45:37.218245722Z 10.244.0.1 - - [24/May/2024:09:45:37 +0000] "GET /health HTTP/1.1" 200 141 "-" "kube-probe/1.29" 2024-05-24T09:45:37.229376139Z 10.244.0.1 - - [24/May/2024:09:45:37 +0000] "GET /health HTTP/1.1" 200 141 "-" "kube-probe/1.29" 2024-05-24T09:45:42.222243696Z 10.244.0.1 - - [24/May/2024:09:45:42 +0000] "GET /health HTTP/1.1" 200 141 "-" "kube-probe/1.29" 2024-05-24T09:45:42.228392485Z 10.244.0.1 - - [24/May/2024:09:45:42 +0000] "GET /health HTTP/1.1" 200 141 "-" "kube-probe/1.29" 2024-05-24T09:45:47.220074697Z 10.244.0.1 - - [24/May/2024:09:45:47 +0000] "GET /health HTTP/1.1" 200 141 "-" "kube-probe/1.29" 2024-05-24T09:45:47.225425643Z 10.244.0.1 - - [24/May/2024:09:45:47 +0000] "GET /health HTTP/1.1" 200 141 "-" "kube-probe/1.29" 2024-05-24T09:45:52.218422902Z 10.244.0.1 - - [24/May/2024:09:45:52 +0000] "GET /health HTTP/1.1" 200 141 "-" "kube-probe/1.29" 2024-05-24T09:45:52.223106439Z 10.244.0.1 - - [24/May/2024:09:45:52 +0000] "GET /health HTTP/1.1" 200 141 "-" "kube-probe/1.29" 2024-05-24T09:45:57.218787471Z 10.244.0.1 - - [24/May/2024:09:45:57 +0000] "GET /health HTTP/1.1" 200 141 "-" "kube-probe/1.29" 2024-05-24T09:45:57.243035904Z 10.244.0.1 - - [24/May/2024:09:45:57 +0000] "GET /health HTTP/1.1" 200 141 "-" "kube-probe/1.29" 2024-05-24T09:46:02.217188032Z 10.244.0.1 - - [24/May/2024:09:46:02 +0000] "GET /health HTTP/1.1" 200 141 "-" "kube-probe/1.29" 2024-05-24T09:46:02.222347299Z 10.244.0.1 - - [24/May/2024:09:46:02 +0000] "GET /health HTTP/1.1" 200 141 "-" "kube-probe/1.29" 2024-05-24T09:46:07.222049261Z 10.244.0.1 - - [24/May/2024:09:46:07 +0000] "GET /health HTTP/1.1" 200 141 "-" "kube-probe/1.29" 2024-05-24T09:46:07.233346144Z 10.244.0.1 - - [24/May/2024:09:46:07 +0000] "GET /health HTTP/1.1" 200 141 "-" "kube-probe/1.29" 2024-05-24T09:46:12.219819878Z 10.244.0.1 - - [24/May/2024:09:46:12 +0000] "GET /health HTTP/1.1" 200 141 "-" "kube-probe/1.29" 2024-05-24T09:46:12.245613909Z 10.244.0.1 - - [24/May/2024:09:46:12 +0000] "GET /health HTTP/1.1" 200 141 "-" "kube-probe/1.29" 2024-05-24T09:46:17.222120570Z 10.244.0.1 - - [24/May/2024:09:46:17 +0000] "GET /health HTTP/1.1" 200 141 "-" "kube-probe/1.29" 2024-05-24T09:46:17.222245543Z 10.244.0.1 - - [24/May/2024:09:46:17 +0000] "GET /health HTTP/1.1" 200 141 "-" "kube-probe/1.29" 2024-05-24T09:46:22.221808060Z 10.244.0.1 - - [24/May/2024:09:46:22 +0000] "GET /health HTTP/1.1" 200 141 "-" "kube-probe/1.29" 2024-05-24T09:46:22.226855722Z 10.244.0.1 - - [24/May/2024:09:46:22 +0000] "GET /health HTTP/1.1" 200 141 "-" "kube-probe/1.29" 2024-05-24T09:46:27.220503857Z 10.244.0.1 - - [24/May/2024:09:46:27 +0000] "GET /health HTTP/1.1" 200 141 "-" "kube-probe/1.29" 2024-05-24T09:46:27.226267239Z 10.244.0.1 - - [24/May/2024:09:46:27 +0000] "GET /health HTTP/1.1" 200 141 "-" "kube-probe/1.29" 2024-05-24T09:46:32.222100386Z 10.244.0.1 - - [24/May/2024:09:46:32 +0000] "GET /health HTTP/1.1" 200 141 "-" "kube-probe/1.29" 2024-05-24T09:46:32.224663471Z 10.244.0.1 - - [24/May/2024:09:46:32 +0000] "GET /health HTTP/1.1" 200 141 "-" "kube-probe/1.29" 2024-05-24T09:46:37.217394288Z 10.244.0.1 - - [24/May/2024:09:46:37 +0000] "GET /health HTTP/1.1" 200 141 "-" "kube-probe/1.29" 2024-05-24T09:46:37.218942521Z 10.244.0.1 - - [24/May/2024:09:46:37 +0000] "GET /health HTTP/1.1" 200 141 "-" "kube-probe/1.29" 2024-05-24T09:46:42.216846674Z 10.244.0.1 - - [24/May/2024:09:46:42 +0000] "GET /health HTTP/1.1" 200 141 "-" "kube-probe/1.29" 2024-05-24T09:46:42.228264261Z 10.244.0.1 - - [24/May/2024:09:46:42 +0000] "GET /health HTTP/1.1" 200 141 "-" "kube-probe/1.29" 2024-05-24T09:46:47.220665869Z 10.244.0.1 - - [24/May/2024:09:46:47 +0000] "GET /health HTTP/1.1" 200 141 "-" "kube-probe/1.29" 2024-05-24T09:46:47.221309869Z 10.244.0.1 - - [24/May/2024:09:46:47 +0000] "GET /health HTTP/1.1" 200 141 "-" "kube-probe/1.29" 2024-05-24T09:46:52.218147874Z 10.244.0.1 - - [24/May/2024:09:46:52 +0000] "GET /health HTTP/1.1" 200 141 "-" "kube-probe/1.29" 2024-05-24T09:46:52.240345221Z 10.244.0.1 - - [24/May/2024:09:46:52 +0000] "GET /health HTTP/1.1" 200 141 "-" "kube-probe/1.29" 2024-05-24T09:46:57.221769543Z 10.244.0.1 - - [24/May/2024:09:46:57 +0000] "GET /health HTTP/1.1" 200 141 "-" "kube-probe/1.29" 2024-05-24T09:46:57.231746976Z 10.244.0.1 - - [24/May/2024:09:46:57 +0000] "GET /health HTTP/1.1" 200 141 "-" "kube-probe/1.29" 2024-05-24T09:47:02.221296256Z 10.244.0.1 - - [24/May/2024:09:47:02 +0000] "GET /health HTTP/1.1" 200 141 "-" "kube-probe/1.29" 2024-05-24T09:47:02.230739778Z 10.244.0.1 - - [24/May/2024:09:47:02 +0000] "GET /health HTTP/1.1" 200 141 "-" "kube-probe/1.29" 2024-05-24T09:47:07.218801337Z 10.244.0.1 - - [24/May/2024:09:47:07 +0000] "GET /health HTTP/1.1" 200 141 "-" "kube-probe/1.29" 2024-05-24T09:47:07.219289118Z 10.244.0.1 - - [24/May/2024:09:47:07 +0000] "GET /health HTTP/1.1" 200 141 "-" "kube-probe/1.29" 2024-05-24T09:47:12.218171548Z 10.244.0.1 - - [24/May/2024:09:47:12 +0000] "GET /health HTTP/1.1" 200 141 "-" "kube-probe/1.29" 2024-05-24T09:47:12.218712311Z 10.244.0.1 - - [24/May/2024:09:47:12 +0000] "GET /health HTTP/1.1" 200 141 "-" "kube-probe/1.29" 2024-05-24T09:47:17.222913559Z 10.244.0.1 - - [24/May/2024:09:47:17 +0000] "GET /health HTTP/1.1" 200 141 "-" "kube-probe/1.29" 2024-05-24T09:47:17.229063989Z 10.244.0.1 - - [24/May/2024:09:47:17 +0000] "GET /health HTTP/1.1" 200 141 "-" "kube-probe/1.29" 2024-05-24T09:47:22.219932328Z 10.244.0.1 - - [24/May/2024:09:47:22 +0000] "GET /health HTTP/1.1" 200 141 "-" "kube-probe/1.29" 2024-05-24T09:47:22.222158146Z 10.244.0.1 - - [24/May/2024:09:47:22 +0000] "GET /health HTTP/1.1" 200 141 "-" "kube-probe/1.29" 2024-05-24T09:47:27.222325567Z 10.244.0.1 - - [24/May/2024:09:47:27 +0000] "GET /health HTTP/1.1" 200 141 "-" "kube-probe/1.29" 2024-05-24T09:47:27.230261748Z 10.244.0.1 - - [24/May/2024:09:47:27 +0000] "GET /health HTTP/1.1" 200 141 "-" "kube-probe/1.29" 2024-05-24T09:47:32.221365346Z 10.244.0.1 - - [24/May/2024:09:47:32 +0000] "GET /health HTTP/1.1" 200 141 "-" "kube-probe/1.29" 2024-05-24T09:47:32.222340185Z 10.244.0.1 - - [24/May/2024:09:47:32 +0000] "GET /health HTTP/1.1" 200 141 "-" "kube-probe/1.29" 2024-05-24T09:47:37.225958122Z 10.244.0.1 - - [24/May/2024:09:47:37 +0000] "GET /health HTTP/1.1" 200 141 "-" "kube-probe/1.29" 2024-05-24T09:47:37.226341711Z 10.244.0.1 - - [24/May/2024:09:47:37 +0000] "GET /health HTTP/1.1" 200 141 "-" "kube-probe/1.29" 2024-05-24T09:47:42.218438929Z 10.244.0.1 - - [24/May/2024:09:47:42 +0000] "GET /health HTTP/1.1" 200 141 "-" "kube-probe/1.29" 2024-05-24T09:47:42.221309540Z 10.244.0.1 - - [24/May/2024:09:47:42 +0000] "GET /health HTTP/1.1" 200 141 "-" "kube-probe/1.29" 2024-05-24T09:47:47.216976459Z 10.244.0.1 - - [24/May/2024:09:47:47 +0000] "GET /health HTTP/1.1" 200 141 "-" "kube-probe/1.29" 2024-05-24T09:47:47.221899082Z 10.244.0.1 - - [24/May/2024:09:47:47 +0000] "GET /health HTTP/1.1" 200 141 "-" "kube-probe/1.29" 2024-05-24T09:47:52.231465513Z 10.244.0.1 - - [24/May/2024:09:47:52 +0000] "GET /health HTTP/1.1" 200 141 "-" "kube-probe/1.29" 2024-05-24T09:47:52.231830537Z 10.244.0.1 - - [24/May/2024:09:47:52 +0000] "GET /health HTTP/1.1" 200 141 "-" "kube-probe/1.29" 2024-05-24T09:47:57.220162164Z 10.244.0.1 - - [24/May/2024:09:47:57 +0000] "GET /health HTTP/1.1" 200 141 "-" "kube-probe/1.29" 2024-05-24T09:47:57.225004652Z 10.244.0.1 - - [24/May/2024:09:47:57 +0000] "GET /health HTTP/1.1" 200 141 "-" "kube-probe/1.29" 2024-05-24T09:48:02.218092676Z 10.244.0.1 - - [24/May/2024:09:48:02 +0000] "GET /health HTTP/1.1" 200 141 "-" "kube-probe/1.29" 2024-05-24T09:48:02.226935681Z 10.244.0.1 - - [24/May/2024:09:48:02 +0000] "GET /health HTTP/1.1" 200 141 "-" "kube-probe/1.29" 2024-05-24T09:48:07.217152686Z 10.244.0.1 - - [24/May/2024:09:48:07 +0000] "GET /health HTTP/1.1" 200 141 "-" "kube-probe/1.29" 2024-05-24T09:48:07.219820140Z 10.244.0.1 - - [24/May/2024:09:48:07 +0000] "GET /health HTTP/1.1" 200 141 "-" "kube-probe/1.29" 2024-05-24T09:48:12.222676782Z 10.244.0.1 - - [24/May/2024:09:48:12 +0000] "GET /health HTTP/1.1" 200 141 "-" "kube-probe/1.29" 2024-05-24T09:48:12.224049396Z 10.244.0.1 - - [24/May/2024:09:48:12 +0000] "GET /health HTTP/1.1" 200 141 "-" "kube-probe/1.29" 2024-05-24T09:48:17.224610550Z 10.244.0.1 - - [24/May/2024:09:48:17 +0000] "GET /health HTTP/1.1" 200 141 "-" "kube-probe/1.29" 2024-05-24T09:48:17.227887947Z 10.244.0.1 - - [24/May/2024:09:48:17 +0000] "GET /health HTTP/1.1" 200 141 "-" "kube-probe/1.29" 2024-05-24T09:48:22.218595835Z 10.244.0.1 - - [24/May/2024:09:48:22 +0000] "GET /health HTTP/1.1" 200 141 "-" "kube-probe/1.29" 2024-05-24T09:48:22.226945406Z 10.244.0.1 - - [24/May/2024:09:48:22 +0000] "GET /health HTTP/1.1" 200 141 "-" "kube-probe/1.29" 2024-05-24T09:48:27.218651643Z 10.244.0.1 - - [24/May/2024:09:48:27 +0000] "GET /health HTTP/1.1" 200 141 "-" "kube-probe/1.29" 2024-05-24T09:48:27.225882960Z 10.244.0.1 - - [24/May/2024:09:48:27 +0000] "GET /health HTTP/1.1" 200 141 "-" "kube-probe/1.29" 2024-05-24T09:48:32.216630048Z 10.244.0.1 - - [24/May/2024:09:48:32 +0000] "GET /health HTTP/1.1" 200 141 "-" "kube-probe/1.29" 2024-05-24T09:48:32.219933366Z 10.244.0.1 - - [24/May/2024:09:48:32 +0000] "GET /health HTTP/1.1" 200 141 "-" "kube-probe/1.29" 2024-05-24T09:48:37.220129252Z 10.244.0.1 - - [24/May/2024:09:48:37 +0000] "GET /health HTTP/1.1" 200 141 "-" "kube-probe/1.29" 2024-05-24T09:48:37.225668270Z 10.244.0.1 - - [24/May/2024:09:48:37 +0000] "GET /health HTTP/1.1" 200 141 "-" "kube-probe/1.29" 2024-05-24T09:48:42.244623105Z 10.244.0.1 - - [24/May/2024:09:48:42 +0000] "GET /health HTTP/1.1" 200 141 "-" "kube-probe/1.29" 2024-05-24T09:48:42.247882535Z 10.244.0.1 - - [24/May/2024:09:48:42 +0000] "GET /health HTTP/1.1" 200 141 "-" "kube-probe/1.29" 2024-05-24T09:48:47.220523081Z 10.244.0.1 - - [24/May/2024:09:48:47 +0000] "GET /health HTTP/1.1" 200 141 "-" "kube-probe/1.29" 2024-05-24T09:48:47.222208488Z 10.244.0.1 - - [24/May/2024:09:48:47 +0000] "GET /health HTTP/1.1" 200 141 "-" "kube-probe/1.29" 2024-05-24T09:48:52.221212907Z 10.244.0.1 - - [24/May/2024:09:48:52 +0000] "GET /health HTTP/1.1" 200 141 "-" "kube-probe/1.29" 2024-05-24T09:48:52.223737736Z 10.244.0.1 - - [24/May/2024:09:48:52 +0000] "GET /health HTTP/1.1" 200 141 "-" "kube-probe/1.29" 2024-05-24T09:48:57.223375611Z 10.244.0.1 - - [24/May/2024:09:48:57 +0000] "GET /health HTTP/1.1" 200 141 "-" "kube-probe/1.29" 2024-05-24T09:48:57.227473171Z 10.244.0.1 - - [24/May/2024:09:48:57 +0000] "GET /health HTTP/1.1" 200 141 "-" "kube-probe/1.29" 2024-05-24T09:49:02.219602226Z 10.244.0.1 - - [24/May/2024:09:49:02 +0000] "GET /health HTTP/1.1" 200 141 "-" "kube-probe/1.29" 2024-05-24T09:49:02.224363288Z 10.244.0.1 - - [24/May/2024:09:49:02 +0000] "GET /health HTTP/1.1" 200 141 "-" "kube-probe/1.29" 2024-05-24T09:49:07.218555218Z 10.244.0.1 - - [24/May/2024:09:49:07 +0000] "GET /health HTTP/1.1" 200 141 "-" "kube-probe/1.29" 2024-05-24T09:49:07.222828113Z 10.244.0.1 - - [24/May/2024:09:49:07 +0000] "GET /health HTTP/1.1" 200 141 "-" "kube-probe/1.29" 2024-05-24T09:49:12.217943424Z 10.244.0.1 - - [24/May/2024:09:49:12 +0000] "GET /health HTTP/1.1" 200 141 "-" "kube-probe/1.29" 2024-05-24T09:49:12.221100452Z 10.244.0.1 - - [24/May/2024:09:49:12 +0000] "GET /health HTTP/1.1" 200 141 "-" "kube-probe/1.29" 2024-05-24T09:49:17.218386143Z 10.244.0.1 - - [24/May/2024:09:49:17 +0000] "GET /health HTTP/1.1" 200 141 "-" "kube-probe/1.29" 2024-05-24T09:49:17.221693937Z 10.244.0.1 - - [24/May/2024:09:49:17 +0000] "GET /health HTTP/1.1" 200 141 "-" "kube-probe/1.29" 2024-05-24T09:49:22.216714048Z 10.244.0.1 - - [24/May/2024:09:49:22 +0000] "GET /health HTTP/1.1" 200 141 "-" "kube-probe/1.29" 2024-05-24T09:49:22.216926317Z 10.244.0.1 - - [24/May/2024:09:49:22 +0000] "GET /health HTTP/1.1" 200 141 "-" "kube-probe/1.29" 2024-05-24T09:49:27.224585068Z 10.244.0.1 - - [24/May/2024:09:49:27 +0000] "GET /health HTTP/1.1" 200 141 "-" "kube-probe/1.29" 2024-05-24T09:49:27.226776920Z 10.244.0.1 - - [24/May/2024:09:49:27 +0000] "GET /health HTTP/1.1" 200 141 "-" "kube-probe/1.29" 2024-05-24T09:49:32.224031803Z 10.244.0.1 - - [24/May/2024:09:49:32 +0000] "GET /health HTTP/1.1" 200 141 "-" "kube-probe/1.29" 2024-05-24T09:49:32.231494919Z 10.244.0.1 - - [24/May/2024:09:49:32 +0000] "GET /health HTTP/1.1" 200 141 "-" "kube-probe/1.29" 2024-05-24T09:49:37.228026398Z 10.244.0.1 - - [24/May/2024:09:49:37 +0000] "GET /health HTTP/1.1" 200 141 "-" "kube-probe/1.29" 2024-05-24T09:49:37.235225732Z 10.244.0.1 - - [24/May/2024:09:49:37 +0000] "GET /health HTTP/1.1" 200 141 "-" "kube-probe/1.29" 2024-05-24T09:49:42.228999255Z 10.244.0.1 - - [24/May/2024:09:49:42 +0000] "GET /health HTTP/1.1" 200 141 "-" "kube-probe/1.29" 2024-05-24T09:49:42.232741698Z 10.244.0.1 - - [24/May/2024:09:49:42 +0000] "GET /health HTTP/1.1" 200 141 "-" "kube-probe/1.29" 2024-05-24T09:49:47.217908979Z 10.244.0.1 - - [24/May/2024:09:49:47 +0000] "GET /health HTTP/1.1" 200 141 "-" "kube-probe/1.29" 2024-05-24T09:49:47.224928688Z 10.244.0.1 - - [24/May/2024:09:49:47 +0000] "GET /health HTTP/1.1" 200 141 "-" "kube-probe/1.29" 2024-05-24T09:49:52.219502287Z 10.244.0.1 - - [24/May/2024:09:49:52 +0000] "GET /health HTTP/1.1" 200 141 "-" "kube-probe/1.29" 2024-05-24T09:49:52.228344734Z 10.244.0.1 - - [24/May/2024:09:49:52 +0000] "GET /health HTTP/1.1" 200 141 "-" "kube-probe/1.29" 2024-05-24T09:49:57.223420719Z 10.244.0.1 - - [24/May/2024:09:49:57 +0000] "GET /health HTTP/1.1" 200 141 "-" "kube-probe/1.29" 2024-05-24T09:49:57.223870113Z 10.244.0.1 - - [24/May/2024:09:49:57 +0000] "GET /health HTTP/1.1" 200 141 "-" "kube-probe/1.29" 2024-05-24T09:50:02.221999011Z 10.244.0.1 - - [24/May/2024:09:50:02 +0000] "GET /health HTTP/1.1" 200 141 "-" "kube-probe/1.29" 2024-05-24T09:50:02.222227105Z 10.244.0.1 - - [24/May/2024:09:50:02 +0000] "GET /health HTTP/1.1" 200 141 "-" "kube-probe/1.29" 2024-05-24T09:50:07.221166879Z 10.244.0.1 - - [24/May/2024:09:50:07 +0000] "GET /health HTTP/1.1" 200 141 "-" "kube-probe/1.29" 2024-05-24T09:50:07.222456614Z 10.244.0.1 - - [24/May/2024:09:50:07 +0000] "GET /health HTTP/1.1" 200 141 "-" "kube-probe/1.29" 2024-05-24T09:50:12.219710064Z 10.244.0.1 - - [24/May/2024:09:50:12 +0000] "GET /health HTTP/1.1" 200 141 "-" "kube-probe/1.29" 2024-05-24T09:50:12.222061835Z 10.244.0.1 - - [24/May/2024:09:50:12 +0000] "GET /health HTTP/1.1" 200 141 "-" "kube-probe/1.29" 2024-05-24T09:50:17.217345879Z 10.244.0.1 - - [24/May/2024:09:50:17 +0000] "GET /health HTTP/1.1" 200 141 "-" "kube-probe/1.29" 2024-05-24T09:50:17.218795189Z 10.244.0.1 - - [24/May/2024:09:50:17 +0000] "GET /health HTTP/1.1" 200 141 "-" "kube-probe/1.29" 2024-05-24T09:50:22.219498547Z 10.244.0.1 - - [24/May/2024:09:50:22 +0000] "GET /health HTTP/1.1" 200 141 "-" "kube-probe/1.29" 2024-05-24T09:50:22.221726861Z 10.244.0.1 - - [24/May/2024:09:50:22 +0000] "GET /health HTTP/1.1" 200 141 "-" "kube-probe/1.29" 2024-05-24T09:50:27.218222860Z 10.244.0.1 - - [24/May/2024:09:50:27 +0000] "GET /health HTTP/1.1" 200 141 "-" "kube-probe/1.29" 2024-05-24T09:50:27.218979342Z 10.244.0.1 - - [24/May/2024:09:50:27 +0000] "GET /health HTTP/1.1" 200 141 "-" "kube-probe/1.29" 2024-05-24T09:50:32.217368976Z 10.244.0.1 - - [24/May/2024:09:50:32 +0000] "GET /health HTTP/1.1" 200 141 "-" "kube-probe/1.29" 2024-05-24T09:50:32.220675697Z 10.244.0.1 - - [24/May/2024:09:50:32 +0000] "GET /health HTTP/1.1" 200 141 "-" "kube-probe/1.29" 2024-05-24T09:50:37.217464733Z 10.244.0.1 - - [24/May/2024:09:50:37 +0000] "GET /health HTTP/1.1" 200 141 "-" "kube-probe/1.29" 2024-05-24T09:50:37.217620120Z 10.244.0.1 - - [24/May/2024:09:50:37 +0000] "GET /health HTTP/1.1" 200 141 "-" "kube-probe/1.29" 2024-05-24T09:50:42.216922270Z 10.244.0.1 - - [24/May/2024:09:50:42 +0000] "GET /health HTTP/1.1" 200 141 "-" "kube-probe/1.29" 2024-05-24T09:50:42.239404734Z 10.244.0.1 - - [24/May/2024:09:50:42 +0000] "GET /health HTTP/1.1" 200 141 "-" "kube-probe/1.29" 2024-05-24T09:50:47.222728361Z 10.244.0.1 - - [24/May/2024:09:50:47 +0000] "GET /health HTTP/1.1" 200 141 "-" "kube-probe/1.29" 2024-05-24T09:50:47.232230291Z 10.244.0.1 - - [24/May/2024:09:50:47 +0000] "GET /health HTTP/1.1" 200 141 "-" "kube-probe/1.29" 2024-05-24T09:50:52.219204816Z 10.244.0.1 - - [24/May/2024:09:50:52 +0000] "GET /health HTTP/1.1" 200 141 "-" "kube-probe/1.29" 2024-05-24T09:50:52.224140338Z 10.244.0.1 - - [24/May/2024:09:50:52 +0000] "GET /health HTTP/1.1" 200 141 "-" "kube-probe/1.29" 2024-05-24T09:50:57.219027678Z 10.244.0.1 - - [24/May/2024:09:50:57 +0000] "GET /health HTTP/1.1" 200 141 "-" "kube-probe/1.29" 2024-05-24T09:50:57.225784319Z 10.244.0.1 - - [24/May/2024:09:50:57 +0000] "GET /health HTTP/1.1" 200 141 "-" "kube-probe/1.29" 2024-05-24T09:51:02.218785812Z 10.244.0.1 - - [24/May/2024:09:51:02 +0000] "GET /health HTTP/1.1" 200 141 "-" "kube-probe/1.29" 2024-05-24T09:51:02.225323434Z 10.244.0.1 - - [24/May/2024:09:51:02 +0000] "GET /health HTTP/1.1" 200 141 "-" "kube-probe/1.29" 2024-05-24T09:51:07.222611873Z 10.244.0.1 - - [24/May/2024:09:51:07 +0000] "GET /health HTTP/1.1" 200 141 "-" "kube-probe/1.29" 2024-05-24T09:51:07.223430276Z 10.244.0.1 - - [24/May/2024:09:51:07 +0000] "GET /health HTTP/1.1" 200 141 "-" "kube-probe/1.29" 2024-05-24T09:51:12.220743384Z 10.244.0.1 - - [24/May/2024:09:51:12 +0000] "GET /health HTTP/1.1" 200 141 "-" "kube-probe/1.29" 2024-05-24T09:51:12.226157660Z 10.244.0.1 - - [24/May/2024:09:51:12 +0000] "GET /health HTTP/1.1" 200 141 "-" "kube-probe/1.29" 2024-05-24T09:51:17.226119131Z 10.244.0.1 - - [24/May/2024:09:51:17 +0000] "GET /health HTTP/1.1" 200 141 "-" "kube-probe/1.29" 2024-05-24T09:51:17.231347645Z 10.244.0.1 - - [24/May/2024:09:51:17 +0000] "GET /health HTTP/1.1" 200 141 "-" "kube-probe/1.29" 2024-05-24T09:51:22.217545604Z 10.244.0.1 - - [24/May/2024:09:51:22 +0000] "GET /health HTTP/1.1" 200 141 "-" "kube-probe/1.29" 2024-05-24T09:51:22.225819339Z 10.244.0.1 - - [24/May/2024:09:51:22 +0000] "GET /health HTTP/1.1" 200 141 "-" "kube-probe/1.29" 2024-05-24T09:51:27.218753799Z 10.244.0.1 - - [24/May/2024:09:51:27 +0000] "GET /health HTTP/1.1" 200 141 "-" "kube-probe/1.29" 2024-05-24T09:51:27.223597023Z 10.244.0.1 - - [24/May/2024:09:51:27 +0000] "GET /health HTTP/1.1" 200 141 "-" "kube-probe/1.29" 2024-05-24T09:51:32.216955966Z 10.244.0.1 - - [24/May/2024:09:51:32 +0000] "GET /health HTTP/1.1" 200 141 "-" "kube-probe/1.29" 2024-05-24T09:51:32.226473279Z 10.244.0.1 - - [24/May/2024:09:51:32 +0000] "GET /health HTTP/1.1" 200 141 "-" "kube-probe/1.29" 2024-05-24T09:51:37.223453788Z 10.244.0.1 - - [24/May/2024:09:51:37 +0000] "GET /health HTTP/1.1" 200 141 "-" "kube-probe/1.29" 2024-05-24T09:51:37.223626018Z 10.244.0.1 - - [24/May/2024:09:51:37 +0000] "GET /health HTTP/1.1" 200 141 "-" "kube-probe/1.29" 2024-05-24T09:51:42.219504754Z 10.244.0.1 - - [24/May/2024:09:51:42 +0000] "GET /health HTTP/1.1" 200 141 "-" "kube-probe/1.29" 2024-05-24T09:51:42.224034418Z 10.244.0.1 - - [24/May/2024:09:51:42 +0000] "GET /health HTTP/1.1" 200 141 "-" "kube-probe/1.29" 2024-05-24T09:51:47.221367378Z 10.244.0.1 - - [24/May/2024:09:51:47 +0000] "GET /health HTTP/1.1" 200 141 "-" "kube-probe/1.29" 2024-05-24T09:51:47.223182780Z 10.244.0.1 - - [24/May/2024:09:51:47 +0000] "GET /health HTTP/1.1" 200 141 "-" "kube-probe/1.29" 2024-05-24T09:51:52.219063995Z 10.244.0.1 - - [24/May/2024:09:51:52 +0000] "GET /health HTTP/1.1" 200 141 "-" "kube-probe/1.29" 2024-05-24T09:51:52.223722737Z 10.244.0.1 - - [24/May/2024:09:51:52 +0000] "GET /health HTTP/1.1" 200 141 "-" "kube-probe/1.29" 2024-05-24T09:51:57.226029101Z 10.244.0.1 - - [24/May/2024:09:51:57 +0000] "GET /health HTTP/1.1" 200 141 "-" "kube-probe/1.29" 2024-05-24T09:51:57.226362022Z 10.244.0.1 - - [24/May/2024:09:51:57 +0000] "GET /health HTTP/1.1" 200 141 "-" "kube-probe/1.29" 2024-05-24T09:52:02.224838077Z 10.244.0.1 - - [24/May/2024:09:52:02 +0000] "GET /health HTTP/1.1" 200 141 "-" "kube-probe/1.29" 2024-05-24T09:52:02.227764313Z 10.244.0.1 - - [24/May/2024:09:52:02 +0000] "GET /health HTTP/1.1" 200 141 "-" "kube-probe/1.29" 2024-05-24T09:52:07.219405697Z 10.244.0.1 - - [24/May/2024:09:52:07 +0000] "GET /health HTTP/1.1" 200 141 "-" "kube-probe/1.29" 2024-05-24T09:52:07.223855772Z 10.244.0.1 - - [24/May/2024:09:52:07 +0000] "GET /health HTTP/1.1" 200 141 "-" "kube-probe/1.29" 2024-05-24T09:52:12.224278869Z 10.244.0.1 - - [24/May/2024:09:52:12 +0000] "GET /health HTTP/1.1" 200 141 "-" "kube-probe/1.29" 2024-05-24T09:52:12.226308459Z 10.244.0.1 - - [24/May/2024:09:52:12 +0000] "GET /health HTTP/1.1" 200 141 "-" "kube-probe/1.29" 2024-05-24T09:52:17.217989744Z 10.244.0.1 - - [24/May/2024:09:52:17 +0000] "GET /health HTTP/1.1" 200 141 "-" "kube-probe/1.29" 2024-05-24T09:52:17.222847932Z 10.244.0.1 - - [24/May/2024:09:52:17 +0000] "GET /health HTTP/1.1" 200 141 "-" "kube-probe/1.29" 2024-05-24T09:52:22.217155857Z 10.244.0.1 - - [24/May/2024:09:52:22 +0000] "GET /health HTTP/1.1" 200 141 "-" "kube-probe/1.29" 2024-05-24T09:52:22.224656940Z 10.244.0.1 - - [24/May/2024:09:52:22 +0000] "GET /health HTTP/1.1" 200 141 "-" "kube-probe/1.29" 2024-05-24T09:52:27.222157481Z 10.244.0.1 - - [24/May/2024:09:52:27 +0000] "GET /health HTTP/1.1" 200 141 "-" "kube-probe/1.29" 2024-05-24T09:52:27.225028783Z 10.244.0.1 - - [24/May/2024:09:52:27 +0000] "GET /health HTTP/1.1" 200 141 "-" "kube-probe/1.29" 2024-05-24T09:52:32.222871263Z 10.244.0.1 - - [24/May/2024:09:52:32 +0000] "GET /health HTTP/1.1" 200 141 "-" "kube-probe/1.29" 2024-05-24T09:52:32.224324380Z 10.244.0.1 - - [24/May/2024:09:52:32 +0000] "GET /health HTTP/1.1" 200 141 "-" "kube-probe/1.29" 2024-05-24T09:52:37.222943119Z 10.244.0.1 - - [24/May/2024:09:52:37 +0000] "GET /health HTTP/1.1" 200 141 "-" "kube-probe/1.29" 2024-05-24T09:52:37.223450752Z 10.244.0.1 - - [24/May/2024:09:52:37 +0000] "GET /health HTTP/1.1" 200 141 "-" "kube-probe/1.29" 2024-05-24T09:52:42.218477202Z 10.244.0.1 - - [24/May/2024:09:52:42 +0000] "GET /health HTTP/1.1" 200 141 "-" "kube-probe/1.29" 2024-05-24T09:52:42.225907286Z 10.244.0.1 - - [24/May/2024:09:52:42 +0000] "GET /health HTTP/1.1" 200 141 "-" "kube-probe/1.29" 2024-05-24T09:52:47.218749836Z 10.244.0.1 - - [24/May/2024:09:52:47 +0000] "GET /health HTTP/1.1" 200 141 "-" "kube-probe/1.29" 2024-05-24T09:52:47.220103471Z 10.244.0.1 - - [24/May/2024:09:52:47 +0000] "GET /health HTTP/1.1" 200 141 "-" "kube-probe/1.29" 2024-05-24T09:52:52.221370519Z 10.244.0.1 - - [24/May/2024:09:52:52 +0000] "GET /health HTTP/1.1" 200 141 "-" "kube-probe/1.29" 2024-05-24T09:52:52.223566477Z 10.244.0.1 - - [24/May/2024:09:52:52 +0000] "GET /health HTTP/1.1" 200 141 "-" "kube-probe/1.29" 2024-05-24T09:52:57.224021576Z 10.244.0.1 - - [24/May/2024:09:52:57 +0000] "GET /health HTTP/1.1" 200 141 "-" "kube-probe/1.29" 2024-05-24T09:52:57.232078385Z 10.244.0.1 - - [24/May/2024:09:52:57 +0000] "GET /health HTTP/1.1" 200 141 "-" "kube-probe/1.29" 2024-05-24T09:53:02.223069863Z 10.244.0.1 - - [24/May/2024:09:53:02 +0000] "GET /health HTTP/1.1" 200 141 "-" "kube-probe/1.29" 2024-05-24T09:53:02.226897113Z 10.244.0.1 - - [24/May/2024:09:53:02 +0000] "GET /health HTTP/1.1" 200 141 "-" "kube-probe/1.29" 2024-05-24T09:53:07.222280048Z 10.244.0.1 - - [24/May/2024:09:53:07 +0000] "GET /health HTTP/1.1" 200 141 "-" "kube-probe/1.29" 2024-05-24T09:53:07.226009534Z 10.244.0.1 - - [24/May/2024:09:53:07 +0000] "GET /health HTTP/1.1" 200 141 "-" "kube-probe/1.29" 2024-05-24T09:53:12.221205262Z 10.244.0.1 - - [24/May/2024:09:53:12 +0000] "GET /health HTTP/1.1" 200 141 "-" "kube-probe/1.29" 2024-05-24T09:53:12.225980739Z 10.244.0.1 - - [24/May/2024:09:53:12 +0000] "GET /health HTTP/1.1" 200 141 "-" "kube-probe/1.29" 2024-05-24T09:53:17.219152169Z 10.244.0.1 - - [24/May/2024:09:53:17 +0000] "GET /health HTTP/1.1" 200 141 "-" "kube-probe/1.29" 2024-05-24T09:53:17.220319607Z 10.244.0.1 - - [24/May/2024:09:53:17 +0000] "GET /health HTTP/1.1" 200 141 "-" "kube-probe/1.29" 2024-05-24T09:53:22.219438922Z 10.244.0.1 - - [24/May/2024:09:53:22 +0000] "GET /health HTTP/1.1" 200 141 "-" "kube-probe/1.29" 2024-05-24T09:53:22.220401269Z 10.244.0.1 - - [24/May/2024:09:53:22 +0000] "GET /health HTTP/1.1" 200 141 "-" "kube-probe/1.29" 2024-05-24T09:53:27.223109629Z 10.244.0.1 - - [24/May/2024:09:53:27 +0000] "GET /health HTTP/1.1" 200 141 "-" "kube-probe/1.29" 2024-05-24T09:53:27.225999950Z 10.244.0.1 - - [24/May/2024:09:53:27 +0000] "GET /health HTTP/1.1" 200 141 "-" "kube-probe/1.29" 2024-05-24T09:53:32.217926886Z 10.244.0.1 - - [24/May/2024:09:53:32 +0000] "GET /health HTTP/1.1" 200 141 "-" "kube-probe/1.29" 2024-05-24T09:53:32.225946251Z 10.244.0.1 - - [24/May/2024:09:53:32 +0000] "GET /health HTTP/1.1" 200 141 "-" "kube-probe/1.29" 2024-05-24T09:53:37.226441046Z 10.244.0.1 - - [24/May/2024:09:53:37 +0000] "GET /health HTTP/1.1" 200 141 "-" "kube-probe/1.29" 2024-05-24T09:53:37.226993479Z 10.244.0.1 - - [24/May/2024:09:53:37 +0000] "GET /health HTTP/1.1" 200 141 "-" "kube-probe/1.29" 2024-05-24T09:53:42.220195103Z 10.244.0.1 - - [24/May/2024:09:53:42 +0000] "GET /health HTTP/1.1" 200 141 "-" "kube-probe/1.29" 2024-05-24T09:53:42.221072393Z 10.244.0.1 - - [24/May/2024:09:53:42 +0000] "GET /health HTTP/1.1" 200 141 "-" "kube-probe/1.29" 2024-05-24T09:53:47.218499559Z 10.244.0.1 - - [24/May/2024:09:53:47 +0000] "GET /health HTTP/1.1" 200 141 "-" "kube-probe/1.29" 2024-05-24T09:53:47.219687293Z 10.244.0.1 - - [24/May/2024:09:53:47 +0000] "GET /health HTTP/1.1" 200 141 "-" "kube-probe/1.29" 2024-05-24T09:53:52.219344174Z 10.244.0.1 - - [24/May/2024:09:53:52 +0000] "GET /health HTTP/1.1" 200 141 "-" "kube-probe/1.29" 2024-05-24T09:53:52.222877744Z 10.244.0.1 - - [24/May/2024:09:53:52 +0000] "GET /health HTTP/1.1" 200 141 "-" "kube-probe/1.29" 2024-05-24T09:53:57.226763695Z 10.244.0.1 - - [24/May/2024:09:53:57 +0000] "GET /health HTTP/1.1" 200 141 "-" "kube-probe/1.29" 2024-05-24T09:53:57.230966773Z 10.244.0.1 - - [24/May/2024:09:53:57 +0000] "GET /health HTTP/1.1" 200 141 "-" "kube-probe/1.29" 2024-05-24T09:54:02.217344262Z 10.244.0.1 - - [24/May/2024:09:54:02 +0000] "GET /health HTTP/1.1" 200 141 "-" "kube-probe/1.29" 2024-05-24T09:54:02.220806715Z 10.244.0.1 - - [24/May/2024:09:54:02 +0000] "GET /health HTTP/1.1" 200 141 "-" "kube-probe/1.29" 2024-05-24T09:54:07.217854607Z 10.244.0.1 - - [24/May/2024:09:54:07 +0000] "GET /health HTTP/1.1" 200 141 "-" "kube-probe/1.29" 2024-05-24T09:54:07.220911875Z 10.244.0.1 - - [24/May/2024:09:54:07 +0000] "GET /health HTTP/1.1" 200 141 "-" "kube-probe/1.29" 2024-05-24T09:54:12.216643465Z 10.244.0.1 - - [24/May/2024:09:54:12 +0000] "GET /health HTTP/1.1" 200 141 "-" "kube-probe/1.29" 2024-05-24T09:54:12.216901327Z 10.244.0.1 - - [24/May/2024:09:54:12 +0000] "GET /health HTTP/1.1" 200 141 "-" "kube-probe/1.29" 2024-05-24T09:54:17.221691835Z 10.244.0.1 - - [24/May/2024:09:54:17 +0000] "GET /health HTTP/1.1" 200 141 "-" "kube-probe/1.29" 2024-05-24T09:54:17.222795344Z 10.244.0.1 - - [24/May/2024:09:54:17 +0000] "GET /health HTTP/1.1" 200 141 "-" "kube-probe/1.29" 2024-05-24T09:54:22.220648359Z 10.244.0.1 - - [24/May/2024:09:54:22 +0000] "GET /health HTTP/1.1" 200 141 "-" "kube-probe/1.29" 2024-05-24T09:54:22.224433126Z 10.244.0.1 - - [24/May/2024:09:54:22 +0000] "GET /health HTTP/1.1" 200 141 "-" "kube-probe/1.29" 2024-05-24T09:54:27.218269557Z 10.244.0.1 - - [24/May/2024:09:54:27 +0000] "GET /health HTTP/1.1" 200 141 "-" "kube-probe/1.29" 2024-05-24T09:54:27.221814436Z 10.244.0.1 - - [24/May/2024:09:54:27 +0000] "GET /health HTTP/1.1" 200 141 "-" "kube-probe/1.29" 2024-05-24T09:54:32.218399692Z 10.244.0.1 - - [24/May/2024:09:54:32 +0000] "GET /health HTTP/1.1" 200 141 "-" "kube-probe/1.29" 2024-05-24T09:54:32.223490151Z 10.244.0.1 - - [24/May/2024:09:54:32 +0000] "GET /health HTTP/1.1" 200 141 "-" "kube-probe/1.29" 2024-05-24T09:54:37.218805587Z 10.244.0.1 - - [24/May/2024:09:54:37 +0000] "GET /health HTTP/1.1" 200 141 "-" "kube-probe/1.29" 2024-05-24T09:54:37.225096124Z 10.244.0.1 - - [24/May/2024:09:54:37 +0000] "GET /health HTTP/1.1" 200 141 "-" "kube-probe/1.29" 2024-05-24T09:54:42.219196836Z 10.244.0.1 - - [24/May/2024:09:54:42 +0000] "GET /health HTTP/1.1" 200 141 "-" "kube-probe/1.29" 2024-05-24T09:54:42.230259784Z 10.244.0.1 - - [24/May/2024:09:54:42 +0000] "GET /health HTTP/1.1" 200 141 "-" "kube-probe/1.29" 2024-05-24T09:54:47.221316155Z 10.244.0.1 - - [24/May/2024:09:54:47 +0000] "GET /health HTTP/1.1" 200 141 "-" "kube-probe/1.29" 2024-05-24T09:54:47.226512587Z 10.244.0.1 - - [24/May/2024:09:54:47 +0000] "GET /health HTTP/1.1" 200 141 "-" "kube-probe/1.29" 2024-05-24T09:54:52.218763410Z 10.244.0.1 - - [24/May/2024:09:54:52 +0000] "GET /health HTTP/1.1" 200 141 "-" "kube-probe/1.29" 2024-05-24T09:54:52.219616557Z 10.244.0.1 - - [24/May/2024:09:54:52 +0000] "GET /health HTTP/1.1" 200 141 "-" "kube-probe/1.29" 2024-05-24T09:54:57.224946994Z 10.244.0.1 - - [24/May/2024:09:54:57 +0000] "GET /health HTTP/1.1" 200 141 "-" "kube-probe/1.29" 2024-05-24T09:54:57.240918515Z 10.244.0.1 - - [24/May/2024:09:54:57 +0000] "GET /health HTTP/1.1" 200 141 "-" "kube-probe/1.29" 2024-05-24T09:55:02.221123997Z 10.244.0.1 - - [24/May/2024:09:55:02 +0000] "GET /health HTTP/1.1" 200 141 "-" "kube-probe/1.29" 2024-05-24T09:55:02.225309233Z 10.244.0.1 - - [24/May/2024:09:55:02 +0000] "GET /health HTTP/1.1" 200 141 "-" "kube-probe/1.29" 2024-05-24T09:55:07.224151259Z 10.244.0.1 - - [24/May/2024:09:55:07 +0000] "GET /health HTTP/1.1" 200 141 "-" "kube-probe/1.29" 2024-05-24T09:55:07.225855747Z 10.244.0.1 - - [24/May/2024:09:55:07 +0000] "GET /health HTTP/1.1" 200 141 "-" "kube-probe/1.29" 2024-05-24T09:55:12.230378810Z 10.244.0.1 - - [24/May/2024:09:55:12 +0000] "GET /health HTTP/1.1" 200 141 "-" "kube-probe/1.29" 2024-05-24T09:55:12.231770558Z 10.244.0.1 - - [24/May/2024:09:55:12 +0000] "GET /health HTTP/1.1" 200 141 "-" "kube-probe/1.29" 2024-05-24T09:55:17.220259389Z 10.244.0.1 - - [24/May/2024:09:55:17 +0000] "GET /health HTTP/1.1" 200 141 "-" "kube-probe/1.29" 2024-05-24T09:55:17.222926737Z 10.244.0.1 - - [24/May/2024:09:55:17 +0000] "GET /health HTTP/1.1" 200 141 "-" "kube-probe/1.29" 2024-05-24T09:55:22.217753712Z 10.244.0.1 - - [24/May/2024:09:55:22 +0000] "GET /health HTTP/1.1" 200 141 "-" "kube-probe/1.29" 2024-05-24T09:55:22.218271320Z 10.244.0.1 - - [24/May/2024:09:55:22 +0000] "GET /health HTTP/1.1" 200 141 "-" "kube-probe/1.29" 2024-05-24T09:55:27.229688311Z 10.244.0.1 - - [24/May/2024:09:55:27 +0000] "GET /health HTTP/1.1" 200 141 "-" "kube-probe/1.29" 2024-05-24T09:55:27.230891815Z 10.244.0.1 - - [24/May/2024:09:55:27 +0000] "GET /health HTTP/1.1" 200 141 "-" "kube-probe/1.29" 2024-05-24T09:55:32.217924480Z 10.244.0.1 - - [24/May/2024:09:55:32 +0000] "GET /health HTTP/1.1" 200 141 "-" "kube-probe/1.29" 2024-05-24T09:55:32.226659394Z 10.244.0.1 - - [24/May/2024:09:55:32 +0000] "GET /health HTTP/1.1" 200 141 "-" "kube-probe/1.29" 2024-05-24T09:55:37.229797119Z 10.244.0.1 - - [24/May/2024:09:55:37 +0000] "GET /health HTTP/1.1" 200 141 "-" "kube-probe/1.29" 2024-05-24T09:55:37.232488768Z 10.244.0.1 - - [24/May/2024:09:55:37 +0000] "GET /health HTTP/1.1" 200 141 "-" "kube-probe/1.29" 2024-05-24T09:55:42.218568107Z 10.244.0.1 - - [24/May/2024:09:55:42 +0000] "GET /health HTTP/1.1" 200 141 "-" "kube-probe/1.29" 2024-05-24T09:55:42.228729936Z 10.244.0.1 - - [24/May/2024:09:55:42 +0000] "GET /health HTTP/1.1" 200 141 "-" "kube-probe/1.29" 2024-05-24T09:55:47.221119044Z 10.244.0.1 - - [24/May/2024:09:55:47 +0000] "GET /health HTTP/1.1" 200 141 "-" "kube-probe/1.29" 2024-05-24T09:55:47.225959802Z 10.244.0.1 - - [24/May/2024:09:55:47 +0000] "GET /health HTTP/1.1" 200 141 "-" "kube-probe/1.29" 2024-05-24T09:55:52.222382068Z 10.244.0.1 - - [24/May/2024:09:55:52 +0000] "GET /health HTTP/1.1" 200 141 "-" "kube-probe/1.29" 2024-05-24T09:55:52.224340382Z 10.244.0.1 - - [24/May/2024:09:55:52 +0000] "GET /health HTTP/1.1" 200 141 "-" "kube-probe/1.29" 2024-05-24T09:55:57.235644019Z 10.244.0.1 - - [24/May/2024:09:55:57 +0000] "GET /health HTTP/1.1" 200 141 "-" "kube-probe/1.29" 2024-05-24T09:55:57.249390197Z 10.244.0.1 - - [24/May/2024:09:55:57 +0000] "GET /health HTTP/1.1" 200 141 "-" "kube-probe/1.29" 2024-05-24T09:56:02.218795296Z 10.244.0.1 - - [24/May/2024:09:56:02 +0000] "GET /health HTTP/1.1" 200 141 "-" "kube-probe/1.29" 2024-05-24T09:56:02.219036864Z 10.244.0.1 - - [24/May/2024:09:56:02 +0000] "GET /health HTTP/1.1" 200 141 "-" "kube-probe/1.29" 2024-05-24T09:56:07.219141031Z 10.244.0.1 - - [24/May/2024:09:56:07 +0000] "GET /health HTTP/1.1" 200 141 "-" "kube-probe/1.29" 2024-05-24T09:56:07.222486952Z 10.244.0.1 - - [24/May/2024:09:56:07 +0000] "GET /health HTTP/1.1" 200 141 "-" "kube-probe/1.29" 2024-05-24T09:56:12.226812498Z 10.244.0.1 - - [24/May/2024:09:56:12 +0000] "GET /health HTTP/1.1" 200 141 "-" "kube-probe/1.29" 2024-05-24T09:56:12.226849108Z 10.244.0.1 - - [24/May/2024:09:56:12 +0000] "GET /health HTTP/1.1" 200 141 "-" "kube-probe/1.29" 2024-05-24T09:56:17.218098584Z 10.244.0.1 - - [24/May/2024:09:56:17 +0000] "GET /health HTTP/1.1" 200 141 "-" "kube-probe/1.29" 2024-05-24T09:56:17.229272343Z 10.244.0.1 - - [24/May/2024:09:56:17 +0000] "GET /health HTTP/1.1" 200 141 "-" "kube-probe/1.29" 2024-05-24T09:56:22.220808343Z 10.244.0.1 - - [24/May/2024:09:56:22 +0000] "GET /health HTTP/1.1" 200 141 "-" "kube-probe/1.29" 2024-05-24T09:56:22.225618560Z 10.244.0.1 - - [24/May/2024:09:56:22 +0000] "GET /health HTTP/1.1" 200 141 "-" "kube-probe/1.29" 2024-05-24T09:56:27.220607590Z 10.244.0.1 - - [24/May/2024:09:56:27 +0000] "GET /health HTTP/1.1" 200 141 "-" "kube-probe/1.29" 2024-05-24T09:56:27.221447537Z 10.244.0.1 - - [24/May/2024:09:56:27 +0000] "GET /health HTTP/1.1" 200 141 "-" "kube-probe/1.29" 2024-05-24T09:56:32.222263065Z 10.244.0.1 - - [24/May/2024:09:56:32 +0000] "GET /health HTTP/1.1" 200 141 "-" "kube-probe/1.29" 2024-05-24T09:56:32.235952407Z 10.244.0.1 - - [24/May/2024:09:56:32 +0000] "GET /health HTTP/1.1" 200 141 "-" "kube-probe/1.29" 2024-05-24T09:56:37.218772673Z 10.244.0.1 - - [24/May/2024:09:56:37 +0000] "GET /health HTTP/1.1" 200 141 "-" "kube-probe/1.29" 2024-05-24T09:56:37.219840077Z 10.244.0.1 - - [24/May/2024:09:56:37 +0000] "GET /health HTTP/1.1" 200 141 "-" "kube-probe/1.29" 2024-05-24T09:56:42.219398287Z 10.244.0.1 - - [24/May/2024:09:56:42 +0000] "GET /health HTTP/1.1" 200 141 "-" "kube-probe/1.29" 2024-05-24T09:56:42.223618414Z 10.244.0.1 - - [24/May/2024:09:56:42 +0000] "GET /health HTTP/1.1" 200 141 "-" "kube-probe/1.29" 2024-05-24T09:56:47.224665855Z 10.244.0.1 - - [24/May/2024:09:56:47 +0000] "GET /health HTTP/1.1" 200 141 "-" "kube-probe/1.29" 2024-05-24T09:56:47.225055749Z 10.244.0.1 - - [24/May/2024:09:56:47 +0000] "GET /health HTTP/1.1" 200 141 "-" "kube-probe/1.29" 2024-05-24T09:56:52.218683289Z 10.244.0.1 - - [24/May/2024:09:56:52 +0000] "GET /health HTTP/1.1" 200 141 "-" "kube-probe/1.29" 2024-05-24T09:56:52.224033371Z 10.244.0.1 - - [24/May/2024:09:56:52 +0000] "GET /health HTTP/1.1" 200 141 "-" "kube-probe/1.29" 2024-05-24T09:56:57.225933157Z 10.244.0.1 - - [24/May/2024:09:56:57 +0000] "GET /health HTTP/1.1" 200 141 "-" "kube-probe/1.29" 2024-05-24T09:56:57.237272937Z 10.244.0.1 - - [24/May/2024:09:56:57 +0000] "GET /health HTTP/1.1" 200 141 "-" "kube-probe/1.29" 2024-05-24T09:57:02.220704529Z 10.244.0.1 - - [24/May/2024:09:57:02 +0000] "GET /health HTTP/1.1" 200 141 "-" "kube-probe/1.29" 2024-05-24T09:57:02.225485836Z 10.244.0.1 - - [24/May/2024:09:57:02 +0000] "GET /health HTTP/1.1" 200 141 "-" "kube-probe/1.29" 2024-05-24T09:57:07.216135494Z 10.244.0.1 - - [24/May/2024:09:57:07 +0000] "GET /health HTTP/1.1" 200 141 "-" "kube-probe/1.29" 2024-05-24T09:57:07.229039900Z 10.244.0.1 - - [24/May/2024:09:57:07 +0000] "GET /health HTTP/1.1" 200 141 "-" "kube-probe/1.29" 2024-05-24T09:57:12.221442560Z 10.244.0.1 - - [24/May/2024:09:57:12 +0000] "GET /health HTTP/1.1" 200 141 "-" "kube-probe/1.29" 2024-05-24T09:57:12.223371282Z 10.244.0.1 - - [24/May/2024:09:57:12 +0000] "GET /health HTTP/1.1" 200 141 "-" "kube-probe/1.29" 2024-05-24T09:57:17.216754511Z 10.244.0.1 - - [24/May/2024:09:57:17 +0000] "GET /health HTTP/1.1" 200 141 "-" "kube-probe/1.29" 2024-05-24T09:57:17.217935913Z 10.244.0.1 - - [24/May/2024:09:57:17 +0000] "GET /health HTTP/1.1" 200 141 "-" "kube-probe/1.29" 2024-05-24T09:57:22.221454208Z 10.244.0.1 - - [24/May/2024:09:57:22 +0000] "GET /health HTTP/1.1" 200 141 "-" "kube-probe/1.29" 2024-05-24T09:57:22.221974140Z 10.244.0.1 - - [24/May/2024:09:57:22 +0000] "GET /health HTTP/1.1" 200 141 "-" "kube-probe/1.29" 2024-05-24T09:57:27.226416763Z 10.244.0.1 - - [24/May/2024:09:57:27 +0000] "GET /health HTTP/1.1" 200 141 "-" "kube-probe/1.29" 2024-05-24T09:57:27.228486280Z 10.244.0.1 - - [24/May/2024:09:57:27 +0000] "GET /health HTTP/1.1" 200 141 "-" "kube-probe/1.29" 2024-05-24T09:57:32.221531468Z 10.244.0.1 - - [24/May/2024:09:57:32 +0000] "GET /health HTTP/1.1" 200 141 "-" "kube-probe/1.29" 2024-05-24T09:57:32.228929413Z 10.244.0.1 - - [24/May/2024:09:57:32 +0000] "GET /health HTTP/1.1" 200 141 "-" "kube-probe/1.29" 2024-05-24T09:57:37.229368240Z 10.244.0.1 - - [24/May/2024:09:57:37 +0000] "GET /health HTTP/1.1" 200 141 "-" "kube-probe/1.29" 2024-05-24T09:57:37.230903959Z 10.244.0.1 - - [24/May/2024:09:57:37 +0000] "GET /health HTTP/1.1" 200 141 "-" "kube-probe/1.29" 2024-05-24T09:57:42.220287710Z 10.244.0.1 - - [24/May/2024:09:57:42 +0000] "GET /health HTTP/1.1" 200 141 "-" "kube-probe/1.29" 2024-05-24T09:57:42.222580508Z 10.244.0.1 - - [24/May/2024:09:57:42 +0000] "GET /health HTTP/1.1" 200 141 "-" "kube-probe/1.29" 2024-05-24T09:57:47.218315762Z 10.244.0.1 - - [24/May/2024:09:57:47 +0000] "GET /health HTTP/1.1" 200 141 "-" "kube-probe/1.29" 2024-05-24T09:57:47.222321189Z 10.244.0.1 - - [24/May/2024:09:57:47 +0000] "GET /health HTTP/1.1" 200 141 "-" "kube-probe/1.29" 2024-05-24T09:57:52.216761492Z 10.244.0.1 - - [24/May/2024:09:57:52 +0000] "GET /health HTTP/1.1" 200 141 "-" "kube-probe/1.29" 2024-05-24T09:57:52.217574838Z 10.244.0.1 - - [24/May/2024:09:57:52 +0000] "GET /health HTTP/1.1" 200 141 "-" "kube-probe/1.29" 2024-05-24T09:57:57.218390169Z 10.244.0.1 - - [24/May/2024:09:57:57 +0000] "GET /health HTTP/1.1" 200 141 "-" "kube-probe/1.29" 2024-05-24T09:57:57.228414298Z 10.244.0.1 - - [24/May/2024:09:57:57 +0000] "GET /health HTTP/1.1" 200 141 "-" "kube-probe/1.29" 2024-05-24T09:58:02.222003929Z 10.244.0.1 - - [24/May/2024:09:58:02 +0000] "GET /health HTTP/1.1" 200 141 "-" "kube-probe/1.29" 2024-05-24T09:58:02.223235588Z 10.244.0.1 - - [24/May/2024:09:58:02 +0000] "GET /health HTTP/1.1" 200 141 "-" "kube-probe/1.29" 2024-05-24T09:58:07.226397076Z 10.244.0.1 - - [24/May/2024:09:58:07 +0000] "GET /health HTTP/1.1" 200 141 "-" "kube-probe/1.29" 2024-05-24T09:58:07.226472175Z 10.244.0.1 - - [24/May/2024:09:58:07 +0000] "GET /health HTTP/1.1" 200 141 "-" "kube-probe/1.29" 2024-05-24T09:58:12.220858398Z 10.244.0.1 - - [24/May/2024:09:58:12 +0000] "GET /health HTTP/1.1" 200 141 "-" "kube-probe/1.29" 2024-05-24T09:58:12.223800959Z 10.244.0.1 - - [24/May/2024:09:58:12 +0000] "GET /health HTTP/1.1" 200 141 "-" "kube-probe/1.29" 2024-05-24T09:58:17.216959995Z 10.244.0.1 - - [24/May/2024:09:58:17 +0000] "GET /health HTTP/1.1" 200 141 "-" "kube-probe/1.29" 2024-05-24T09:58:17.225062485Z 10.244.0.1 - - [24/May/2024:09:58:17 +0000] "GET /health HTTP/1.1" 200 141 "-" "kube-probe/1.29" 2024-05-24T09:58:22.218046268Z 10.244.0.1 - - [24/May/2024:09:58:22 +0000] "GET /health HTTP/1.1" 200 141 "-" "kube-probe/1.29" 2024-05-24T09:58:22.218972986Z 10.244.0.1 - - [24/May/2024:09:58:22 +0000] "GET /health HTTP/1.1" 200 141 "-" "kube-probe/1.29" 2024-05-24T09:58:27.219549856Z 10.244.0.1 - - [24/May/2024:09:58:27 +0000] "GET /health HTTP/1.1" 200 141 "-" "kube-probe/1.29" 2024-05-24T09:58:27.219579085Z 10.244.0.1 - - [24/May/2024:09:58:27 +0000] "GET /health HTTP/1.1" 200 141 "-" "kube-probe/1.29" 2024-05-24T09:58:32.217837385Z 10.244.0.1 - - [24/May/2024:09:58:32 +0000] "GET /health HTTP/1.1" 200 141 "-" "kube-probe/1.29" 2024-05-24T09:58:32.218418426Z 10.244.0.1 - - [24/May/2024:09:58:32 +0000] "GET /health HTTP/1.1" 200 141 "-" "kube-probe/1.29" 2024-05-24T09:58:37.220293734Z 10.244.0.1 - - [24/May/2024:09:58:37 +0000] "GET /health HTTP/1.1" 200 141 "-" "kube-probe/1.29" 2024-05-24T09:58:37.223311769Z 10.244.0.1 - - [24/May/2024:09:58:37 +0000] "GET /health HTTP/1.1" 200 141 "-" "kube-probe/1.29" 2024-05-24T09:58:42.222015037Z 10.244.0.1 - - [24/May/2024:09:58:42 +0000] "GET /health HTTP/1.1" 200 141 "-" "kube-probe/1.29" 2024-05-24T09:58:42.226811861Z 10.244.0.1 - - [24/May/2024:09:58:42 +0000] "GET /health HTTP/1.1" 200 141 "-" "kube-probe/1.29" 2024-05-24T09:58:47.218201467Z 10.244.0.1 - - [24/May/2024:09:58:47 +0000] "GET /health HTTP/1.1" 200 141 "-" "kube-probe/1.29" 2024-05-24T09:58:47.224562476Z 10.244.0.1 - - [24/May/2024:09:58:47 +0000] "GET /health HTTP/1.1" 200 141 "-" "kube-probe/1.29" 2024-05-24T09:58:52.220360177Z 10.244.0.1 - - [24/May/2024:09:58:52 +0000] "GET /health HTTP/1.1" 200 141 "-" "kube-probe/1.29" 2024-05-24T09:58:52.221262065Z 10.244.0.1 - - [24/May/2024:09:58:52 +0000] "GET /health HTTP/1.1" 200 141 "-" "kube-probe/1.29" 2024-05-24T09:58:57.218263484Z 10.244.0.1 - - [24/May/2024:09:58:57 +0000] "GET /health HTTP/1.1" 200 141 "-" "kube-probe/1.29" 2024-05-24T09:58:57.218467425Z 10.244.0.1 - - [24/May/2024:09:58:57 +0000] "GET /health HTTP/1.1" 200 141 "-" "kube-probe/1.29" 2024-05-24T09:59:02.217275027Z 10.244.0.1 - - [24/May/2024:09:59:02 +0000] "GET /health HTTP/1.1" 200 141 "-" "kube-probe/1.29" 2024-05-24T09:59:02.217504368Z 10.244.0.1 - - [24/May/2024:09:59:02 +0000] "GET /health HTTP/1.1" 200 141 "-" "kube-probe/1.29" 2024-05-24T09:59:07.218761638Z 10.244.0.1 - - [24/May/2024:09:59:07 +0000] "GET /health HTTP/1.1" 200 141 "-" "kube-probe/1.29" 2024-05-24T09:59:07.223647065Z 10.244.0.1 - - [24/May/2024:09:59:07 +0000] "GET /health HTTP/1.1" 200 141 "-" "kube-probe/1.29" 2024-05-24T09:59:12.234043082Z 10.244.0.1 - - [24/May/2024:09:59:12 +0000] "GET /health HTTP/1.1" 200 141 "-" "kube-probe/1.29" 2024-05-24T09:59:12.235273384Z 10.244.0.1 - - [24/May/2024:09:59:12 +0000] "GET /health HTTP/1.1" 200 141 "-" "kube-probe/1.29" 2024-05-24T09:59:17.216768113Z 10.244.0.1 - - [24/May/2024:09:59:17 +0000] "GET /health HTTP/1.1" 200 141 "-" "kube-probe/1.29" 2024-05-24T09:59:17.219639940Z 10.244.0.1 - - [24/May/2024:09:59:17 +0000] "GET /health HTTP/1.1" 200 141 "-" "kube-probe/1.29" 2024-05-24T09:59:22.217742089Z 10.244.0.1 - - [24/May/2024:09:59:22 +0000] "GET /health HTTP/1.1" 200 141 "-" "kube-probe/1.29" 2024-05-24T09:59:22.218382016Z 10.244.0.1 - - [24/May/2024:09:59:22 +0000] "GET /health HTTP/1.1" 200 141 "-" "kube-probe/1.29" 2024-05-24T09:59:27.218165776Z 10.244.0.1 - - [24/May/2024:09:59:27 +0000] "GET /health HTTP/1.1" 200 141 "-" "kube-probe/1.29" 2024-05-24T09:59:27.223156864Z 10.244.0.1 - - [24/May/2024:09:59:27 +0000] "GET /health HTTP/1.1" 200 141 "-" "kube-probe/1.29" 2024-05-24T09:59:32.218183411Z 10.244.0.1 - - [24/May/2024:09:59:32 +0000] "GET /health HTTP/1.1" 200 141 "-" "kube-probe/1.29" 2024-05-24T09:59:32.218226788Z 10.244.0.1 - - [24/May/2024:09:59:32 +0000] "GET /health HTTP/1.1" 200 141 "-" "kube-probe/1.29" 2024-05-24T09:59:37.219628371Z 10.244.0.1 - - [24/May/2024:09:59:37 +0000] "GET /health HTTP/1.1" 200 141 "-" "kube-probe/1.29" 2024-05-24T09:59:37.225198741Z 10.244.0.1 - - [24/May/2024:09:59:37 +0000] "GET /health HTTP/1.1" 200 141 "-" "kube-probe/1.29" 2024-05-24T09:59:42.218359513Z 10.244.0.1 - - [24/May/2024:09:59:42 +0000] "GET /health HTTP/1.1" 200 141 "-" "kube-probe/1.29" 2024-05-24T09:59:42.222498073Z 10.244.0.1 - - [24/May/2024:09:59:42 +0000] "GET /health HTTP/1.1" 200 141 "-" "kube-probe/1.29" 2024-05-24T09:59:47.219775707Z 10.244.0.1 - - [24/May/2024:09:59:47 +0000] "GET /health HTTP/1.1" 200 141 "-" "kube-probe/1.29" 2024-05-24T09:59:47.220083075Z 10.244.0.1 - - [24/May/2024:09:59:47 +0000] "GET /health HTTP/1.1" 200 141 "-" "kube-probe/1.29" 2024-05-24T09:59:52.219006788Z 10.244.0.1 - - [24/May/2024:09:59:52 +0000] "GET /health HTTP/1.1" 200 141 "-" "kube-probe/1.29" 2024-05-24T09:59:52.227040015Z 10.244.0.1 - - [24/May/2024:09:59:52 +0000] "GET /health HTTP/1.1" 200 141 "-" "kube-probe/1.29" 2024-05-24T09:59:57.230745606Z 10.244.0.1 - - [24/May/2024:09:59:57 +0000] "GET /health HTTP/1.1" 200 141 "-" "kube-probe/1.29" 2024-05-24T09:59:57.234231699Z 10.244.0.1 - - [24/May/2024:09:59:57 +0000] "GET /health HTTP/1.1" 200 141 "-" "kube-probe/1.29" 2024-05-24T10:00:02.223294923Z 10.244.0.1 - - [24/May/2024:10:00:02 +0000] "GET /health HTTP/1.1" 200 141 "-" "kube-probe/1.29" 2024-05-24T10:00:02.227280417Z 10.244.0.1 - - [24/May/2024:10:00:02 +0000] "GET /health HTTP/1.1" 200 141 "-" "kube-probe/1.29" 2024-05-24T10:00:07.220661423Z 10.244.0.1 - - [24/May/2024:10:00:07 +0000] "GET /health HTTP/1.1" 200 141 "-" "kube-probe/1.29" 2024-05-24T10:00:07.220906627Z 10.244.0.1 - - [24/May/2024:10:00:07 +0000] "GET /health HTTP/1.1" 200 141 "-" "kube-probe/1.29" 2024-05-24T10:00:12.223299581Z 10.244.0.1 - - [24/May/2024:10:00:12 +0000] "GET /health HTTP/1.1" 200 141 "-" "kube-probe/1.29" 2024-05-24T10:00:12.228859774Z 10.244.0.1 - - [24/May/2024:10:00:12 +0000] "GET /health HTTP/1.1" 200 141 "-" "kube-probe/1.29" 2024-05-24T10:00:17.218686769Z 10.244.0.1 - - [24/May/2024:10:00:17 +0000] "GET /health HTTP/1.1" 200 141 "-" "kube-probe/1.29" 2024-05-24T10:00:17.219515275Z 10.244.0.1 - - [24/May/2024:10:00:17 +0000] "GET /health HTTP/1.1" 200 141 "-" "kube-probe/1.29" 2024-05-24T10:00:22.219171035Z 10.244.0.1 - - [24/May/2024:10:00:22 +0000] "GET /health HTTP/1.1" 200 141 "-" "kube-probe/1.29" 2024-05-24T10:00:22.222179537Z 10.244.0.1 - - [24/May/2024:10:00:22 +0000] "GET /health HTTP/1.1" 200 141 "-" "kube-probe/1.29" 2024-05-24T10:00:27.220520444Z 10.244.0.1 - - [24/May/2024:10:00:27 +0000] "GET /health HTTP/1.1" 200 141 "-" "kube-probe/1.29" 2024-05-24T10:00:27.220727112Z 10.244.0.1 - - [24/May/2024:10:00:27 +0000] "GET /health HTTP/1.1" 200 141 "-" "kube-probe/1.29" 2024-05-24T10:00:32.219622253Z 10.244.0.1 - - [24/May/2024:10:00:32 +0000] "GET /health HTTP/1.1" 200 141 "-" "kube-probe/1.29" 2024-05-24T10:00:32.220418959Z 10.244.0.1 - - [24/May/2024:10:00:32 +0000] "GET /health HTTP/1.1" 200 141 "-" "kube-probe/1.29" 2024-05-24T10:00:37.216723284Z 10.244.0.1 - - [24/May/2024:10:00:37 +0000] "GET /health HTTP/1.1" 200 141 "-" "kube-probe/1.29" 2024-05-24T10:00:37.220368898Z 10.244.0.1 - - [24/May/2024:10:00:37 +0000] "GET /health HTTP/1.1" 200 141 "-" "kube-probe/1.29" 2024-05-24T10:00:42.219054891Z 10.244.0.1 - - [24/May/2024:10:00:42 +0000] "GET /health HTTP/1.1" 200 141 "-" "kube-probe/1.29" 2024-05-24T10:00:42.222735328Z 10.244.0.1 - - [24/May/2024:10:00:42 +0000] "GET /health HTTP/1.1" 200 141 "-" "kube-probe/1.29" 2024-05-24T10:00:47.219690911Z 10.244.0.1 - - [24/May/2024:10:00:47 +0000] "GET /health HTTP/1.1" 200 141 "-" "kube-probe/1.29" 2024-05-24T10:00:47.221710185Z 10.244.0.1 - - [24/May/2024:10:00:47 +0000] "GET /health HTTP/1.1" 200 141 "-" "kube-probe/1.29" 2024-05-24T10:00:52.217422628Z 10.244.0.1 - - [24/May/2024:10:00:52 +0000] "GET /health HTTP/1.1" 200 141 "-" "kube-probe/1.29" 2024-05-24T10:00:52.225961619Z 10.244.0.1 - - [24/May/2024:10:00:52 +0000] "GET /health HTTP/1.1" 200 141 "-" "kube-probe/1.29" 2024-05-24T10:00:57.221946273Z 10.244.0.1 - - [24/May/2024:10:00:57 +0000] "GET /health HTTP/1.1" 200 141 "-" "kube-probe/1.29" 2024-05-24T10:00:57.226252202Z 10.244.0.1 - - [24/May/2024:10:00:57 +0000] "GET /health HTTP/1.1" 200 141 "-" "kube-probe/1.29" 2024-05-24T10:01:02.223257013Z 10.244.0.1 - - [24/May/2024:10:01:02 +0000] "GET /health HTTP/1.1" 200 141 "-" "kube-probe/1.29" 2024-05-24T10:01:02.228383909Z 10.244.0.1 - - [24/May/2024:10:01:02 +0000] "GET /health HTTP/1.1" 200 141 "-" "kube-probe/1.29" 2024-05-24T10:01:07.218429846Z 10.244.0.1 - - [24/May/2024:10:01:07 +0000] "GET /health HTTP/1.1" 200 141 "-" "kube-probe/1.29" 2024-05-24T10:01:07.219155059Z 10.244.0.1 - - [24/May/2024:10:01:07 +0000] "GET /health HTTP/1.1" 200 141 "-" "kube-probe/1.29" 2024-05-24T10:01:12.221274669Z 10.244.0.1 - - [24/May/2024:10:01:12 +0000] "GET /health HTTP/1.1" 200 141 "-" "kube-probe/1.29" 2024-05-24T10:01:12.223098194Z 10.244.0.1 - - [24/May/2024:10:01:12 +0000] "GET /health HTTP/1.1" 200 141 "-" "kube-probe/1.29" 2024-05-24T10:01:17.224314824Z 10.244.0.1 - - [24/May/2024:10:01:17 +0000] "GET /health HTTP/1.1" 200 141 "-" "kube-probe/1.29" 2024-05-24T10:01:17.230427050Z 10.244.0.1 - - [24/May/2024:10:01:17 +0000] "GET /health HTTP/1.1" 200 141 "-" "kube-probe/1.29" 2024-05-24T10:01:22.218775090Z 10.244.0.1 - - [24/May/2024:10:01:22 +0000] "GET /health HTTP/1.1" 200 141 "-" "kube-probe/1.29" 2024-05-24T10:01:22.223177335Z 10.244.0.1 - - [24/May/2024:10:01:22 +0000] "GET /health HTTP/1.1" 200 141 "-" "kube-probe/1.29" 2024-05-24T10:01:27.220250357Z 10.244.0.1 - - [24/May/2024:10:01:27 +0000] "GET /health HTTP/1.1" 200 141 "-" "kube-probe/1.29" 2024-05-24T10:01:27.226140730Z 10.244.0.1 - - [24/May/2024:10:01:27 +0000] "GET /health HTTP/1.1" 200 141 "-" "kube-probe/1.29" 2024-05-24T10:01:32.220975518Z 10.244.0.1 - - [24/May/2024:10:01:32 +0000] "GET /health HTTP/1.1" 200 141 "-" "kube-probe/1.29" 2024-05-24T10:01:32.226614147Z 10.244.0.1 - - [24/May/2024:10:01:32 +0000] "GET /health HTTP/1.1" 200 141 "-" "kube-probe/1.29" 2024-05-24T10:01:37.220486498Z 10.244.0.1 - - [24/May/2024:10:01:37 +0000] "GET /health HTTP/1.1" 200 141 "-" "kube-probe/1.29" 2024-05-24T10:01:37.222016267Z 10.244.0.1 - - [24/May/2024:10:01:37 +0000] "GET /health HTTP/1.1" 200 141 "-" "kube-probe/1.29" 2024-05-24T10:01:42.219551852Z 10.244.0.1 - - [24/May/2024:10:01:42 +0000] "GET /health HTTP/1.1" 200 141 "-" "kube-probe/1.29" 2024-05-24T10:01:42.219587248Z 10.244.0.1 - - [24/May/2024:10:01:42 +0000] "GET /health HTTP/1.1" 200 141 "-" "kube-probe/1.29" 2024-05-24T10:01:47.222232202Z 10.244.0.1 - - [24/May/2024:10:01:47 +0000] "GET /health HTTP/1.1" 200 141 "-" "kube-probe/1.29" 2024-05-24T10:01:47.222494035Z 10.244.0.1 - - [24/May/2024:10:01:47 +0000] "GET /health HTTP/1.1" 200 141 "-" "kube-probe/1.29" 2024-05-24T10:01:52.220726729Z 10.244.0.1 - - [24/May/2024:10:01:52 +0000] "GET /health HTTP/1.1" 200 141 "-" "kube-probe/1.29" 2024-05-24T10:01:52.225472807Z 10.244.0.1 - - [24/May/2024:10:01:52 +0000] "GET /health HTTP/1.1" 200 141 "-" "kube-probe/1.29" 2024-05-24T10:01:57.219881547Z 10.244.0.1 - - [24/May/2024:10:01:57 +0000] "GET /health HTTP/1.1" 200 141 "-" "kube-probe/1.29" 2024-05-24T10:01:57.228620689Z 10.244.0.1 - - [24/May/2024:10:01:57 +0000] "GET /health HTTP/1.1" 200 141 "-" "kube-probe/1.29" 2024-05-24T10:02:02.217785292Z 10.244.0.1 - - [24/May/2024:10:02:02 +0000] "GET /health HTTP/1.1" 200 141 "-" "kube-probe/1.29" 2024-05-24T10:02:02.225827838Z 10.244.0.1 - - [24/May/2024:10:02:02 +0000] "GET /health HTTP/1.1" 200 141 "-" "kube-probe/1.29" 2024-05-24T10:02:07.218801482Z 10.244.0.1 - - [24/May/2024:10:02:07 +0000] "GET /health HTTP/1.1" 200 141 "-" "kube-probe/1.29" 2024-05-24T10:02:07.230570854Z 10.244.0.1 - - [24/May/2024:10:02:07 +0000] "GET /health HTTP/1.1" 200 141 "-" "kube-probe/1.29" 2024-05-24T10:02:12.216492357Z 10.244.0.1 - - [24/May/2024:10:02:12 +0000] "GET /health HTTP/1.1" 200 141 "-" "kube-probe/1.29" 2024-05-24T10:02:12.219336306Z 10.244.0.1 - - [24/May/2024:10:02:12 +0000] "GET /health HTTP/1.1" 200 141 "-" "kube-probe/1.29" 2024-05-24T10:02:17.225759231Z 10.244.0.1 - - [24/May/2024:10:02:17 +0000] "GET /health HTTP/1.1" 200 141 "-" "kube-probe/1.29" 2024-05-24T10:02:17.227138956Z 10.244.0.1 - - [24/May/2024:10:02:17 +0000] "GET /health HTTP/1.1" 200 141 "-" "kube-probe/1.29" 2024-05-24T10:02:22.219143509Z 10.244.0.1 - - [24/May/2024:10:02:22 +0000] "GET /health HTTP/1.1" 200 141 "-" "kube-probe/1.29" 2024-05-24T10:02:22.224301398Z 10.244.0.1 - - [24/May/2024:10:02:22 +0000] "GET /health HTTP/1.1" 200 141 "-" "kube-probe/1.29" 2024-05-24T10:02:27.218746498Z 10.244.0.1 - - [24/May/2024:10:02:27 +0000] "GET /health HTTP/1.1" 200 141 "-" "kube-probe/1.29" 2024-05-24T10:02:27.219321065Z 10.244.0.1 - - [24/May/2024:10:02:27 +0000] "GET /health HTTP/1.1" 200 141 "-" "kube-probe/1.29" 2024-05-24T10:02:32.216977664Z 10.244.0.1 - - [24/May/2024:10:02:32 +0000] "GET /health HTTP/1.1" 200 141 "-" "kube-probe/1.29" 2024-05-24T10:02:32.223034550Z 10.244.0.1 - - [24/May/2024:10:02:32 +0000] "GET /health HTTP/1.1" 200 141 "-" "kube-probe/1.29" 2024-05-24T10:02:37.218367451Z 10.244.0.1 - - [24/May/2024:10:02:37 +0000] "GET /health HTTP/1.1" 200 141 "-" "kube-probe/1.29" 2024-05-24T10:02:37.219399929Z 10.244.0.1 - - [24/May/2024:10:02:37 +0000] "GET /health HTTP/1.1" 200 141 "-" "kube-probe/1.29" 2024-05-24T10:02:42.222985849Z 10.244.0.1 - - [24/May/2024:10:02:42 +0000] "GET /health HTTP/1.1" 200 141 "-" "kube-probe/1.29" 2024-05-24T10:02:42.227551381Z 10.244.0.1 - - [24/May/2024:10:02:42 +0000] "GET /health HTTP/1.1" 200 141 "-" "kube-probe/1.29" 2024-05-24T10:02:47.224771311Z 10.244.0.1 - - [24/May/2024:10:02:47 +0000] "GET /health HTTP/1.1" 200 141 "-" "kube-probe/1.29" 2024-05-24T10:02:47.225494673Z 10.244.0.1 - - [24/May/2024:10:02:47 +0000] "GET /health HTTP/1.1" 200 141 "-" "kube-probe/1.29" 2024-05-24T10:02:52.223664171Z 10.244.0.1 - - [24/May/2024:10:02:52 +0000] "GET /health HTTP/1.1" 200 141 "-" "kube-probe/1.29" 2024-05-24T10:02:52.230263990Z 10.244.0.1 - - [24/May/2024:10:02:52 +0000] "GET /health HTTP/1.1" 200 141 "-" "kube-probe/1.29" 2024-05-24T10:02:57.219895115Z 10.244.0.1 - - [24/May/2024:10:02:57 +0000] "GET /health HTTP/1.1" 200 141 "-" "kube-probe/1.29" 2024-05-24T10:02:57.222047680Z 10.244.0.1 - - [24/May/2024:10:02:57 +0000] "GET /health HTTP/1.1" 200 141 "-" "kube-probe/1.29" 2024-05-24T10:03:02.229309098Z 10.244.0.1 - - [24/May/2024:10:03:02 +0000] "GET /health HTTP/1.1" 200 141 "-" "kube-probe/1.29" 2024-05-24T10:03:02.230735407Z 10.244.0.1 - - [24/May/2024:10:03:02 +0000] "GET /health HTTP/1.1" 200 141 "-" "kube-probe/1.29" 2024-05-24T10:03:07.222392861Z 10.244.0.1 - - [24/May/2024:10:03:07 +0000] "GET /health HTTP/1.1" 200 141 "-" "kube-probe/1.29" 2024-05-24T10:03:07.223654631Z 10.244.0.1 - - [24/May/2024:10:03:07 +0000] "GET /health HTTP/1.1" 200 141 "-" "kube-probe/1.29" 2024-05-24T10:03:12.223137458Z 10.244.0.1 - - [24/May/2024:10:03:12 +0000] "GET /health HTTP/1.1" 200 141 "-" "kube-probe/1.29" 2024-05-24T10:03:12.226429234Z 10.244.0.1 - - [24/May/2024:10:03:12 +0000] "GET /health HTTP/1.1" 200 141 "-" "kube-probe/1.29" 2024-05-24T10:03:17.219424058Z 10.244.0.1 - - [24/May/2024:10:03:17 +0000] "GET /health HTTP/1.1" 200 141 "-" "kube-probe/1.29" 2024-05-24T10:03:17.227153065Z 10.244.0.1 - - [24/May/2024:10:03:17 +0000] "GET /health HTTP/1.1" 200 141 "-" "kube-probe/1.29" 2024-05-24T10:03:22.221888098Z 10.244.0.1 - - [24/May/2024:10:03:22 +0000] "GET /health HTTP/1.1" 200 141 "-" "kube-probe/1.29" 2024-05-24T10:03:22.231540112Z 10.244.0.1 - - [24/May/2024:10:03:22 +0000] "GET /health HTTP/1.1" 200 141 "-" "kube-probe/1.29" 2024-05-24T10:03:27.221766802Z 10.244.0.1 - - [24/May/2024:10:03:27 +0000] "GET /health HTTP/1.1" 200 141 "-" "kube-probe/1.29" 2024-05-24T10:03:27.222005728Z 10.244.0.1 - - [24/May/2024:10:03:27 +0000] "GET /health HTTP/1.1" 200 141 "-" "kube-probe/1.29" 2024-05-24T10:03:32.228811895Z 10.244.0.1 - - [24/May/2024:10:03:32 +0000] "GET /health HTTP/1.1" 200 141 "-" "kube-probe/1.29" 2024-05-24T10:03:32.228836931Z 10.244.0.1 - - [24/May/2024:10:03:32 +0000] "GET /health HTTP/1.1" 200 141 "-" "kube-probe/1.29" 2024-05-24T10:03:37.227285440Z 10.244.0.1 - - [24/May/2024:10:03:37 +0000] "GET /health HTTP/1.1" 200 141 "-" "kube-probe/1.29" 2024-05-24T10:03:37.230628888Z 10.244.0.1 - - [24/May/2024:10:03:37 +0000] "GET /health HTTP/1.1" 200 141 "-" "kube-probe/1.29" 2024-05-24T10:03:42.227612710Z 10.244.0.1 - - [24/May/2024:10:03:42 +0000] "GET /health HTTP/1.1" 200 141 "-" "kube-probe/1.29" 2024-05-24T10:03:42.229131366Z 10.244.0.1 - - [24/May/2024:10:03:42 +0000] "GET /health HTTP/1.1" 200 141 "-" "kube-probe/1.29" 2024-05-24T10:03:47.227744542Z 10.244.0.1 - - [24/May/2024:10:03:47 +0000] "GET /health HTTP/1.1" 200 141 "-" "kube-probe/1.29" 2024-05-24T10:03:47.229386490Z 10.244.0.1 - - [24/May/2024:10:03:47 +0000] "GET /health HTTP/1.1" 200 141 "-" "kube-probe/1.29" 2024-05-24T10:03:52.220554679Z 10.244.0.1 - - [24/May/2024:10:03:52 +0000] "GET /health HTTP/1.1" 200 141 "-" "kube-probe/1.29" 2024-05-24T10:03:52.223065097Z 10.244.0.1 - - [24/May/2024:10:03:52 +0000] "GET /health HTTP/1.1" 200 141 "-" "kube-probe/1.29" 2024-05-24T10:03:57.221340571Z 10.244.0.1 - - [24/May/2024:10:03:57 +0000] "GET /health HTTP/1.1" 200 141 "-" "kube-probe/1.29" 2024-05-24T10:03:57.227104984Z 10.244.0.1 - - [24/May/2024:10:03:57 +0000] "GET /health HTTP/1.1" 200 141 "-" "kube-probe/1.29" 2024-05-24T10:04:02.223351142Z 10.244.0.1 - - [24/May/2024:10:04:02 +0000] "GET /health HTTP/1.1" 200 141 "-" "kube-probe/1.29" 2024-05-24T10:04:02.235902761Z 10.244.0.1 - - [24/May/2024:10:04:02 +0000] "GET /health HTTP/1.1" 200 141 "-" "kube-probe/1.29" 2024-05-24T10:04:07.217583818Z 10.244.0.1 - - [24/May/2024:10:04:07 +0000] "GET /health HTTP/1.1" 200 141 "-" "kube-probe/1.29" 2024-05-24T10:04:07.236669274Z 10.244.0.1 - - [24/May/2024:10:04:07 +0000] "GET /health HTTP/1.1" 200 141 "-" "kube-probe/1.29" 2024-05-24T10:04:12.221865505Z 10.244.0.1 - - [24/May/2024:10:04:12 +0000] "GET /health HTTP/1.1" 200 141 "-" "kube-probe/1.29" 2024-05-24T10:04:12.224319978Z 10.244.0.1 - - [24/May/2024:10:04:12 +0000] "GET /health HTTP/1.1" 200 141 "-" "kube-probe/1.29" 2024-05-24T10:04:17.222975611Z 10.244.0.1 - - [24/May/2024:10:04:17 +0000] "GET /health HTTP/1.1" 200 141 "-" "kube-probe/1.29" 2024-05-24T10:04:17.223348797Z 10.244.0.1 - - [24/May/2024:10:04:17 +0000] "GET /health HTTP/1.1" 200 141 "-" "kube-probe/1.29" 2024-05-24T10:04:22.217859612Z 10.244.0.1 - - [24/May/2024:10:04:22 +0000] "GET /health HTTP/1.1" 200 141 "-" "kube-probe/1.29" 2024-05-24T10:04:22.230936989Z 10.244.0.1 - - [24/May/2024:10:04:22 +0000] "GET /health HTTP/1.1" 200 141 "-" "kube-probe/1.29" 2024-05-24T10:04:27.220417827Z 10.244.0.1 - - [24/May/2024:10:04:27 +0000] "GET /health HTTP/1.1" 200 141 "-" "kube-probe/1.29" 2024-05-24T10:04:27.225129454Z 10.244.0.1 - - [24/May/2024:10:04:27 +0000] "GET /health HTTP/1.1" 200 141 "-" "kube-probe/1.29" 2024-05-24T10:04:32.220886556Z 10.244.0.1 - - [24/May/2024:10:04:32 +0000] "GET /health HTTP/1.1" 200 141 "-" "kube-probe/1.29" 2024-05-24T10:04:32.223754557Z 10.244.0.1 - - [24/May/2024:10:04:32 +0000] "GET /health HTTP/1.1" 200 141 "-" "kube-probe/1.29" 2024-05-24T10:04:37.217124048Z 10.244.0.1 - - [24/May/2024:10:04:37 +0000] "GET /health HTTP/1.1" 200 141 "-" "kube-probe/1.29" 2024-05-24T10:04:37.227419305Z 10.244.0.1 - - [24/May/2024:10:04:37 +0000] "GET /health HTTP/1.1" 200 141 "-" "kube-probe/1.29" 2024-05-24T10:04:42.217265586Z 10.244.0.1 - - [24/May/2024:10:04:42 +0000] "GET /health HTTP/1.1" 200 141 "-" "kube-probe/1.29" 2024-05-24T10:04:42.217472479Z 10.244.0.1 - - [24/May/2024:10:04:42 +0000] "GET /health HTTP/1.1" 200 141 "-" "kube-probe/1.29" 2024-05-24T10:04:47.222100605Z 10.244.0.1 - - [24/May/2024:10:04:47 +0000] "GET /health HTTP/1.1" 200 141 "-" "kube-probe/1.29" 2024-05-24T10:04:47.225494631Z 10.244.0.1 - - [24/May/2024:10:04:47 +0000] "GET /health HTTP/1.1" 200 141 "-" "kube-probe/1.29" 2024-05-24T10:04:52.221191643Z 10.244.0.1 - - [24/May/2024:10:04:52 +0000] "GET /health HTTP/1.1" 200 141 "-" "kube-probe/1.29" 2024-05-24T10:04:52.221216567Z 10.244.0.1 - - [24/May/2024:10:04:52 +0000] "GET /health HTTP/1.1" 200 141 "-" "kube-probe/1.29" 2024-05-24T10:04:57.218714832Z 10.244.0.1 - - [24/May/2024:10:04:57 +0000] "GET /health HTTP/1.1" 200 141 "-" "kube-probe/1.29" 2024-05-24T10:04:57.234115603Z 10.244.0.1 - - [24/May/2024:10:04:57 +0000] "GET /health HTTP/1.1" 200 141 "-" "kube-probe/1.29" 2024-05-24T10:05:02.218312708Z 10.244.0.1 - - [24/May/2024:10:05:02 +0000] "GET /health HTTP/1.1" 200 141 "-" "kube-probe/1.29" 2024-05-24T10:05:02.221359928Z 10.244.0.1 - - [24/May/2024:10:05:02 +0000] "GET /health HTTP/1.1" 200 141 "-" "kube-probe/1.29" 2024-05-24T10:05:07.221806880Z 10.244.0.1 - - [24/May/2024:10:05:07 +0000] "GET /health HTTP/1.1" 200 141 "-" "kube-probe/1.29" 2024-05-24T10:05:07.231196566Z 10.244.0.1 - - [24/May/2024:10:05:07 +0000] "GET /health HTTP/1.1" 200 141 "-" "kube-probe/1.29" 2024-05-24T10:05:12.222233348Z 10.244.0.1 - - [24/May/2024:10:05:12 +0000] "GET /health HTTP/1.1" 200 141 "-" "kube-probe/1.29" 2024-05-24T10:05:12.227637000Z 10.244.0.1 - - [24/May/2024:10:05:12 +0000] "GET /health HTTP/1.1" 200 141 "-" "kube-probe/1.29" 2024-05-24T10:05:17.219470706Z 10.244.0.1 - - [24/May/2024:10:05:17 +0000] "GET /health HTTP/1.1" 200 141 "-" "kube-probe/1.29" 2024-05-24T10:05:17.226232283Z 10.244.0.1 - - [24/May/2024:10:05:17 +0000] "GET /health HTTP/1.1" 200 141 "-" "kube-probe/1.29" 2024-05-24T10:05:22.218884747Z 10.244.0.1 - - [24/May/2024:10:05:22 +0000] "GET /health HTTP/1.1" 200 141 "-" "kube-probe/1.29" 2024-05-24T10:05:22.219534228Z 10.244.0.1 - - [24/May/2024:10:05:22 +0000] "GET /health HTTP/1.1" 200 141 "-" "kube-probe/1.29" 2024-05-24T10:05:27.217077611Z 10.244.0.1 - - [24/May/2024:10:05:27 +0000] "GET /health HTTP/1.1" 200 141 "-" "kube-probe/1.29" 2024-05-24T10:05:27.222497460Z 10.244.0.1 - - [24/May/2024:10:05:27 +0000] "GET /health HTTP/1.1" 200 141 "-" "kube-probe/1.29" 2024-05-24T10:05:32.220318604Z 10.244.0.1 - - [24/May/2024:10:05:32 +0000] "GET /health HTTP/1.1" 200 141 "-" "kube-probe/1.29" 2024-05-24T10:05:32.225167531Z 10.244.0.1 - - [24/May/2024:10:05:32 +0000] "GET /health HTTP/1.1" 200 141 "-" "kube-probe/1.29" 2024-05-24T10:05:37.221266369Z 10.244.0.1 - - [24/May/2024:10:05:37 +0000] "GET /health HTTP/1.1" 200 141 "-" "kube-probe/1.29" 2024-05-24T10:05:37.221447855Z 10.244.0.1 - - [24/May/2024:10:05:37 +0000] "GET /health HTTP/1.1" 200 141 "-" "kube-probe/1.29" 2024-05-24T10:05:42.221251054Z 10.244.0.1 - - [24/May/2024:10:05:42 +0000] "GET /health HTTP/1.1" 200 141 "-" "kube-probe/1.29" 2024-05-24T10:05:42.225078724Z 10.244.0.1 - - [24/May/2024:10:05:42 +0000] "GET /health HTTP/1.1" 200 141 "-" "kube-probe/1.29" 2024-05-24T10:05:47.219713371Z 10.244.0.1 - - [24/May/2024:10:05:47 +0000] "GET /health HTTP/1.1" 200 141 "-" "kube-probe/1.29" 2024-05-24T10:05:47.224699385Z 10.244.0.1 - - [24/May/2024:10:05:47 +0000] "GET /health HTTP/1.1" 200 141 "-" "kube-probe/1.29" 2024-05-24T10:05:52.222559996Z 10.244.0.1 - - [24/May/2024:10:05:52 +0000] "GET /health HTTP/1.1" 200 141 "-" "kube-probe/1.29" 2024-05-24T10:05:52.235111032Z 10.244.0.1 - - [24/May/2024:10:05:52 +0000] "GET /health HTTP/1.1" 200 141 "-" "kube-probe/1.29" 2024-05-24T10:05:57.221697399Z 10.244.0.1 - - [24/May/2024:10:05:57 +0000] "GET /health HTTP/1.1" 200 141 "-" "kube-probe/1.29" 2024-05-24T10:05:57.223272580Z 10.244.0.1 - - [24/May/2024:10:05:57 +0000] "GET /health HTTP/1.1" 200 141 "-" "kube-probe/1.29" 2024-05-24T10:06:02.217110301Z 10.244.0.1 - - [24/May/2024:10:06:02 +0000] "GET /health HTTP/1.1" 200 141 "-" "kube-probe/1.29" 2024-05-24T10:06:02.231769639Z 10.244.0.1 - - [24/May/2024:10:06:02 +0000] "GET /health HTTP/1.1" 200 141 "-" "kube-probe/1.29" 2024-05-24T10:06:07.223428338Z 10.244.0.1 - - [24/May/2024:10:06:07 +0000] "GET /health HTTP/1.1" 200 141 "-" "kube-probe/1.29" 2024-05-24T10:06:07.226015739Z 10.244.0.1 - - [24/May/2024:10:06:07 +0000] "GET /health HTTP/1.1" 200 141 "-" "kube-probe/1.29" 2024-05-24T10:06:12.218363350Z 10.244.0.1 - - [24/May/2024:10:06:12 +0000] "GET /health HTTP/1.1" 200 141 "-" "kube-probe/1.29" 2024-05-24T10:06:12.237483796Z 10.244.0.1 - - [24/May/2024:10:06:12 +0000] "GET /health HTTP/1.1" 200 141 "-" "kube-probe/1.29" 2024-05-24T10:06:17.221234172Z 10.244.0.1 - - [24/May/2024:10:06:17 +0000] "GET /health HTTP/1.1" 200 141 "-" "kube-probe/1.29" 2024-05-24T10:06:17.227525720Z 10.244.0.1 - - [24/May/2024:10:06:17 +0000] "GET /health HTTP/1.1" 200 141 "-" "kube-probe/1.29" 2024-05-24T10:06:22.230980598Z 10.244.0.1 - - [24/May/2024:10:06:22 +0000] "GET /health HTTP/1.1" 200 141 "-" "kube-probe/1.29" 2024-05-24T10:06:22.239028547Z 10.244.0.1 - - [24/May/2024:10:06:22 +0000] "GET /health HTTP/1.1" 200 141 "-" "kube-probe/1.29" 2024-05-24T10:06:27.217790860Z 10.244.0.1 - - [24/May/2024:10:06:27 +0000] "GET /health HTTP/1.1" 200 141 "-" "kube-probe/1.29" 2024-05-24T10:06:27.226399268Z 10.244.0.1 - - [24/May/2024:10:06:27 +0000] "GET /health HTTP/1.1" 200 141 "-" "kube-probe/1.29" 2024-05-24T10:06:32.222282273Z 10.244.0.1 - - [24/May/2024:10:06:32 +0000] "GET /health HTTP/1.1" 200 141 "-" "kube-probe/1.29" 2024-05-24T10:06:32.227375149Z 10.244.0.1 - - [24/May/2024:10:06:32 +0000] "GET /health HTTP/1.1" 200 141 "-" "kube-probe/1.29" 2024-05-24T10:06:37.217835993Z 10.244.0.1 - - [24/May/2024:10:06:37 +0000] "GET /health HTTP/1.1" 200 141 "-" "kube-probe/1.29" 2024-05-24T10:06:37.228495059Z 10.244.0.1 - - [24/May/2024:10:06:37 +0000] "GET /health HTTP/1.1" 200 141 "-" "kube-probe/1.29" 2024-05-24T10:06:42.224157828Z 10.244.0.1 - - [24/May/2024:10:06:42 +0000] "GET /health HTTP/1.1" 200 141 "-" "kube-probe/1.29" 2024-05-24T10:06:42.234539304Z 10.244.0.1 - - [24/May/2024:10:06:42 +0000] "GET /health HTTP/1.1" 200 141 "-" "kube-probe/1.29" 2024-05-24T10:06:47.220803283Z 10.244.0.1 - - [24/May/2024:10:06:47 +0000] "GET /health HTTP/1.1" 200 141 "-" "kube-probe/1.29" 2024-05-24T10:06:47.220982153Z 10.244.0.1 - - [24/May/2024:10:06:47 +0000] "GET /health HTTP/1.1" 200 141 "-" "kube-probe/1.29" 2024-05-24T10:06:52.218141365Z 10.244.0.1 - - [24/May/2024:10:06:52 +0000] "GET /health HTTP/1.1" 200 141 "-" "kube-probe/1.29" 2024-05-24T10:06:52.218173880Z 10.244.0.1 - - [24/May/2024:10:06:52 +0000] "GET /health HTTP/1.1" 200 141 "-" "kube-probe/1.29" 2024-05-24T10:06:57.222325507Z 10.244.0.1 - - [24/May/2024:10:06:57 +0000] "GET /health HTTP/1.1" 200 141 "-" "kube-probe/1.29" 2024-05-24T10:06:57.227898990Z 10.244.0.1 - - [24/May/2024:10:06:57 +0000] "GET /health HTTP/1.1" 200 141 "-" "kube-probe/1.29" 2024-05-24T10:07:02.219250441Z 10.244.0.1 - - [24/May/2024:10:07:02 +0000] "GET /health HTTP/1.1" 200 141 "-" "kube-probe/1.29" 2024-05-24T10:07:02.222338664Z 10.244.0.1 - - [24/May/2024:10:07:02 +0000] "GET /health HTTP/1.1" 200 141 "-" "kube-probe/1.29" 2024-05-24T10:07:07.216953606Z 10.244.0.1 - - [24/May/2024:10:07:07 +0000] "GET /health HTTP/1.1" 200 141 "-" "kube-probe/1.29" 2024-05-24T10:07:07.220873238Z 10.244.0.1 - - [24/May/2024:10:07:07 +0000] "GET /health HTTP/1.1" 200 141 "-" "kube-probe/1.29" 2024-05-24T10:07:12.223585477Z 10.244.0.1 - - [24/May/2024:10:07:12 +0000] "GET /health HTTP/1.1" 200 141 "-" "kube-probe/1.29" 2024-05-24T10:07:12.232490543Z 10.244.0.1 - - [24/May/2024:10:07:12 +0000] "GET /health HTTP/1.1" 200 141 "-" "kube-probe/1.29" 2024-05-24T10:07:17.228051418Z 10.244.0.1 - - [24/May/2024:10:07:17 +0000] "GET /health HTTP/1.1" 200 141 "-" "kube-probe/1.29" 2024-05-24T10:07:17.229855243Z 10.244.0.1 - - [24/May/2024:10:07:17 +0000] "GET /health HTTP/1.1" 200 141 "-" "kube-probe/1.29" 2024-05-24T10:07:22.222179971Z 10.244.0.1 - - [24/May/2024:10:07:22 +0000] "GET /health HTTP/1.1" 200 141 "-" "kube-probe/1.29" 2024-05-24T10:07:22.222637485Z 10.244.0.1 - - [24/May/2024:10:07:22 +0000] "GET /health HTTP/1.1" 200 141 "-" "kube-probe/1.29" 2024-05-24T10:07:27.218262096Z 10.244.0.1 - - [24/May/2024:10:07:27 +0000] "GET /health HTTP/1.1" 200 141 "-" "kube-probe/1.29" 2024-05-24T10:07:27.222729076Z 10.244.0.1 - - [24/May/2024:10:07:27 +0000] "GET /health HTTP/1.1" 200 141 "-" "kube-probe/1.29" 2024-05-24T10:07:32.218014529Z 10.244.0.1 - - [24/May/2024:10:07:32 +0000] "GET /health HTTP/1.1" 200 141 "-" "kube-probe/1.29" 2024-05-24T10:07:32.218173406Z 10.244.0.1 - - [24/May/2024:10:07:32 +0000] "GET /health HTTP/1.1" 200 141 "-" "kube-probe/1.29" 2024-05-24T10:07:37.223338841Z 10.244.0.1 - - [24/May/2024:10:07:37 +0000] "GET /health HTTP/1.1" 200 141 "-" "kube-probe/1.29" 2024-05-24T10:07:37.226315352Z 10.244.0.1 - - [24/May/2024:10:07:37 +0000] "GET /health HTTP/1.1" 200 141 "-" "kube-probe/1.29" 2024-05-24T10:07:42.217405689Z 10.244.0.1 - - [24/May/2024:10:07:42 +0000] "GET /health HTTP/1.1" 200 141 "-" "kube-probe/1.29" 2024-05-24T10:07:42.222821576Z 10.244.0.1 - - [24/May/2024:10:07:42 +0000] "GET /health HTTP/1.1" 200 141 "-" "kube-probe/1.29" 2024-05-24T10:07:47.221668245Z 10.244.0.1 - - [24/May/2024:10:07:47 +0000] "GET /health HTTP/1.1" 200 141 "-" "kube-probe/1.29" 2024-05-24T10:07:47.223620311Z 10.244.0.1 - - [24/May/2024:10:07:47 +0000] "GET /health HTTP/1.1" 200 141 "-" "kube-probe/1.29" 2024-05-24T10:07:52.221611101Z 10.244.0.1 - - [24/May/2024:10:07:52 +0000] "GET /health HTTP/1.1" 200 141 "-" "kube-probe/1.29" 2024-05-24T10:07:52.223371297Z 10.244.0.1 - - [24/May/2024:10:07:52 +0000] "GET /health HTTP/1.1" 200 141 "-" "kube-probe/1.29" 2024-05-24T10:07:57.229143992Z 10.244.0.1 - - [24/May/2024:10:07:57 +0000] "GET /health HTTP/1.1" 200 141 "-" "kube-probe/1.29" 2024-05-24T10:07:57.232336267Z 10.244.0.1 - - [24/May/2024:10:07:57 +0000] "GET /health HTTP/1.1" 200 141 "-" "kube-probe/1.29" 2024-05-24T10:08:02.221412240Z 10.244.0.1 - - [24/May/2024:10:08:02 +0000] "GET /health HTTP/1.1" 200 141 "-" "kube-probe/1.29" 2024-05-24T10:08:02.222629876Z 10.244.0.1 - - [24/May/2024:10:08:02 +0000] "GET /health HTTP/1.1" 200 141 "-" "kube-probe/1.29" 2024-05-24T10:08:07.222445334Z 10.244.0.1 - - [24/May/2024:10:08:07 +0000] "GET /health HTTP/1.1" 200 141 "-" "kube-probe/1.29" 2024-05-24T10:08:07.228495721Z 10.244.0.1 - - [24/May/2024:10:08:07 +0000] "GET /health HTTP/1.1" 200 141 "-" "kube-probe/1.29" 2024-05-24T10:08:12.231356217Z 10.244.0.1 - - [24/May/2024:10:08:12 +0000] "GET /health HTTP/1.1" 200 141 "-" "kube-probe/1.29" 2024-05-24T10:08:12.231380165Z 10.244.0.1 - - [24/May/2024:10:08:12 +0000] "GET /health HTTP/1.1" 200 141 "-" "kube-probe/1.29" 2024-05-24T10:08:17.229273174Z 10.244.0.1 - - [24/May/2024:10:08:17 +0000] "GET /health HTTP/1.1" 200 141 "-" "kube-probe/1.29" 2024-05-24T10:08:17.230105165Z 10.244.0.1 - - [24/May/2024:10:08:17 +0000] "GET /health HTTP/1.1" 200 141 "-" "kube-probe/1.29" 2024-05-24T10:08:22.220669140Z 10.244.0.1 - - [24/May/2024:10:08:22 +0000] "GET /health HTTP/1.1" 200 141 "-" "kube-probe/1.29" 2024-05-24T10:08:22.227462303Z 10.244.0.1 - - [24/May/2024:10:08:22 +0000] "GET /health HTTP/1.1" 200 141 "-" "kube-probe/1.29" 2024-05-24T10:08:27.222294824Z 10.244.0.1 - - [24/May/2024:10:08:27 +0000] "GET /health HTTP/1.1" 200 141 "-" "kube-probe/1.29" 2024-05-24T10:08:27.226624832Z 10.244.0.1 - - [24/May/2024:10:08:27 +0000] "GET /health HTTP/1.1" 200 141 "-" "kube-probe/1.29" 2024-05-24T10:08:32.217717697Z 10.244.0.1 - - [24/May/2024:10:08:32 +0000] "GET /health HTTP/1.1" 200 141 "-" "kube-probe/1.29" 2024-05-24T10:08:32.218301306Z 10.244.0.1 - - [24/May/2024:10:08:32 +0000] "GET /health HTTP/1.1" 200 141 "-" "kube-probe/1.29" 2024-05-24T10:08:37.217251289Z 10.244.0.1 - - [24/May/2024:10:08:37 +0000] "GET /health HTTP/1.1" 200 141 "-" "kube-probe/1.29" 2024-05-24T10:08:37.221462220Z 10.244.0.1 - - [24/May/2024:10:08:37 +0000] "GET /health HTTP/1.1" 200 141 "-" "kube-probe/1.29" 2024-05-24T10:08:42.225770839Z 10.244.0.1 - - [24/May/2024:10:08:42 +0000] "GET /health HTTP/1.1" 200 141 "-" "kube-probe/1.29" 2024-05-24T10:08:42.226831068Z 10.244.0.1 - - [24/May/2024:10:08:42 +0000] "GET /health HTTP/1.1" 200 141 "-" "kube-probe/1.29" 2024-05-24T10:08:47.216758944Z 10.244.0.1 - - [24/May/2024:10:08:47 +0000] "GET /health HTTP/1.1" 200 141 "-" "kube-probe/1.29" 2024-05-24T10:08:47.221833421Z 10.244.0.1 - - [24/May/2024:10:08:47 +0000] "GET /health HTTP/1.1" 200 141 "-" "kube-probe/1.29" 2024-05-24T10:08:52.217034148Z 10.244.0.1 - - [24/May/2024:10:08:52 +0000] "GET /health HTTP/1.1" 200 141 "-" "kube-probe/1.29" 2024-05-24T10:08:52.218181891Z 10.244.0.1 - - [24/May/2024:10:08:52 +0000] "GET /health HTTP/1.1" 200 141 "-" "kube-probe/1.29" 2024-05-24T10:08:57.225493602Z 10.244.0.1 - - [24/May/2024:10:08:57 +0000] "GET /health HTTP/1.1" 200 141 "-" "kube-probe/1.29" 2024-05-24T10:08:57.229897978Z 10.244.0.1 - - [24/May/2024:10:08:57 +0000] "GET /health HTTP/1.1" 200 141 "-" "kube-probe/1.29" 2024-05-24T10:09:02.217856639Z 10.244.0.1 - - [24/May/2024:10:09:02 +0000] "GET /health HTTP/1.1" 200 141 "-" "kube-probe/1.29" 2024-05-24T10:09:02.228072173Z 10.244.0.1 - - [24/May/2024:10:09:02 +0000] "GET /health HTTP/1.1" 200 141 "-" "kube-probe/1.29" 2024-05-24T10:09:07.220704704Z 10.244.0.1 - - [24/May/2024:10:09:07 +0000] "GET /health HTTP/1.1" 200 141 "-" "kube-probe/1.29" 2024-05-24T10:09:07.223055608Z 10.244.0.1 - - [24/May/2024:10:09:07 +0000] "GET /health HTTP/1.1" 200 141 "-" "kube-probe/1.29" 2024-05-24T10:09:12.217866424Z 10.244.0.1 - - [24/May/2024:10:09:12 +0000] "GET /health HTTP/1.1" 200 141 "-" "kube-probe/1.29" 2024-05-24T10:09:12.219208553Z 10.244.0.1 - - [24/May/2024:10:09:12 +0000] "GET /health HTTP/1.1" 200 141 "-" "kube-probe/1.29" 2024-05-24T10:09:17.217934883Z 10.244.0.1 - - [24/May/2024:10:09:17 +0000] "GET /health HTTP/1.1" 200 141 "-" "kube-probe/1.29" 2024-05-24T10:09:17.235477465Z 10.244.0.1 - - [24/May/2024:10:09:17 +0000] "GET /health HTTP/1.1" 200 141 "-" "kube-probe/1.29" 2024-05-24T10:09:22.216416995Z 10.244.0.1 - - [24/May/2024:10:09:22 +0000] "GET /health HTTP/1.1" 200 141 "-" "kube-probe/1.29" 2024-05-24T10:09:22.218872513Z 10.244.0.1 - - [24/May/2024:10:09:22 +0000] "GET /health HTTP/1.1" 200 141 "-" "kube-probe/1.29" 2024-05-24T10:09:27.223308678Z 10.244.0.1 - - [24/May/2024:10:09:27 +0000] "GET /health HTTP/1.1" 200 141 "-" "kube-probe/1.29" 2024-05-24T10:09:27.224607816Z 10.244.0.1 - - [24/May/2024:10:09:27 +0000] "GET /health HTTP/1.1" 200 141 "-" "kube-probe/1.29" 2024-05-24T10:09:32.217969435Z 10.244.0.1 - - [24/May/2024:10:09:32 +0000] "GET /health HTTP/1.1" 200 141 "-" "kube-probe/1.29" 2024-05-24T10:09:32.228777635Z 10.244.0.1 - - [24/May/2024:10:09:32 +0000] "GET /health HTTP/1.1" 200 141 "-" "kube-probe/1.29" 2024-05-24T10:09:37.219551422Z 10.244.0.1 - - [24/May/2024:10:09:37 +0000] "GET /health HTTP/1.1" 200 141 "-" "kube-probe/1.29" 2024-05-24T10:09:37.219569036Z 10.244.0.1 - - [24/May/2024:10:09:37 +0000] "GET /health HTTP/1.1" 200 141 "-" "kube-probe/1.29" 2024-05-24T10:09:42.222802327Z 10.244.0.1 - - [24/May/2024:10:09:42 +0000] "GET /health HTTP/1.1" 200 141 "-" "kube-probe/1.29" 2024-05-24T10:09:42.226316478Z 10.244.0.1 - - [24/May/2024:10:09:42 +0000] "GET /health HTTP/1.1" 200 141 "-" "kube-probe/1.29" 2024-05-24T10:09:47.219783583Z 10.244.0.1 - - [24/May/2024:10:09:47 +0000] "GET /health HTTP/1.1" 200 141 "-" "kube-probe/1.29" 2024-05-24T10:09:47.225042712Z 10.244.0.1 - - [24/May/2024:10:09:47 +0000] "GET /health HTTP/1.1" 200 141 "-" "kube-probe/1.29" 2024-05-24T10:09:52.232553806Z 10.244.0.1 - - [24/May/2024:10:09:52 +0000] "GET /health HTTP/1.1" 200 141 "-" "kube-probe/1.29" 2024-05-24T10:09:52.237739407Z 10.244.0.1 - - [24/May/2024:10:09:52 +0000] "GET /health HTTP/1.1" 200 141 "-" "kube-probe/1.29" 2024-05-24T10:09:57.224120944Z 10.244.0.1 - - [24/May/2024:10:09:57 +0000] "GET /health HTTP/1.1" 200 141 "-" "kube-probe/1.29" 2024-05-24T10:09:57.224829068Z 10.244.0.1 - - [24/May/2024:10:09:57 +0000] "GET /health HTTP/1.1" 200 141 "-" "kube-probe/1.29" 2024-05-24T10:10:02.225933891Z 10.244.0.1 - - [24/May/2024:10:10:02 +0000] "GET /health HTTP/1.1" 200 141 "-" "kube-probe/1.29" 2024-05-24T10:10:02.228141185Z 10.244.0.1 - - [24/May/2024:10:10:02 +0000] "GET /health HTTP/1.1" 200 141 "-" "kube-probe/1.29" 2024-05-24T10:10:07.218230146Z 10.244.0.1 - - [24/May/2024:10:10:07 +0000] "GET /health HTTP/1.1" 200 141 "-" "kube-probe/1.29" 2024-05-24T10:10:07.220354164Z 10.244.0.1 - - [24/May/2024:10:10:07 +0000] "GET /health HTTP/1.1" 200 141 "-" "kube-probe/1.29" 2024-05-24T10:10:12.226981002Z 10.244.0.1 - - [24/May/2024:10:10:12 +0000] "GET /health HTTP/1.1" 200 141 "-" "kube-probe/1.29" 2024-05-24T10:10:12.227867608Z 10.244.0.1 - - [24/May/2024:10:10:12 +0000] "GET /health HTTP/1.1" 200 141 "-" "kube-probe/1.29" 2024-05-24T10:10:17.220492328Z 10.244.0.1 - - [24/May/2024:10:10:17 +0000] "GET /health HTTP/1.1" 200 141 "-" "kube-probe/1.29" 2024-05-24T10:10:17.220512210Z 10.244.0.1 - - [24/May/2024:10:10:17 +0000] "GET /health HTTP/1.1" 200 141 "-" "kube-probe/1.29" 2024-05-24T10:10:22.223817020Z 10.244.0.1 - - [24/May/2024:10:10:22 +0000] "GET /health HTTP/1.1" 200 141 "-" "kube-probe/1.29" 2024-05-24T10:10:22.226078380Z 10.244.0.1 - - [24/May/2024:10:10:22 +0000] "GET /health HTTP/1.1" 200 141 "-" "kube-probe/1.29" 2024-05-24T10:10:27.223712368Z 10.244.0.1 - - [24/May/2024:10:10:27 +0000] "GET /health HTTP/1.1" 200 141 "-" "kube-probe/1.29" 2024-05-24T10:10:27.229001126Z 10.244.0.1 - - [24/May/2024:10:10:27 +0000] "GET /health HTTP/1.1" 200 141 "-" "kube-probe/1.29" 2024-05-24T10:10:32.226948885Z 10.244.0.1 - - [24/May/2024:10:10:32 +0000] "GET /health HTTP/1.1" 200 141 "-" "kube-probe/1.29" 2024-05-24T10:10:32.228080801Z 10.244.0.1 - - [24/May/2024:10:10:32 +0000] "GET /health HTTP/1.1" 200 141 "-" "kube-probe/1.29" 2024-05-24T10:10:37.218405681Z 10.244.0.1 - - [24/May/2024:10:10:37 +0000] "GET /health HTTP/1.1" 200 141 "-" "kube-probe/1.29" 2024-05-24T10:10:37.228784268Z 10.244.0.1 - - [24/May/2024:10:10:37 +0000] "GET /health HTTP/1.1" 200 141 "-" "kube-probe/1.29" 2024-05-24T10:10:42.218610389Z 10.244.0.1 - - [24/May/2024:10:10:42 +0000] "GET /health HTTP/1.1" 200 141 "-" "kube-probe/1.29" 2024-05-24T10:10:42.232703065Z 10.244.0.1 - - [24/May/2024:10:10:42 +0000] "GET /health HTTP/1.1" 200 141 "-" "kube-probe/1.29" 2024-05-24T10:10:47.220308328Z 10.244.0.1 - - [24/May/2024:10:10:47 +0000] "GET /health HTTP/1.1" 200 141 "-" "kube-probe/1.29" 2024-05-24T10:10:47.221622908Z 10.244.0.1 - - [24/May/2024:10:10:47 +0000] "GET /health HTTP/1.1" 200 141 "-" "kube-probe/1.29" 2024-05-24T10:10:52.227213314Z 10.244.0.1 - - [24/May/2024:10:10:52 +0000] "GET /health HTTP/1.1" 200 141 "-" "kube-probe/1.29" 2024-05-24T10:10:52.231860592Z 10.244.0.1 - - [24/May/2024:10:10:52 +0000] "GET /health HTTP/1.1" 200 141 "-" "kube-probe/1.29" 2024-05-24T10:10:57.219617372Z 10.244.0.1 - - [24/May/2024:10:10:57 +0000] "GET /health HTTP/1.1" 200 141 "-" "kube-probe/1.29" 2024-05-24T10:10:57.224856057Z 10.244.0.1 - - [24/May/2024:10:10:57 +0000] "GET /health HTTP/1.1" 200 141 "-" "kube-probe/1.29" 2024-05-24T10:11:02.219638123Z 10.244.0.1 - - [24/May/2024:10:11:02 +0000] "GET /health HTTP/1.1" 200 141 "-" "kube-probe/1.29" 2024-05-24T10:11:02.226242673Z 10.244.0.1 - - [24/May/2024:10:11:02 +0000] "GET /health HTTP/1.1" 200 141 "-" "kube-probe/1.29" 2024-05-24T10:11:07.219419663Z 10.244.0.1 - - [24/May/2024:10:11:07 +0000] "GET /health HTTP/1.1" 200 141 "-" "kube-probe/1.29" 2024-05-24T10:11:07.221060185Z 10.244.0.1 - - [24/May/2024:10:11:07 +0000] "GET /health HTTP/1.1" 200 141 "-" "kube-probe/1.29" 2024-05-24T10:11:12.219658345Z 10.244.0.1 - - [24/May/2024:10:11:12 +0000] "GET /health HTTP/1.1" 200 141 "-" "kube-probe/1.29" 2024-05-24T10:11:12.221890256Z 10.244.0.1 - - [24/May/2024:10:11:12 +0000] "GET /health HTTP/1.1" 200 141 "-" "kube-probe/1.29" 2024-05-24T10:11:17.220170785Z 10.244.0.1 - - [24/May/2024:10:11:17 +0000] "GET /health HTTP/1.1" 200 141 "-" "kube-probe/1.29" 2024-05-24T10:11:17.228006193Z 10.244.0.1 - - [24/May/2024:10:11:17 +0000] "GET /health HTTP/1.1" 200 141 "-" "kube-probe/1.29" 2024-05-24T10:11:22.225919159Z 10.244.0.1 - - [24/May/2024:10:11:22 +0000] "GET /health HTTP/1.1" 200 141 "-" "kube-probe/1.29" 2024-05-24T10:11:22.227988110Z 10.244.0.1 - - [24/May/2024:10:11:22 +0000] "GET /health HTTP/1.1" 200 141 "-" "kube-probe/1.29" 2024-05-24T10:11:27.227033750Z 10.244.0.1 - - [24/May/2024:10:11:27 +0000] "GET /health HTTP/1.1" 200 141 "-" "kube-probe/1.29" 2024-05-24T10:11:27.234150639Z 10.244.0.1 - - [24/May/2024:10:11:27 +0000] "GET /health HTTP/1.1" 200 141 "-" "kube-probe/1.29" 2024-05-24T10:11:32.221751082Z 10.244.0.1 - - [24/May/2024:10:11:32 +0000] "GET /health HTTP/1.1" 200 141 "-" "kube-probe/1.29" 2024-05-24T10:11:32.224467965Z 10.244.0.1 - - [24/May/2024:10:11:32 +0000] "GET /health HTTP/1.1" 200 141 "-" "kube-probe/1.29" 2024-05-24T10:11:37.223134535Z 10.244.0.1 - - [24/May/2024:10:11:37 +0000] "GET /health HTTP/1.1" 200 141 "-" "kube-probe/1.29" 2024-05-24T10:11:37.226839969Z 10.244.0.1 - - [24/May/2024:10:11:37 +0000] "GET /health HTTP/1.1" 200 141 "-" "kube-probe/1.29" 2024-05-24T10:11:42.224455742Z 10.244.0.1 - - [24/May/2024:10:11:42 +0000] "GET /health HTTP/1.1" 200 141 "-" "kube-probe/1.29" 2024-05-24T10:11:42.225922913Z 10.244.0.1 - - [24/May/2024:10:11:42 +0000] "GET /health HTTP/1.1" 200 141 "-" "kube-probe/1.29" 2024-05-24T10:11:47.219900218Z 10.244.0.1 - - [24/May/2024:10:11:47 +0000] "GET /health HTTP/1.1" 200 141 "-" "kube-probe/1.29" 2024-05-24T10:11:47.223260643Z 10.244.0.1 - - [24/May/2024:10:11:47 +0000] "GET /health HTTP/1.1" 200 141 "-" "kube-probe/1.29" 2024-05-24T10:11:52.219243084Z 10.244.0.1 - - [24/May/2024:10:11:52 +0000] "GET /health HTTP/1.1" 200 141 "-" "kube-probe/1.29" 2024-05-24T10:11:52.225763333Z 10.244.0.1 - - [24/May/2024:10:11:52 +0000] "GET /health HTTP/1.1" 200 141 "-" "kube-probe/1.29" 2024-05-24T10:11:57.222483604Z 10.244.0.1 - - [24/May/2024:10:11:57 +0000] "GET /health HTTP/1.1" 200 141 "-" "kube-probe/1.29" 2024-05-24T10:11:57.223333276Z 10.244.0.1 - - [24/May/2024:10:11:57 +0000] "GET /health HTTP/1.1" 200 141 "-" "kube-probe/1.29" 2024-05-24T10:11:57.796497997Z [2024-05-24T10:11:57.795+0000] {manager.py:226} INFO - Updated user admin user 2024-05-24T10:11:57.912480661Z 10.244.0.16 - admin [24/May/2024:10:11:57 +0000] "POST /api/v1/dags/scaleout_vdu/dagRuns HTTP/1.1" 200 1886 "-" "python-requests/2.31.0" 2024-05-24T10:12:02.224153024Z 10.244.0.1 - - [24/May/2024:10:12:02 +0000] "GET /health HTTP/1.1" 200 141 "-" "kube-probe/1.29" 2024-05-24T10:12:02.225376232Z 10.244.0.1 - - [24/May/2024:10:12:02 +0000] "GET /health HTTP/1.1" 200 141 "-" "kube-probe/1.29" 2024-05-24T10:12:07.225980132Z 10.244.0.1 - - [24/May/2024:10:12:07 +0000] "GET /health HTTP/1.1" 200 141 "-" "kube-probe/1.29" 2024-05-24T10:12:07.233928465Z 10.244.0.1 - - [24/May/2024:10:12:07 +0000] "GET /health HTTP/1.1" 200 141 "-" "kube-probe/1.29" 2024-05-24T10:12:12.224122209Z 10.244.0.1 - - [24/May/2024:10:12:12 +0000] "GET /health HTTP/1.1" 200 141 "-" "kube-probe/1.29" 2024-05-24T10:12:12.229812503Z 10.244.0.1 - - [24/May/2024:10:12:12 +0000] "GET /health HTTP/1.1" 200 141 "-" "kube-probe/1.29" 2024-05-24T10:12:17.223768182Z 10.244.0.1 - - [24/May/2024:10:12:17 +0000] "GET /health HTTP/1.1" 200 141 "-" "kube-probe/1.29" 2024-05-24T10:12:17.230341559Z 10.244.0.1 - - [24/May/2024:10:12:17 +0000] "GET /health HTTP/1.1" 200 141 "-" "kube-probe/1.29" 2024-05-24T10:12:22.221184294Z 10.244.0.1 - - [24/May/2024:10:12:22 +0000] "GET /health HTTP/1.1" 200 141 "-" "kube-probe/1.29" 2024-05-24T10:12:22.226056571Z 10.244.0.1 - - [24/May/2024:10:12:22 +0000] "GET /health HTTP/1.1" 200 141 "-" "kube-probe/1.29" 2024-05-24T10:12:27.224293991Z 10.244.0.1 - - [24/May/2024:10:12:27 +0000] "GET /health HTTP/1.1" 200 141 "-" "kube-probe/1.29" 2024-05-24T10:12:27.226024136Z 10.244.0.1 - - [24/May/2024:10:12:27 +0000] "GET /health HTTP/1.1" 200 141 "-" "kube-probe/1.29" 2024-05-24T10:12:32.223332581Z 10.244.0.1 - - [24/May/2024:10:12:32 +0000] "GET /health HTTP/1.1" 200 141 "-" "kube-probe/1.29" 2024-05-24T10:12:32.224007675Z 10.244.0.1 - - [24/May/2024:10:12:32 +0000] "GET /health HTTP/1.1" 200 141 "-" "kube-probe/1.29" 2024-05-24T10:12:37.227203393Z 10.244.0.1 - - [24/May/2024:10:12:37 +0000] "GET /health HTTP/1.1" 200 141 "-" "kube-probe/1.29" 2024-05-24T10:12:37.233960899Z 10.244.0.1 - - [24/May/2024:10:12:37 +0000] "GET /health HTTP/1.1" 200 141 "-" "kube-probe/1.29" 2024-05-24T10:12:42.224258067Z 10.244.0.1 - - [24/May/2024:10:12:42 +0000] "GET /health HTTP/1.1" 200 141 "-" "kube-probe/1.29" 2024-05-24T10:12:42.229023648Z 10.244.0.1 - - [24/May/2024:10:12:42 +0000] "GET /health HTTP/1.1" 200 141 "-" "kube-probe/1.29" 2024-05-24T10:12:47.220989154Z 10.244.0.1 - - [24/May/2024:10:12:47 +0000] "GET /health HTTP/1.1" 200 141 "-" "kube-probe/1.29" 2024-05-24T10:12:47.225365923Z 10.244.0.1 - - [24/May/2024:10:12:47 +0000] "GET /health HTTP/1.1" 200 141 "-" "kube-probe/1.29" 2024-05-24T10:12:52.229778582Z 10.244.0.1 - - [24/May/2024:10:12:52 +0000] "GET /health HTTP/1.1" 200 141 "-" "kube-probe/1.29" 2024-05-24T10:12:52.234171074Z 10.244.0.1 - - [24/May/2024:10:12:52 +0000] "GET /health HTTP/1.1" 200 141 "-" "kube-probe/1.29" 2024-05-24T10:12:57.218004555Z 10.244.0.1 - - [24/May/2024:10:12:57 +0000] "GET /health HTTP/1.1" 200 141 "-" "kube-probe/1.29" 2024-05-24T10:12:57.228719411Z 10.244.0.1 - - [24/May/2024:10:12:57 +0000] "GET /health HTTP/1.1" 200 141 "-" "kube-probe/1.29" 2024-05-24T10:13:02.217191324Z 10.244.0.1 - - [24/May/2024:10:13:02 +0000] "GET /health HTTP/1.1" 200 141 "-" "kube-probe/1.29" 2024-05-24T10:13:02.217942907Z 10.244.0.1 - - [24/May/2024:10:13:02 +0000] "GET /health HTTP/1.1" 200 141 "-" "kube-probe/1.29" 2024-05-24T10:13:07.219517264Z 10.244.0.1 - - [24/May/2024:10:13:07 +0000] "GET /health HTTP/1.1" 200 141 "-" "kube-probe/1.29" 2024-05-24T10:13:07.223315976Z 10.244.0.1 - - [24/May/2024:10:13:07 +0000] "GET /health HTTP/1.1" 200 141 "-" "kube-probe/1.29" 2024-05-24T10:13:12.226419324Z 10.244.0.1 - - [24/May/2024:10:13:12 +0000] "GET /health HTTP/1.1" 200 141 "-" "kube-probe/1.29" 2024-05-24T10:13:12.229978010Z 10.244.0.1 - - [24/May/2024:10:13:12 +0000] "GET /health HTTP/1.1" 200 141 "-" "kube-probe/1.29" 2024-05-24T10:13:17.222128721Z 10.244.0.1 - - [24/May/2024:10:13:17 +0000] "GET /health HTTP/1.1" 200 141 "-" "kube-probe/1.29" 2024-05-24T10:13:17.223107717Z 10.244.0.1 - - [24/May/2024:10:13:17 +0000] "GET /health HTTP/1.1" 200 141 "-" "kube-probe/1.29" 2024-05-24T10:13:22.226138005Z 10.244.0.1 - - [24/May/2024:10:13:22 +0000] "GET /health HTTP/1.1" 200 141 "-" "kube-probe/1.29" 2024-05-24T10:13:22.228649315Z 10.244.0.1 - - [24/May/2024:10:13:22 +0000] "GET /health HTTP/1.1" 200 141 "-" "kube-probe/1.29" 2024-05-24T10:13:27.219922405Z 10.244.0.1 - - [24/May/2024:10:13:27 +0000] "GET /health HTTP/1.1" 200 141 "-" "kube-probe/1.29" 2024-05-24T10:13:27.222704273Z 10.244.0.1 - - [24/May/2024:10:13:27 +0000] "GET /health HTTP/1.1" 200 141 "-" "kube-probe/1.29" 2024-05-24T10:13:32.222261329Z 10.244.0.1 - - [24/May/2024:10:13:32 +0000] "GET /health HTTP/1.1" 200 141 "-" "kube-probe/1.29" 2024-05-24T10:13:32.223423578Z 10.244.0.1 - - [24/May/2024:10:13:32 +0000] "GET /health HTTP/1.1" 200 141 "-" "kube-probe/1.29" 2024-05-24T10:13:37.222656073Z 10.244.0.1 - - [24/May/2024:10:13:37 +0000] "GET /health HTTP/1.1" 200 141 "-" "kube-probe/1.29" 2024-05-24T10:13:37.222691147Z 10.244.0.1 - - [24/May/2024:10:13:37 +0000] "GET /health HTTP/1.1" 200 141 "-" "kube-probe/1.29" 2024-05-24T10:13:42.224795407Z 10.244.0.1 - - [24/May/2024:10:13:42 +0000] "GET /health HTTP/1.1" 200 141 "-" "kube-probe/1.29" 2024-05-24T10:13:42.225128201Z 10.244.0.1 - - [24/May/2024:10:13:42 +0000] "GET /health HTTP/1.1" 200 141 "-" "kube-probe/1.29" 2024-05-24T10:13:47.224330286Z 10.244.0.1 - - [24/May/2024:10:13:47 +0000] "GET /health HTTP/1.1" 200 141 "-" "kube-probe/1.29" 2024-05-24T10:13:47.228490547Z 10.244.0.1 - - [24/May/2024:10:13:47 +0000] "GET /health HTTP/1.1" 200 141 "-" "kube-probe/1.29" 2024-05-24T10:13:52.219331602Z 10.244.0.1 - - [24/May/2024:10:13:52 +0000] "GET /health HTTP/1.1" 200 141 "-" "kube-probe/1.29" 2024-05-24T10:13:52.219859859Z 10.244.0.1 - - [24/May/2024:10:13:52 +0000] "GET /health HTTP/1.1" 200 141 "-" "kube-probe/1.29" 2024-05-24T10:13:57.229414466Z 10.244.0.1 - - [24/May/2024:10:13:57 +0000] "GET /health HTTP/1.1" 200 141 "-" "kube-probe/1.29" 2024-05-24T10:13:57.230602739Z 10.244.0.1 - - [24/May/2024:10:13:57 +0000] "GET /health HTTP/1.1" 200 141 "-" "kube-probe/1.29" 2024-05-24T10:14:02.219337822Z 10.244.0.1 - - [24/May/2024:10:14:02 +0000] "GET /health HTTP/1.1" 200 141 "-" "kube-probe/1.29" 2024-05-24T10:14:02.219611268Z 10.244.0.1 - - [24/May/2024:10:14:02 +0000] "GET /health HTTP/1.1" 200 141 "-" "kube-probe/1.29" 2024-05-24T10:14:07.224535732Z 10.244.0.1 - - [24/May/2024:10:14:07 +0000] "GET /health HTTP/1.1" 200 141 "-" "kube-probe/1.29" 2024-05-24T10:14:07.230804424Z 10.244.0.1 - - [24/May/2024:10:14:07 +0000] "GET /health HTTP/1.1" 200 141 "-" "kube-probe/1.29" 2024-05-24T10:14:12.220422416Z 10.244.0.1 - - [24/May/2024:10:14:12 +0000] "GET /health HTTP/1.1" 200 141 "-" "kube-probe/1.29" 2024-05-24T10:14:12.231139797Z 10.244.0.1 - - [24/May/2024:10:14:12 +0000] "GET /health HTTP/1.1" 200 141 "-" "kube-probe/1.29" 2024-05-24T10:14:17.218809076Z 10.244.0.1 - - [24/May/2024:10:14:17 +0000] "GET /health HTTP/1.1" 200 141 "-" "kube-probe/1.29" 2024-05-24T10:14:17.219859299Z 10.244.0.1 - - [24/May/2024:10:14:17 +0000] "GET /health HTTP/1.1" 200 141 "-" "kube-probe/1.29" 2024-05-24T10:14:22.218896746Z 10.244.0.1 - - [24/May/2024:10:14:22 +0000] "GET /health HTTP/1.1" 200 141 "-" "kube-probe/1.29" 2024-05-24T10:14:22.226774763Z 10.244.0.1 - - [24/May/2024:10:14:22 +0000] "GET /health HTTP/1.1" 200 141 "-" "kube-probe/1.29" 2024-05-24T10:14:27.220852004Z 10.244.0.1 - - [24/May/2024:10:14:27 +0000] "GET /health HTTP/1.1" 200 141 "-" "kube-probe/1.29" 2024-05-24T10:14:27.226261491Z 10.244.0.1 - - [24/May/2024:10:14:27 +0000] "GET /health HTTP/1.1" 200 141 "-" "kube-probe/1.29" 2024-05-24T10:14:32.225540681Z 10.244.0.1 - - [24/May/2024:10:14:32 +0000] "GET /health HTTP/1.1" 200 141 "-" "kube-probe/1.29" 2024-05-24T10:14:32.226167097Z 10.244.0.1 - - [24/May/2024:10:14:32 +0000] "GET /health HTTP/1.1" 200 141 "-" "kube-probe/1.29" 2024-05-24T10:14:37.220818379Z 10.244.0.1 - - [24/May/2024:10:14:37 +0000] "GET /health HTTP/1.1" 200 141 "-" "kube-probe/1.29" 2024-05-24T10:14:37.226029035Z 10.244.0.1 - - [24/May/2024:10:14:37 +0000] "GET /health HTTP/1.1" 200 141 "-" "kube-probe/1.29" 2024-05-24T10:14:42.218191754Z 10.244.0.1 - - [24/May/2024:10:14:42 +0000] "GET /health HTTP/1.1" 200 141 "-" "kube-probe/1.29" 2024-05-24T10:14:42.231691209Z 10.244.0.1 - - [24/May/2024:10:14:42 +0000] "GET /health HTTP/1.1" 200 141 "-" "kube-probe/1.29" 2024-05-24T10:14:47.222369815Z 10.244.0.1 - - [24/May/2024:10:14:47 +0000] "GET /health HTTP/1.1" 200 141 "-" "kube-probe/1.29" 2024-05-24T10:14:47.228632053Z 10.244.0.1 - - [24/May/2024:10:14:47 +0000] "GET /health HTTP/1.1" 200 141 "-" "kube-probe/1.29" 2024-05-24T10:14:52.224074916Z 10.244.0.1 - - [24/May/2024:10:14:52 +0000] "GET /health HTTP/1.1" 200 141 "-" "kube-probe/1.29" 2024-05-24T10:14:52.225151449Z 10.244.0.1 - - [24/May/2024:10:14:52 +0000] "GET /health HTTP/1.1" 200 141 "-" "kube-probe/1.29" 2024-05-24T10:14:57.216719342Z 10.244.0.1 - - [24/May/2024:10:14:57 +0000] "GET /health HTTP/1.1" 200 141 "-" "kube-probe/1.29" 2024-05-24T10:14:57.241277699Z 10.244.0.1 - - [24/May/2024:10:14:57 +0000] "GET /health HTTP/1.1" 200 141 "-" "kube-probe/1.29" 2024-05-24T10:15:02.244300272Z 10.244.0.1 - - [24/May/2024:10:15:02 +0000] "GET /health HTTP/1.1" 200 141 "-" "kube-probe/1.29" 2024-05-24T10:15:02.246011405Z 10.244.0.1 - - [24/May/2024:10:15:02 +0000] "GET /health HTTP/1.1" 200 141 "-" "kube-probe/1.29" 2024-05-24T10:15:07.226543147Z 10.244.0.1 - - [24/May/2024:10:15:07 +0000] "GET /health HTTP/1.1" 200 141 "-" "kube-probe/1.29" 2024-05-24T10:15:07.229638945Z 10.244.0.1 - - [24/May/2024:10:15:07 +0000] "GET /health HTTP/1.1" 200 141 "-" "kube-probe/1.29" 2024-05-24T10:15:12.217282874Z 10.244.0.1 - - [24/May/2024:10:15:12 +0000] "GET /health HTTP/1.1" 200 141 "-" "kube-probe/1.29" 2024-05-24T10:15:12.228014895Z 10.244.0.1 - - [24/May/2024:10:15:12 +0000] "GET /health HTTP/1.1" 200 141 "-" "kube-probe/1.29" 2024-05-24T10:15:17.221437979Z 10.244.0.1 - - [24/May/2024:10:15:17 +0000] "GET /health HTTP/1.1" 200 141 "-" "kube-probe/1.29" 2024-05-24T10:15:17.227849439Z 10.244.0.1 - - [24/May/2024:10:15:17 +0000] "GET /health HTTP/1.1" 200 141 "-" "kube-probe/1.29" 2024-05-24T10:15:22.219852441Z 10.244.0.1 - - [24/May/2024:10:15:22 +0000] "GET /health HTTP/1.1" 200 141 "-" "kube-probe/1.29" 2024-05-24T10:15:22.227783035Z 10.244.0.1 - - [24/May/2024:10:15:22 +0000] "GET /health HTTP/1.1" 200 141 "-" "kube-probe/1.29" 2024-05-24T10:15:27.218721191Z 10.244.0.1 - - [24/May/2024:10:15:27 +0000] "GET /health HTTP/1.1" 200 141 "-" "kube-probe/1.29" 2024-05-24T10:15:27.222610692Z 10.244.0.1 - - [24/May/2024:10:15:27 +0000] "GET /health HTTP/1.1" 200 141 "-" "kube-probe/1.29" 2024-05-24T10:15:32.222253981Z 10.244.0.1 - - [24/May/2024:10:15:32 +0000] "GET /health HTTP/1.1" 200 141 "-" "kube-probe/1.29" 2024-05-24T10:15:32.225558835Z 10.244.0.1 - - [24/May/2024:10:15:32 +0000] "GET /health HTTP/1.1" 200 141 "-" "kube-probe/1.29" 2024-05-24T10:15:37.220083890Z 10.244.0.1 - - [24/May/2024:10:15:37 +0000] "GET /health HTTP/1.1" 200 141 "-" "kube-probe/1.29" 2024-05-24T10:15:37.221342958Z 10.244.0.1 - - [24/May/2024:10:15:37 +0000] "GET /health HTTP/1.1" 200 141 "-" "kube-probe/1.29" 2024-05-24T10:15:42.220728468Z 10.244.0.1 - - [24/May/2024:10:15:42 +0000] "GET /health HTTP/1.1" 200 141 "-" "kube-probe/1.29" 2024-05-24T10:15:42.222199785Z 10.244.0.1 - - [24/May/2024:10:15:42 +0000] "GET /health HTTP/1.1" 200 141 "-" "kube-probe/1.29" 2024-05-24T10:15:47.218232843Z 10.244.0.1 - - [24/May/2024:10:15:47 +0000] "GET /health HTTP/1.1" 200 141 "-" "kube-probe/1.29" 2024-05-24T10:15:47.222275883Z 10.244.0.1 - - [24/May/2024:10:15:47 +0000] "GET /health HTTP/1.1" 200 141 "-" "kube-probe/1.29" 2024-05-24T10:15:52.219134233Z 10.244.0.1 - - [24/May/2024:10:15:52 +0000] "GET /health HTTP/1.1" 200 141 "-" "kube-probe/1.29" 2024-05-24T10:15:52.222892339Z 10.244.0.1 - - [24/May/2024:10:15:52 +0000] "GET /health HTTP/1.1" 200 141 "-" "kube-probe/1.29" 2024-05-24T10:15:57.218960715Z 10.244.0.1 - - [24/May/2024:10:15:57 +0000] "GET /health HTTP/1.1" 200 141 "-" "kube-probe/1.29" 2024-05-24T10:15:57.222799524Z 10.244.0.1 - - [24/May/2024:10:15:57 +0000] "GET /health HTTP/1.1" 200 141 "-" "kube-probe/1.29" 2024-05-24T10:15:57.749019897Z [2024-05-24T10:15:57.747+0000] {manager.py:226} INFO - Updated user admin user 2024-05-24T10:15:57.792312446Z 10.244.0.16 - admin [24/May/2024:10:15:57 +0000] "POST /api/v1/dags/scaleout_vdu/dagRuns HTTP/1.1" 200 1894 "-" "python-requests/2.31.0" 2024-05-24T10:16:02.226976609Z 10.244.0.1 - - [24/May/2024:10:16:02 +0000] "GET /health HTTP/1.1" 200 141 "-" "kube-probe/1.29" 2024-05-24T10:16:02.229387972Z 10.244.0.1 - - [24/May/2024:10:16:02 +0000] "GET /health HTTP/1.1" 200 141 "-" "kube-probe/1.29" 2024-05-24T10:16:07.219238080Z 10.244.0.1 - - [24/May/2024:10:16:07 +0000] "GET /health HTTP/1.1" 200 141 "-" "kube-probe/1.29" 2024-05-24T10:16:07.220384130Z 10.244.0.1 - - [24/May/2024:10:16:07 +0000] "GET /health HTTP/1.1" 200 141 "-" "kube-probe/1.29"