2024-05-09T20:44:27.398880680Z ....... 2024-05-09T20:44:28.315455124Z /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-09T20:44:30.047613425Z /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-09T20:44:36.371844072Z [2024-05-09T20:44:36.367+0000] {db.py:755} INFO - Waiting for migrations... 0 second(s) 2024-05-09T20:44:37.379937787Z [2024-05-09T20:44:37.375+0000] {db.py:755} INFO - Waiting for migrations... 1 second(s) 2024-05-09T20:44:38.384853289Z [2024-05-09T20:44:38.383+0000] {db.py:755} INFO - Waiting for migrations... 2 second(s) 2024-05-09T20:44:39.392253995Z [2024-05-09T20:44:39.391+0000] {db.py:755} INFO - Waiting for migrations... 3 second(s) 2024-05-09T20:44:40.403443576Z [2024-05-09T20:44:40.399+0000] {db.py:755} INFO - Waiting for migrations... 4 second(s) 2024-05-09T20:44:41.413161569Z [2024-05-09T20:44:41.412+0000] {db.py:755} INFO - Waiting for migrations... 5 second(s) 2024-05-09T20:45:00.773403006Z 2024-05-09T20:45:02.121294095Z /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-09T20:45:03.776818641Z /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-09T20:45:15.533349701Z [2024-05-09T20:45:15.530+0000] {manager.py:824} WARNING - No user yet created, use flask fab command to do it. 2024-05-09T20:45:20.292021557Z [2024-05-09T20:45:20.287+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-09T20:45:20.292045041Z Traceback (most recent call last): 2024-05-09T20:45:20.292048690Z File "/home/airflow/.local/lib/python3.10/site-packages/airflow/providers_manager.py", line 275, in _sanity_check 2024-05-09T20:45:20.292052071Z imported_class = import_string(class_name) 2024-05-09T20:45:20.292055464Z File "/home/airflow/.local/lib/python3.10/site-packages/airflow/utils/module_loading.py", line 33, in import_string 2024-05-09T20:45:20.292058825Z module = import_module(module_path) 2024-05-09T20:45:20.292062078Z File "/usr/local/lib/python3.10/importlib/__init__.py", line 126, in import_module 2024-05-09T20:45:20.292065801Z return _bootstrap._gcd_import(name[level:], package, level) 2024-05-09T20:45:20.292082241Z File "", line 1050, in _gcd_import 2024-05-09T20:45:20.292085496Z File "", line 1027, in _find_and_load 2024-05-09T20:45:20.292088676Z File "", line 1006, in _find_and_load_unlocked 2024-05-09T20:45:20.292091736Z File "", line 688, in _load_unlocked 2024-05-09T20:45:20.292094848Z File "", line 883, in exec_module 2024-05-09T20:45:20.292098148Z File "", line 241, in _call_with_frames_removed 2024-05-09T20:45:20.292101581Z File "/home/airflow/.local/lib/python3.10/site-packages/airflow/providers/amazon/aws/hooks/base_aws.py", line 40, in 2024-05-09T20:45:20.292104838Z import boto3 2024-05-09T20:45:20.292108245Z File "/home/airflow/.local/lib/python3.10/site-packages/boto3/__init__.py", line 17, in 2024-05-09T20:45:20.292111351Z from boto3.session import Session 2024-05-09T20:45:20.292114412Z File "/home/airflow/.local/lib/python3.10/site-packages/boto3/session.py", line 17, in 2024-05-09T20:45:20.292117419Z import botocore.session 2024-05-09T20:45:20.292120623Z File "/home/airflow/.local/lib/python3.10/site-packages/botocore/session.py", line 26, in 2024-05-09T20:45:20.292123669Z import botocore.client 2024-05-09T20:45:20.292126762Z File "/home/airflow/.local/lib/python3.10/site-packages/botocore/client.py", line 15, in 2024-05-09T20:45:20.292129972Z from botocore import waiter, xform_name 2024-05-09T20:45:20.292133131Z File "/home/airflow/.local/lib/python3.10/site-packages/botocore/waiter.py", line 18, in 2024-05-09T20:45:20.292136201Z from botocore.docs.docstring import WaiterDocstring 2024-05-09T20:45:20.292163718Z File "/home/airflow/.local/lib/python3.10/site-packages/botocore/docs/__init__.py", line 15, in 2024-05-09T20:45:20.292167227Z from botocore.docs.service import ServiceDocumenter 2024-05-09T20:45:20.292170416Z File "/home/airflow/.local/lib/python3.10/site-packages/botocore/docs/service.py", line 14, in 2024-05-09T20:45:20.292173450Z from botocore.docs.client import ClientDocumenter, ClientExceptionsDocumenter 2024-05-09T20:45:20.292176488Z File "/home/airflow/.local/lib/python3.10/site-packages/botocore/docs/client.py", line 17, in 2024-05-09T20:45:20.292179566Z from botocore.docs.example import ResponseExampleDocumenter 2024-05-09T20:45:20.292182665Z File "/home/airflow/.local/lib/python3.10/site-packages/botocore/docs/example.py", line 13, in 2024-05-09T20:45:20.292185694Z from botocore.docs.shape import ShapeDocumenter 2024-05-09T20:45:20.292188881Z File "/home/airflow/.local/lib/python3.10/site-packages/botocore/docs/shape.py", line 19, in 2024-05-09T20:45:20.292191873Z from botocore.utils import is_json_value_header 2024-05-09T20:45:20.292194969Z File "/home/airflow/.local/lib/python3.10/site-packages/botocore/utils.py", line 37, in 2024-05-09T20:45:20.292198011Z import botocore.httpsession 2024-05-09T20:45:20.292201028Z File "/home/airflow/.local/lib/python3.10/site-packages/botocore/httpsession.py", line 22, in 2024-05-09T20:45:20.292204160Z from urllib3.util.ssl_ import ( 2024-05-09T20:45:20.292207751Z ImportError: cannot import name 'DEFAULT_CIPHERS' from 'urllib3.util.ssl_' (/home/airflow/.local/lib/python3.10/site-packages/urllib3/util/ssl_.py) 2024-05-09T20:45:20.302595515Z [2024-05-09T20:45:20.301+0000] {providers_manager.py:243} WARNING - Exception when importing 'airflow.providers.amazon.aws.hooks.emr.EmrHook' from 'apache-airflow-providers-amazon' package 2024-05-09T20:45:20.302614135Z Traceback (most recent call last): 2024-05-09T20:45:20.302619295Z File "/home/airflow/.local/lib/python3.10/site-packages/airflow/providers_manager.py", line 275, in _sanity_check 2024-05-09T20:45:20.302623049Z imported_class = import_string(class_name) 2024-05-09T20:45:20.302626074Z File "/home/airflow/.local/lib/python3.10/site-packages/airflow/utils/module_loading.py", line 33, in import_string 2024-05-09T20:45:20.302629133Z module = import_module(module_path) 2024-05-09T20:45:20.302632769Z File "/usr/local/lib/python3.10/importlib/__init__.py", line 126, in import_module 2024-05-09T20:45:20.302637622Z return _bootstrap._gcd_import(name[level:], package, level) 2024-05-09T20:45:20.302642105Z File "", line 1050, in _gcd_import 2024-05-09T20:45:20.302645094Z File "", line 1027, in _find_and_load 2024-05-09T20:45:20.302660332Z File "", line 1006, in _find_and_load_unlocked 2024-05-09T20:45:20.302663682Z File "", line 688, in _load_unlocked 2024-05-09T20:45:20.302666624Z File "", line 883, in exec_module 2024-05-09T20:45:20.302669558Z File "", line 241, in _call_with_frames_removed 2024-05-09T20:45:20.302672635Z File "/home/airflow/.local/lib/python3.10/site-packages/airflow/providers/amazon/aws/hooks/emr.py", line 29, in 2024-05-09T20:45:20.302675554Z from airflow.providers.amazon.aws.hooks.base_aws import AwsBaseHook 2024-05-09T20:45:20.302678468Z File "/home/airflow/.local/lib/python3.10/site-packages/airflow/providers/amazon/aws/hooks/base_aws.py", line 40, in 2024-05-09T20:45:20.302681382Z import boto3 2024-05-09T20:45:20.302685679Z File "/home/airflow/.local/lib/python3.10/site-packages/boto3/__init__.py", line 17, in 2024-05-09T20:45:20.302697842Z from boto3.session import Session 2024-05-09T20:45:20.302700852Z File "/home/airflow/.local/lib/python3.10/site-packages/boto3/session.py", line 17, in 2024-05-09T20:45:20.302704363Z import botocore.session 2024-05-09T20:45:20.302707504Z File "/home/airflow/.local/lib/python3.10/site-packages/botocore/session.py", line 26, in 2024-05-09T20:45:20.302710437Z import botocore.client 2024-05-09T20:45:20.302713380Z File "/home/airflow/.local/lib/python3.10/site-packages/botocore/client.py", line 15, in 2024-05-09T20:45:20.302716357Z from botocore import waiter, xform_name 2024-05-09T20:45:20.302719277Z File "/home/airflow/.local/lib/python3.10/site-packages/botocore/waiter.py", line 18, in 2024-05-09T20:45:20.302736444Z from botocore.docs.docstring import WaiterDocstring 2024-05-09T20:45:20.302740070Z File "/home/airflow/.local/lib/python3.10/site-packages/botocore/docs/__init__.py", line 15, in 2024-05-09T20:45:20.302743063Z from botocore.docs.service import ServiceDocumenter 2024-05-09T20:45:20.302746042Z File "/home/airflow/.local/lib/python3.10/site-packages/botocore/docs/service.py", line 14, in 2024-05-09T20:45:20.302748998Z from botocore.docs.client import ClientDocumenter, ClientExceptionsDocumenter 2024-05-09T20:45:20.302763656Z File "/home/airflow/.local/lib/python3.10/site-packages/botocore/docs/client.py", line 17, in 2024-05-09T20:45:20.302766383Z from botocore.docs.example import ResponseExampleDocumenter 2024-05-09T20:45:20.302769068Z File "/home/airflow/.local/lib/python3.10/site-packages/botocore/docs/example.py", line 13, in 2024-05-09T20:45:20.302771882Z from botocore.docs.shape import ShapeDocumenter 2024-05-09T20:45:20.302774601Z File "/home/airflow/.local/lib/python3.10/site-packages/botocore/docs/shape.py", line 19, in 2024-05-09T20:45:20.302777309Z from botocore.utils import is_json_value_header 2024-05-09T20:45:20.302780033Z File "/home/airflow/.local/lib/python3.10/site-packages/botocore/utils.py", line 37, in 2024-05-09T20:45:20.302782800Z import botocore.httpsession 2024-05-09T20:45:20.302785562Z File "/home/airflow/.local/lib/python3.10/site-packages/botocore/httpsession.py", line 22, in 2024-05-09T20:45:20.302788263Z from urllib3.util.ssl_ import ( 2024-05-09T20:45:20.302792579Z ImportError: cannot import name 'DEFAULT_CIPHERS' from 'urllib3.util.ssl_' (/home/airflow/.local/lib/python3.10/site-packages/urllib3/util/ssl_.py) 2024-05-09T20:45:29.687290400Z [2024-05-09T20:45:29.684+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-09T20:45:29.687305990Z Traceback (most recent call last): 2024-05-09T20:45:29.687309552Z File "/home/airflow/.local/lib/python3.10/site-packages/airflow/providers_manager.py", line 275, in _sanity_check 2024-05-09T20:45:29.687312429Z imported_class = import_string(class_name) 2024-05-09T20:45:29.687315263Z File "/home/airflow/.local/lib/python3.10/site-packages/airflow/utils/module_loading.py", line 33, in import_string 2024-05-09T20:45:29.687318188Z module = import_module(module_path) 2024-05-09T20:45:29.687321256Z File "/usr/local/lib/python3.10/importlib/__init__.py", line 126, in import_module 2024-05-09T20:45:29.687324592Z return _bootstrap._gcd_import(name[level:], package, level) 2024-05-09T20:45:29.687327821Z File "", line 1050, in _gcd_import 2024-05-09T20:45:29.687330758Z File "", line 1027, in _find_and_load 2024-05-09T20:45:29.687339748Z File "", line 1006, in _find_and_load_unlocked 2024-05-09T20:45:29.687342603Z File "", line 688, in _load_unlocked 2024-05-09T20:45:29.687345373Z File "", line 883, in exec_module 2024-05-09T20:45:29.687348194Z File "", line 241, in _call_with_frames_removed 2024-05-09T20:45:29.687351289Z File "/home/airflow/.local/lib/python3.10/site-packages/airflow/providers/google/common/hooks/base_google.py", line 51, in 2024-05-09T20:45:29.687354091Z from airflow.providers.google.cloud.utils.credentials_provider import ( 2024-05-09T20:45:29.687356882Z File "/home/airflow/.local/lib/python3.10/site-packages/airflow/providers/google/cloud/utils/credentials_provider.py", line 38, in 2024-05-09T20:45:29.687362001Z from airflow.providers.google.cloud._internal_client.secret_manager_client import _SecretManagerClient 2024-05-09T20:45:29.687365197Z File "/home/airflow/.local/lib/python3.10/site-packages/airflow/providers/google/cloud/_internal_client/secret_manager_client.py", line 23, in 2024-05-09T20:45:29.687367965Z from google.cloud.secretmanager_v1 import SecretManagerServiceClient 2024-05-09T20:45:29.687370776Z File "/home/airflow/.local/lib/python3.10/site-packages/google/cloud/secretmanager_v1/__init__.py", line 22, in 2024-05-09T20:45:29.687373673Z from google.cloud.secretmanager_v1 import types 2024-05-09T20:45:29.687378448Z File "/home/airflow/.local/lib/python3.10/site-packages/google/cloud/secretmanager_v1/types.py", line 23, in 2024-05-09T20:45:29.687381357Z from google.cloud.secretmanager_v1.proto import resources_pb2 2024-05-09T20:45:29.687384190Z File "/home/airflow/.local/lib/python3.10/site-packages/google/cloud/secretmanager_v1/proto/resources_pb2.py", line 57, in 2024-05-09T20:45:29.687387117Z _descriptor.EnumValueDescriptor( 2024-05-09T20:45:29.687389951Z File "/home/airflow/.local/lib/python3.10/site-packages/google/protobuf/descriptor.py", line 796, in __new__ 2024-05-09T20:45:29.687392682Z _message.Message._CheckCalledFromGeneratedFile() 2024-05-09T20:45:29.687395382Z TypeError: Descriptors cannot not be created directly. 2024-05-09T20:45:29.687398184Z 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-09T20:45:29.687400887Z If you cannot immediately regenerate your protos, some other possible workarounds are: 2024-05-09T20:45:29.687403715Z 1. Downgrade the protobuf package to 3.20.x or lower. 2024-05-09T20:45:29.687406657Z 2. Set PROTOCOL_BUFFERS_PYTHON_IMPLEMENTATION=python (but this will use pure-Python parsing and will be much slower). 2024-05-09T20:45:29.687409637Z 2024-05-09T20:45:29.687412549Z More information: https://developers.google.com/protocol-buffers/docs/news/2022-05-06#python-updates 2024-05-09T20:45:30.783139163Z [2024-05-09T20:45:30.777+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-09T20:45:30.783153462Z Traceback (most recent call last): 2024-05-09T20:45:30.783157353Z File "/home/airflow/.local/lib/python3.10/site-packages/airflow/providers_manager.py", line 275, in _sanity_check 2024-05-09T20:45:30.783161178Z imported_class = import_string(class_name) 2024-05-09T20:45:30.783164505Z File "/home/airflow/.local/lib/python3.10/site-packages/airflow/utils/module_loading.py", line 33, in import_string 2024-05-09T20:45:30.783167482Z module = import_module(module_path) 2024-05-09T20:45:30.783170840Z File "/usr/local/lib/python3.10/importlib/__init__.py", line 126, in import_module 2024-05-09T20:45:30.783178394Z return _bootstrap._gcd_import(name[level:], package, level) 2024-05-09T20:45:30.783182541Z File "", line 1050, in _gcd_import 2024-05-09T20:45:30.783185530Z File "", line 1027, in _find_and_load 2024-05-09T20:45:30.783188672Z File "", line 1006, in _find_and_load_unlocked 2024-05-09T20:45:30.783191636Z File "", line 688, in _load_unlocked 2024-05-09T20:45:30.783194745Z File "", line 883, in exec_module 2024-05-09T20:45:30.783197673Z File "", line 241, in _call_with_frames_removed 2024-05-09T20:45:30.783201434Z File "/home/airflow/.local/lib/python3.10/site-packages/airflow/providers/google/cloud/hooks/cloud_sql.py", line 52, in 2024-05-09T20:45:30.783204523Z from airflow.providers.google.common.hooks.base_google import GoogleBaseHook, get_field 2024-05-09T20:45:30.783207594Z File "/home/airflow/.local/lib/python3.10/site-packages/airflow/providers/google/common/hooks/base_google.py", line 51, in 2024-05-09T20:45:30.783210643Z from airflow.providers.google.cloud.utils.credentials_provider import ( 2024-05-09T20:45:30.783213608Z File "/home/airflow/.local/lib/python3.10/site-packages/airflow/providers/google/cloud/utils/credentials_provider.py", line 38, in 2024-05-09T20:45:30.783217177Z from airflow.providers.google.cloud._internal_client.secret_manager_client import _SecretManagerClient 2024-05-09T20:45:30.783220651Z File "/home/airflow/.local/lib/python3.10/site-packages/airflow/providers/google/cloud/_internal_client/secret_manager_client.py", line 23, in 2024-05-09T20:45:30.783223689Z from google.cloud.secretmanager_v1 import SecretManagerServiceClient 2024-05-09T20:45:30.783226692Z File "/home/airflow/.local/lib/python3.10/site-packages/google/cloud/secretmanager_v1/__init__.py", line 22, in 2024-05-09T20:45:30.783229741Z from google.cloud.secretmanager_v1 import types 2024-05-09T20:45:30.783232995Z File "/home/airflow/.local/lib/python3.10/site-packages/google/cloud/secretmanager_v1/types.py", line 23, in 2024-05-09T20:45:30.783235891Z from google.cloud.secretmanager_v1.proto import resources_pb2 2024-05-09T20:45:30.783255205Z File "/home/airflow/.local/lib/python3.10/site-packages/google/cloud/secretmanager_v1/proto/resources_pb2.py", line 57, in 2024-05-09T20:45:30.783258726Z _descriptor.EnumValueDescriptor( 2024-05-09T20:45:30.783261815Z File "/home/airflow/.local/lib/python3.10/site-packages/google/protobuf/descriptor.py", line 796, in __new__ 2024-05-09T20:45:30.783264851Z _message.Message._CheckCalledFromGeneratedFile() 2024-05-09T20:45:30.783267936Z TypeError: Descriptors cannot not be created directly. 2024-05-09T20:45:30.783270995Z 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-09T20:45:30.783274194Z If you cannot immediately regenerate your protos, some other possible workarounds are: 2024-05-09T20:45:30.783277234Z 1. Downgrade the protobuf package to 3.20.x or lower. 2024-05-09T20:45:30.783280229Z 2. Set PROTOCOL_BUFFERS_PYTHON_IMPLEMENTATION=python (but this will use pure-Python parsing and will be much slower). 2024-05-09T20:45:30.783283113Z 2024-05-09T20:45:30.783286465Z More information: https://developers.google.com/protocol-buffers/docs/news/2022-05-06#python-updates 2024-05-09T20:45:30.787133387Z [2024-05-09T20:45:30.784+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-09T20:45:30.787161233Z Traceback (most recent call last): 2024-05-09T20:45:30.787165527Z File "/home/airflow/.local/lib/python3.10/site-packages/airflow/providers_manager.py", line 275, in _sanity_check 2024-05-09T20:45:30.787168551Z imported_class = import_string(class_name) 2024-05-09T20:45:30.787171564Z File "/home/airflow/.local/lib/python3.10/site-packages/airflow/utils/module_loading.py", line 33, in import_string 2024-05-09T20:45:30.787175264Z module = import_module(module_path) 2024-05-09T20:45:30.787178799Z File "/usr/local/lib/python3.10/importlib/__init__.py", line 126, in import_module 2024-05-09T20:45:30.787182306Z return _bootstrap._gcd_import(name[level:], package, level) 2024-05-09T20:45:30.787185801Z File "", line 1050, in _gcd_import 2024-05-09T20:45:30.787188790Z File "", line 1027, in _find_and_load 2024-05-09T20:45:30.787191868Z File "", line 1006, in _find_and_load_unlocked 2024-05-09T20:45:30.787194813Z File "", line 688, in _load_unlocked 2024-05-09T20:45:30.787197837Z File "", line 883, in exec_module 2024-05-09T20:45:30.787200969Z File "", line 241, in _call_with_frames_removed 2024-05-09T20:45:30.787204640Z File "/home/airflow/.local/lib/python3.10/site-packages/airflow/providers/google/cloud/hooks/cloud_sql.py", line 52, in 2024-05-09T20:45:30.787207621Z from airflow.providers.google.common.hooks.base_google import GoogleBaseHook, get_field 2024-05-09T20:45:30.787210588Z File "/home/airflow/.local/lib/python3.10/site-packages/airflow/providers/google/common/hooks/base_google.py", line 51, in 2024-05-09T20:45:30.787213494Z from airflow.providers.google.cloud.utils.credentials_provider import ( 2024-05-09T20:45:30.787216582Z File "/home/airflow/.local/lib/python3.10/site-packages/airflow/providers/google/cloud/utils/credentials_provider.py", line 38, in 2024-05-09T20:45:30.787220186Z from airflow.providers.google.cloud._internal_client.secret_manager_client import _SecretManagerClient 2024-05-09T20:45:30.787223556Z File "/home/airflow/.local/lib/python3.10/site-packages/airflow/providers/google/cloud/_internal_client/secret_manager_client.py", line 23, in 2024-05-09T20:45:30.787226543Z from google.cloud.secretmanager_v1 import SecretManagerServiceClient 2024-05-09T20:45:30.787229578Z File "/home/airflow/.local/lib/python3.10/site-packages/google/cloud/secretmanager_v1/__init__.py", line 22, in 2024-05-09T20:45:30.787232564Z from google.cloud.secretmanager_v1 import types 2024-05-09T20:45:30.787235518Z File "/home/airflow/.local/lib/python3.10/site-packages/google/cloud/secretmanager_v1/types.py", line 23, in 2024-05-09T20:45:30.787238425Z from google.cloud.secretmanager_v1.proto import resources_pb2 2024-05-09T20:45:30.787241834Z File "/home/airflow/.local/lib/python3.10/site-packages/google/cloud/secretmanager_v1/proto/resources_pb2.py", line 57, in 2024-05-09T20:45:30.787244797Z _descriptor.EnumValueDescriptor( 2024-05-09T20:45:30.787247768Z File "/home/airflow/.local/lib/python3.10/site-packages/google/protobuf/descriptor.py", line 796, in __new__ 2024-05-09T20:45:30.787250818Z _message.Message._CheckCalledFromGeneratedFile() 2024-05-09T20:45:30.787253817Z TypeError: Descriptors cannot not be created directly. 2024-05-09T20:45:30.787256834Z 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-09T20:45:30.787259973Z If you cannot immediately regenerate your protos, some other possible workarounds are: 2024-05-09T20:45:30.787269251Z 1. Downgrade the protobuf package to 3.20.x or lower. 2024-05-09T20:45:30.787272314Z 2. Set PROTOCOL_BUFFERS_PYTHON_IMPLEMENTATION=python (but this will use pure-Python parsing and will be much slower). 2024-05-09T20:45:30.787275132Z 2024-05-09T20:45:30.787278197Z More information: https://developers.google.com/protocol-buffers/docs/news/2022-05-06#python-updates 2024-05-09T20:45:31.603892448Z [2024-05-09T20:45:31.593+0000] {providers_manager.py:243} WARNING - Exception when importing 'airflow.providers.google.cloud.hooks.bigquery.BigQueryHook' from 'apache-airflow-providers-google' package 2024-05-09T20:45:31.603912302Z Traceback (most recent call last): 2024-05-09T20:45:31.603916310Z File "/home/airflow/.local/lib/python3.10/site-packages/airflow/providers_manager.py", line 275, in _sanity_check 2024-05-09T20:45:31.603919580Z imported_class = import_string(class_name) 2024-05-09T20:45:31.603935964Z File "/home/airflow/.local/lib/python3.10/site-packages/airflow/utils/module_loading.py", line 33, in import_string 2024-05-09T20:45:31.603939180Z module = import_module(module_path) 2024-05-09T20:45:31.603942886Z File "/usr/local/lib/python3.10/importlib/__init__.py", line 126, in import_module 2024-05-09T20:45:31.603947225Z return _bootstrap._gcd_import(name[level:], package, level) 2024-05-09T20:45:31.603951193Z File "", line 1050, in _gcd_import 2024-05-09T20:45:31.603954398Z File "", line 1027, in _find_and_load 2024-05-09T20:45:31.603957469Z File "", line 1006, in _find_and_load_unlocked 2024-05-09T20:45:31.603960495Z File "", line 688, in _load_unlocked 2024-05-09T20:45:31.603963559Z File "", line 883, in exec_module 2024-05-09T20:45:31.603966565Z File "", line 241, in _call_with_frames_removed 2024-05-09T20:45:31.603970136Z File "/home/airflow/.local/lib/python3.10/site-packages/airflow/providers/google/cloud/hooks/bigquery.py", line 62, in 2024-05-09T20:45:31.603973985Z from airflow.providers.google.common.hooks.base_google import GoogleBaseAsyncHook, GoogleBaseHook, get_field 2024-05-09T20:45:31.603977186Z File "/home/airflow/.local/lib/python3.10/site-packages/airflow/providers/google/common/hooks/base_google.py", line 51, in 2024-05-09T20:45:31.603980192Z from airflow.providers.google.cloud.utils.credentials_provider import ( 2024-05-09T20:45:31.603983949Z File "/home/airflow/.local/lib/python3.10/site-packages/airflow/providers/google/cloud/utils/credentials_provider.py", line 38, in 2024-05-09T20:45:31.603987171Z from airflow.providers.google.cloud._internal_client.secret_manager_client import _SecretManagerClient 2024-05-09T20:45:31.603990938Z File "/home/airflow/.local/lib/python3.10/site-packages/airflow/providers/google/cloud/_internal_client/secret_manager_client.py", line 23, in 2024-05-09T20:45:31.603994114Z from google.cloud.secretmanager_v1 import SecretManagerServiceClient 2024-05-09T20:45:31.603997293Z File "/home/airflow/.local/lib/python3.10/site-packages/google/cloud/secretmanager_v1/__init__.py", line 22, in 2024-05-09T20:45:31.604000772Z from google.cloud.secretmanager_v1 import types 2024-05-09T20:45:31.604003798Z File "/home/airflow/.local/lib/python3.10/site-packages/google/cloud/secretmanager_v1/types.py", line 23, in 2024-05-09T20:45:31.604006751Z from google.cloud.secretmanager_v1.proto import resources_pb2 2024-05-09T20:45:31.604010121Z File "/home/airflow/.local/lib/python3.10/site-packages/google/cloud/secretmanager_v1/proto/resources_pb2.py", line 57, in 2024-05-09T20:45:31.604022280Z _descriptor.EnumValueDescriptor( 2024-05-09T20:45:31.604025432Z File "/home/airflow/.local/lib/python3.10/site-packages/google/protobuf/descriptor.py", line 796, in __new__ 2024-05-09T20:45:31.604028529Z _message.Message._CheckCalledFromGeneratedFile() 2024-05-09T20:45:31.604031811Z TypeError: Descriptors cannot not be created directly. 2024-05-09T20:45:31.604034929Z 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-09T20:45:31.604038302Z If you cannot immediately regenerate your protos, some other possible workarounds are: 2024-05-09T20:45:31.604041338Z 1. Downgrade the protobuf package to 3.20.x or lower. 2024-05-09T20:45:31.604044350Z 2. Set PROTOCOL_BUFFERS_PYTHON_IMPLEMENTATION=python (but this will use pure-Python parsing and will be much slower). 2024-05-09T20:45:31.604047196Z 2024-05-09T20:45:31.604050431Z More information: https://developers.google.com/protocol-buffers/docs/news/2022-05-06#python-updates 2024-05-09T20:45:35.333250239Z [2024-05-09T20:45:35.332+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-09T20:45:35.333267323Z Traceback (most recent call last): 2024-05-09T20:45:35.333271683Z File "/home/airflow/.local/lib/python3.10/site-packages/airflow/providers_manager.py", line 275, in _sanity_check 2024-05-09T20:45:35.333274629Z imported_class = import_string(class_name) 2024-05-09T20:45:35.333277607Z File "/home/airflow/.local/lib/python3.10/site-packages/airflow/utils/module_loading.py", line 33, in import_string 2024-05-09T20:45:35.333280642Z module = import_module(module_path) 2024-05-09T20:45:35.333284181Z File "/usr/local/lib/python3.10/importlib/__init__.py", line 126, in import_module 2024-05-09T20:45:35.333287470Z return _bootstrap._gcd_import(name[level:], package, level) 2024-05-09T20:45:35.333291147Z File "", line 1050, in _gcd_import 2024-05-09T20:45:35.333294316Z File "", line 1027, in _find_and_load 2024-05-09T20:45:35.333297246Z File "", line 1006, in _find_and_load_unlocked 2024-05-09T20:45:35.333300219Z File "", line 688, in _load_unlocked 2024-05-09T20:45:35.333303130Z File "", line 883, in exec_module 2024-05-09T20:45:35.333308146Z File "", line 241, in _call_with_frames_removed 2024-05-09T20:45:35.333311604Z File "/home/airflow/.local/lib/python3.10/site-packages/airflow/providers/google/cloud/hooks/compute_ssh.py", line 29, in 2024-05-09T20:45:35.333314606Z from airflow.providers.google.cloud.hooks.compute import ComputeEngineHook 2024-05-09T20:45:35.333317813Z File "/home/airflow/.local/lib/python3.10/site-packages/airflow/providers/google/cloud/hooks/compute.py", line 33, in 2024-05-09T20:45:35.333321486Z from airflow.providers.google.common.hooks.base_google import PROVIDE_PROJECT_ID, GoogleBaseHook 2024-05-09T20:45:35.333324458Z File "/home/airflow/.local/lib/python3.10/site-packages/airflow/providers/google/common/hooks/base_google.py", line 51, in 2024-05-09T20:45:35.333327387Z from airflow.providers.google.cloud.utils.credentials_provider import ( 2024-05-09T20:45:35.333330305Z File "/home/airflow/.local/lib/python3.10/site-packages/airflow/providers/google/cloud/utils/credentials_provider.py", line 38, in 2024-05-09T20:45:35.333333345Z from airflow.providers.google.cloud._internal_client.secret_manager_client import _SecretManagerClient 2024-05-09T20:45:35.333343302Z File "/home/airflow/.local/lib/python3.10/site-packages/airflow/providers/google/cloud/_internal_client/secret_manager_client.py", line 23, in 2024-05-09T20:45:35.333346360Z from google.cloud.secretmanager_v1 import SecretManagerServiceClient 2024-05-09T20:45:35.333349263Z File "/home/airflow/.local/lib/python3.10/site-packages/google/cloud/secretmanager_v1/__init__.py", line 22, in 2024-05-09T20:45:35.333352201Z from google.cloud.secretmanager_v1 import types 2024-05-09T20:45:35.333355196Z File "/home/airflow/.local/lib/python3.10/site-packages/google/cloud/secretmanager_v1/types.py", line 23, in 2024-05-09T20:45:35.333358183Z from google.cloud.secretmanager_v1.proto import resources_pb2 2024-05-09T20:45:35.333361052Z File "/home/airflow/.local/lib/python3.10/site-packages/google/cloud/secretmanager_v1/proto/resources_pb2.py", line 57, in 2024-05-09T20:45:35.333364068Z _descriptor.EnumValueDescriptor( 2024-05-09T20:45:35.333366970Z File "/home/airflow/.local/lib/python3.10/site-packages/google/protobuf/descriptor.py", line 796, in __new__ 2024-05-09T20:45:35.333369852Z _message.Message._CheckCalledFromGeneratedFile() 2024-05-09T20:45:35.333372878Z TypeError: Descriptors cannot not be created directly. 2024-05-09T20:45:35.333376437Z 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-09T20:45:35.333379392Z If you cannot immediately regenerate your protos, some other possible workarounds are: 2024-05-09T20:45:35.333382289Z 1. Downgrade the protobuf package to 3.20.x or lower. 2024-05-09T20:45:35.333385301Z 2. Set PROTOCOL_BUFFERS_PYTHON_IMPLEMENTATION=python (but this will use pure-Python parsing and will be much slower). 2024-05-09T20:45:35.333388039Z 2024-05-09T20:45:35.333391130Z More information: https://developers.google.com/protocol-buffers/docs/news/2022-05-06#python-updates 2024-05-09T20:45:35.336030764Z [2024-05-09T20:45:35.335+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-09T20:45:35.459469469Z [2024-05-09T20:45:35.458+0000] {providers_manager.py:243} WARNING - Exception when importing 'airflow.providers.http.hooks.http.HttpHook' from 'apache-airflow-providers-http' package 2024-05-09T20:45:35.459483414Z Traceback (most recent call last): 2024-05-09T20:45:35.459487017Z File "/home/airflow/.local/lib/python3.10/site-packages/requests_toolbelt/_compat.py", line 48, in 2024-05-09T20:45:35.459490515Z from requests.packages.urllib3.contrib import appengine as gaecontrib 2024-05-09T20:45:35.459493997Z ImportError: cannot import name 'appengine' from 'requests.packages.urllib3.contrib' (/home/airflow/.local/lib/python3.10/site-packages/urllib3/contrib/__init__.py) 2024-05-09T20:45:35.459496932Z 2024-05-09T20:45:35.459500459Z During handling of the above exception, another exception occurred: 2024-05-09T20:45:35.459503540Z 2024-05-09T20:45:35.459506647Z Traceback (most recent call last): 2024-05-09T20:45:35.459510194Z File "/home/airflow/.local/lib/python3.10/site-packages/airflow/providers_manager.py", line 275, in _sanity_check 2024-05-09T20:45:35.459513159Z imported_class = import_string(class_name) 2024-05-09T20:45:35.459516044Z File "/home/airflow/.local/lib/python3.10/site-packages/airflow/utils/module_loading.py", line 33, in import_string 2024-05-09T20:45:35.459518966Z module = import_module(module_path) 2024-05-09T20:45:35.459522349Z File "/usr/local/lib/python3.10/importlib/__init__.py", line 126, in import_module 2024-05-09T20:45:35.459525755Z return _bootstrap._gcd_import(name[level:], package, level) 2024-05-09T20:45:35.459534368Z File "", line 1050, in _gcd_import 2024-05-09T20:45:35.459537383Z File "", line 1027, in _find_and_load 2024-05-09T20:45:35.459540287Z File "", line 1006, in _find_and_load_unlocked 2024-05-09T20:45:35.459543168Z File "", line 688, in _load_unlocked 2024-05-09T20:45:35.459546044Z File "", line 883, in exec_module 2024-05-09T20:45:35.459548964Z File "", line 241, in _call_with_frames_removed 2024-05-09T20:45:35.459551885Z File "/home/airflow/.local/lib/python3.10/site-packages/airflow/providers/http/hooks/http.py", line 29, in 2024-05-09T20:45:35.459556860Z from requests_toolbelt.adapters.socket_options import TCPKeepAliveAdapter 2024-05-09T20:45:35.459559911Z File "/home/airflow/.local/lib/python3.10/site-packages/requests_toolbelt/__init__.py", line 12, in 2024-05-09T20:45:35.459562926Z from .adapters import SSLAdapter, SourceAddressAdapter 2024-05-09T20:45:35.459565835Z File "/home/airflow/.local/lib/python3.10/site-packages/requests_toolbelt/adapters/__init__.py", line 12, in 2024-05-09T20:45:35.459569172Z from .ssl import SSLAdapter 2024-05-09T20:45:35.459572142Z File "/home/airflow/.local/lib/python3.10/site-packages/requests_toolbelt/adapters/ssl.py", line 16, in 2024-05-09T20:45:35.459575062Z from .._compat import poolmanager 2024-05-09T20:45:35.459578141Z File "/home/airflow/.local/lib/python3.10/site-packages/requests_toolbelt/_compat.py", line 50, in 2024-05-09T20:45:35.459581037Z from urllib3.contrib import appengine as gaecontrib 2024-05-09T20:45:35.459584867Z ImportError: cannot import name 'appengine' from 'urllib3.contrib' (/home/airflow/.local/lib/python3.10/site-packages/urllib3/contrib/__init__.py) 2024-05-09T20:45:38.373658075Z /home/airflow/.local/lib/python3.10/site-packages/azure/storage/common/_connection.py:82 SyntaxWarning: "is" with a literal. Did you mean "=="? 2024-05-09T20:45:40.531009285Z /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-09T20:45:42.560011022Z [2024-05-09T20:45:42.558+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-09T20:45:42.560024537Z Traceback (most recent call last): 2024-05-09T20:45:42.560032552Z File "/home/airflow/.local/lib/python3.10/site-packages/airflow/providers_manager.py", line 275, in _sanity_check 2024-05-09T20:45:42.560035879Z imported_class = import_string(class_name) 2024-05-09T20:45:42.560038943Z File "/home/airflow/.local/lib/python3.10/site-packages/airflow/utils/module_loading.py", line 33, in import_string 2024-05-09T20:45:42.560042032Z module = import_module(module_path) 2024-05-09T20:45:42.560045581Z File "/usr/local/lib/python3.10/importlib/__init__.py", line 126, in import_module 2024-05-09T20:45:42.560049333Z return _bootstrap._gcd_import(name[level:], package, level) 2024-05-09T20:45:42.560052933Z File "", line 1050, in _gcd_import 2024-05-09T20:45:42.560056009Z File "", line 1027, in _find_and_load 2024-05-09T20:45:42.560059032Z File "", line 1006, in _find_and_load_unlocked 2024-05-09T20:45:42.560062147Z File "", line 688, in _load_unlocked 2024-05-09T20:45:42.560070748Z File "", line 883, in exec_module 2024-05-09T20:45:42.560073722Z File "", line 241, in _call_with_frames_removed 2024-05-09T20:45:42.560076737Z File "/home/airflow/.local/lib/python3.10/site-packages/airflow/providers/amazon/aws/hooks/base_aws.py", line 40, in 2024-05-09T20:45:42.560079702Z import boto3 2024-05-09T20:45:42.560083407Z File "/home/airflow/.local/lib/python3.10/site-packages/boto3/__init__.py", line 17, in 2024-05-09T20:45:42.560086551Z from boto3.session import Session 2024-05-09T20:45:42.560089569Z File "/home/airflow/.local/lib/python3.10/site-packages/boto3/session.py", line 17, in 2024-05-09T20:45:42.560092637Z import botocore.session 2024-05-09T20:45:42.560095575Z File "/home/airflow/.local/lib/python3.10/site-packages/botocore/session.py", line 26, in 2024-05-09T20:45:42.560098721Z import botocore.client 2024-05-09T20:45:42.560102226Z File "/home/airflow/.local/lib/python3.10/site-packages/botocore/client.py", line 15, in 2024-05-09T20:45:42.560105125Z from botocore import waiter, xform_name 2024-05-09T20:45:42.560108051Z File "/home/airflow/.local/lib/python3.10/site-packages/botocore/waiter.py", line 18, in 2024-05-09T20:45:42.560111008Z from botocore.docs.docstring import WaiterDocstring 2024-05-09T20:45:42.560113963Z File "/home/airflow/.local/lib/python3.10/site-packages/botocore/docs/__init__.py", line 15, in 2024-05-09T20:45:42.560116895Z from botocore.docs.service import ServiceDocumenter 2024-05-09T20:45:42.560119826Z File "/home/airflow/.local/lib/python3.10/site-packages/botocore/docs/service.py", line 14, in 2024-05-09T20:45:42.560122769Z from botocore.docs.client import ClientDocumenter, ClientExceptionsDocumenter 2024-05-09T20:45:42.560125837Z File "/home/airflow/.local/lib/python3.10/site-packages/botocore/docs/client.py", line 17, in 2024-05-09T20:45:42.560128764Z from botocore.docs.example import ResponseExampleDocumenter 2024-05-09T20:45:42.560131626Z File "/home/airflow/.local/lib/python3.10/site-packages/botocore/docs/example.py", line 13, in 2024-05-09T20:45:42.560134557Z from botocore.docs.shape import ShapeDocumenter 2024-05-09T20:45:42.560137543Z File "/home/airflow/.local/lib/python3.10/site-packages/botocore/docs/shape.py", line 19, in 2024-05-09T20:45:42.560140611Z from botocore.utils import is_json_value_header 2024-05-09T20:45:42.560143488Z File "/home/airflow/.local/lib/python3.10/site-packages/botocore/utils.py", line 37, in 2024-05-09T20:45:42.560146382Z import botocore.httpsession 2024-05-09T20:45:42.560149368Z File "/home/airflow/.local/lib/python3.10/site-packages/botocore/httpsession.py", line 22, in 2024-05-09T20:45:42.560152260Z from urllib3.util.ssl_ import ( 2024-05-09T20:45:42.560155684Z ImportError: cannot import name 'DEFAULT_CIPHERS' from 'urllib3.util.ssl_' (/home/airflow/.local/lib/python3.10/site-packages/urllib3/util/ssl_.py) 2024-05-09T20:45:42.571593468Z [2024-05-09T20:45:42.569+0000] {providers_manager.py:243} WARNING - Exception when importing 'airflow.providers.amazon.aws.hooks.emr.EmrHook' from 'apache-airflow-providers-amazon' package 2024-05-09T20:45:42.571602806Z Traceback (most recent call last): 2024-05-09T20:45:42.571606178Z File "/home/airflow/.local/lib/python3.10/site-packages/airflow/providers_manager.py", line 275, in _sanity_check 2024-05-09T20:45:42.571609379Z imported_class = import_string(class_name) 2024-05-09T20:45:42.571612167Z File "/home/airflow/.local/lib/python3.10/site-packages/airflow/utils/module_loading.py", line 33, in import_string 2024-05-09T20:45:42.571622870Z module = import_module(module_path) 2024-05-09T20:45:42.571626217Z File "/usr/local/lib/python3.10/importlib/__init__.py", line 126, in import_module 2024-05-09T20:45:42.571629230Z return _bootstrap._gcd_import(name[level:], package, level) 2024-05-09T20:45:42.571632450Z File "", line 1050, in _gcd_import 2024-05-09T20:45:42.571635209Z File "", line 1027, in _find_and_load 2024-05-09T20:45:42.571638044Z File "", line 1006, in _find_and_load_unlocked 2024-05-09T20:45:42.571641021Z File "", line 688, in _load_unlocked 2024-05-09T20:45:42.571643757Z File "", line 883, in exec_module 2024-05-09T20:45:42.571646480Z File "", line 241, in _call_with_frames_removed 2024-05-09T20:45:42.571649228Z File "/home/airflow/.local/lib/python3.10/site-packages/airflow/providers/amazon/aws/hooks/emr.py", line 29, in 2024-05-09T20:45:42.571652113Z from airflow.providers.amazon.aws.hooks.base_aws import AwsBaseHook 2024-05-09T20:45:42.571654861Z File "/home/airflow/.local/lib/python3.10/site-packages/airflow/providers/amazon/aws/hooks/base_aws.py", line 40, in 2024-05-09T20:45:42.571657556Z import boto3 2024-05-09T20:45:42.571660689Z File "/home/airflow/.local/lib/python3.10/site-packages/boto3/__init__.py", line 17, in 2024-05-09T20:45:42.571663446Z from boto3.session import Session 2024-05-09T20:45:42.571666212Z File "/home/airflow/.local/lib/python3.10/site-packages/boto3/session.py", line 17, in 2024-05-09T20:45:42.571669541Z import botocore.session 2024-05-09T20:45:42.571672352Z File "/home/airflow/.local/lib/python3.10/site-packages/botocore/session.py", line 26, in 2024-05-09T20:45:42.571675108Z import botocore.client 2024-05-09T20:45:42.571677862Z File "/home/airflow/.local/lib/python3.10/site-packages/botocore/client.py", line 15, in 2024-05-09T20:45:42.571680601Z from botocore import waiter, xform_name 2024-05-09T20:45:42.571683484Z File "/home/airflow/.local/lib/python3.10/site-packages/botocore/waiter.py", line 18, in 2024-05-09T20:45:42.571686227Z from botocore.docs.docstring import WaiterDocstring 2024-05-09T20:45:42.571688957Z File "/home/airflow/.local/lib/python3.10/site-packages/botocore/docs/__init__.py", line 15, in 2024-05-09T20:45:42.571691693Z from botocore.docs.service import ServiceDocumenter 2024-05-09T20:45:42.571694684Z File "/home/airflow/.local/lib/python3.10/site-packages/botocore/docs/service.py", line 14, in 2024-05-09T20:45:42.571697425Z from botocore.docs.client import ClientDocumenter, ClientExceptionsDocumenter 2024-05-09T20:45:42.571700432Z File "/home/airflow/.local/lib/python3.10/site-packages/botocore/docs/client.py", line 17, in 2024-05-09T20:45:42.571703148Z from botocore.docs.example import ResponseExampleDocumenter 2024-05-09T20:45:42.571705891Z File "/home/airflow/.local/lib/python3.10/site-packages/botocore/docs/example.py", line 13, in 2024-05-09T20:45:42.571708627Z from botocore.docs.shape import ShapeDocumenter 2024-05-09T20:45:42.571711325Z File "/home/airflow/.local/lib/python3.10/site-packages/botocore/docs/shape.py", line 19, in 2024-05-09T20:45:42.571714093Z from botocore.utils import is_json_value_header 2024-05-09T20:45:42.571716856Z File "/home/airflow/.local/lib/python3.10/site-packages/botocore/utils.py", line 37, in 2024-05-09T20:45:42.571719606Z import botocore.httpsession 2024-05-09T20:45:42.571722355Z File "/home/airflow/.local/lib/python3.10/site-packages/botocore/httpsession.py", line 22, in 2024-05-09T20:45:42.571755798Z from urllib3.util.ssl_ import ( 2024-05-09T20:45:42.571761597Z ImportError: cannot import name 'DEFAULT_CIPHERS' from 'urllib3.util.ssl_' (/home/airflow/.local/lib/python3.10/site-packages/urllib3/util/ssl_.py) 2024-05-09T20:45:42.588080044Z [2024-05-09T20:45:42.575+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-09T20:45:42.588089490Z Traceback (most recent call last): 2024-05-09T20:45:42.588093151Z File "/home/airflow/.local/lib/python3.10/site-packages/airflow/providers_manager.py", line 275, in _sanity_check 2024-05-09T20:45:42.588096220Z imported_class = import_string(class_name) 2024-05-09T20:45:42.588099370Z File "/home/airflow/.local/lib/python3.10/site-packages/airflow/utils/module_loading.py", line 33, in import_string 2024-05-09T20:45:42.588102487Z module = import_module(module_path) 2024-05-09T20:45:42.588106893Z File "/usr/local/lib/python3.10/importlib/__init__.py", line 126, in import_module 2024-05-09T20:45:42.588110125Z return _bootstrap._gcd_import(name[level:], package, level) 2024-05-09T20:45:42.588113494Z File "", line 1050, in _gcd_import 2024-05-09T20:45:42.588116599Z File "", line 1027, in _find_and_load 2024-05-09T20:45:42.588119545Z File "", line 1006, in _find_and_load_unlocked 2024-05-09T20:45:42.588122394Z File "", line 688, in _load_unlocked 2024-05-09T20:45:42.588125447Z File "", line 883, in exec_module 2024-05-09T20:45:42.588128530Z File "", line 241, in _call_with_frames_removed 2024-05-09T20:45:42.588132123Z File "/home/airflow/.local/lib/python3.10/site-packages/airflow/providers/google/common/hooks/base_google.py", line 51, in 2024-05-09T20:45:42.588135283Z from airflow.providers.google.cloud.utils.credentials_provider import ( 2024-05-09T20:45:42.588138322Z File "/home/airflow/.local/lib/python3.10/site-packages/airflow/providers/google/cloud/utils/credentials_provider.py", line 38, in 2024-05-09T20:45:42.588141531Z from airflow.providers.google.cloud._internal_client.secret_manager_client import _SecretManagerClient 2024-05-09T20:45:42.588144524Z File "/home/airflow/.local/lib/python3.10/site-packages/airflow/providers/google/cloud/_internal_client/secret_manager_client.py", line 23, in 2024-05-09T20:45:42.588147397Z from google.cloud.secretmanager_v1 import SecretManagerServiceClient 2024-05-09T20:45:42.588150351Z File "/home/airflow/.local/lib/python3.10/site-packages/google/cloud/secretmanager_v1/__init__.py", line 22, in 2024-05-09T20:45:42.588153214Z from google.cloud.secretmanager_v1 import types 2024-05-09T20:45:42.588156233Z File "/home/airflow/.local/lib/python3.10/site-packages/google/cloud/secretmanager_v1/types.py", line 23, in 2024-05-09T20:45:42.588159144Z from google.cloud.secretmanager_v1.proto import resources_pb2 2024-05-09T20:45:42.588162085Z File "/home/airflow/.local/lib/python3.10/site-packages/google/cloud/secretmanager_v1/proto/resources_pb2.py", line 57, in 2024-05-09T20:45:42.588165036Z _descriptor.EnumValueDescriptor( 2024-05-09T20:45:42.588168031Z File "/home/airflow/.local/lib/python3.10/site-packages/google/protobuf/descriptor.py", line 796, in __new__ 2024-05-09T20:45:42.588170973Z _message.Message._CheckCalledFromGeneratedFile() 2024-05-09T20:45:42.588173913Z TypeError: Descriptors cannot not be created directly. 2024-05-09T20:45:42.588176828Z 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-09T20:45:42.588184255Z If you cannot immediately regenerate your protos, some other possible workarounds are: 2024-05-09T20:45:42.588187267Z 1. Downgrade the protobuf package to 3.20.x or lower. 2024-05-09T20:45:42.588190233Z 2. Set PROTOCOL_BUFFERS_PYTHON_IMPLEMENTATION=python (but this will use pure-Python parsing and will be much slower). 2024-05-09T20:45:42.588192998Z 2024-05-09T20:45:42.588196106Z More information: https://developers.google.com/protocol-buffers/docs/news/2022-05-06#python-updates 2024-05-09T20:45:42.588199220Z [2024-05-09T20:45:42.582+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-09T20:45:42.588202143Z Traceback (most recent call last): 2024-05-09T20:45:42.588205189Z File "/home/airflow/.local/lib/python3.10/site-packages/airflow/providers_manager.py", line 275, in _sanity_check 2024-05-09T20:45:42.588208099Z imported_class = import_string(class_name) 2024-05-09T20:45:42.588211321Z File "/home/airflow/.local/lib/python3.10/site-packages/airflow/utils/module_loading.py", line 33, in import_string 2024-05-09T20:45:42.588214329Z module = import_module(module_path) 2024-05-09T20:45:42.588217247Z File "/usr/local/lib/python3.10/importlib/__init__.py", line 126, in import_module 2024-05-09T20:45:42.588220314Z return _bootstrap._gcd_import(name[level:], package, level) 2024-05-09T20:45:42.588223278Z File "", line 1050, in _gcd_import 2024-05-09T20:45:42.588227751Z File "", line 1027, in _find_and_load 2024-05-09T20:45:42.588230695Z File "", line 1006, in _find_and_load_unlocked 2024-05-09T20:45:42.588234077Z File "", line 688, in _load_unlocked 2024-05-09T20:45:42.588238935Z File "", line 883, in exec_module 2024-05-09T20:45:42.588242009Z File "", line 241, in _call_with_frames_removed 2024-05-09T20:45:42.588244904Z File "/home/airflow/.local/lib/python3.10/site-packages/airflow/providers/google/cloud/hooks/cloud_sql.py", line 52, in 2024-05-09T20:45:42.588247783Z from airflow.providers.google.common.hooks.base_google import GoogleBaseHook, get_field 2024-05-09T20:45:42.588251299Z File "/home/airflow/.local/lib/python3.10/site-packages/airflow/providers/google/common/hooks/base_google.py", line 51, in 2024-05-09T20:45:42.588254216Z from airflow.providers.google.cloud.utils.credentials_provider import ( 2024-05-09T20:45:42.588257218Z File "/home/airflow/.local/lib/python3.10/site-packages/airflow/providers/google/cloud/utils/credentials_provider.py", line 38, in 2024-05-09T20:45:42.588260181Z from airflow.providers.google.cloud._internal_client.secret_manager_client import _SecretManagerClient 2024-05-09T20:45:42.588265364Z File "/home/airflow/.local/lib/python3.10/site-packages/airflow/providers/google/cloud/_internal_client/secret_manager_client.py", line 23, in 2024-05-09T20:45:42.588268378Z from google.cloud.secretmanager_v1 import SecretManagerServiceClient 2024-05-09T20:45:42.588271332Z File "/home/airflow/.local/lib/python3.10/site-packages/google/cloud/secretmanager_v1/__init__.py", line 22, in 2024-05-09T20:45:42.588275931Z from google.cloud.secretmanager_v1 import types 2024-05-09T20:45:42.588278986Z File "/home/airflow/.local/lib/python3.10/site-packages/google/cloud/secretmanager_v1/types.py", line 23, in 2024-05-09T20:45:42.588281947Z from google.cloud.secretmanager_v1.proto import resources_pb2 2024-05-09T20:45:42.588290699Z File "/home/airflow/.local/lib/python3.10/site-packages/google/cloud/secretmanager_v1/proto/resources_pb2.py", line 57, in 2024-05-09T20:45:42.588293649Z _descriptor.EnumValueDescriptor( 2024-05-09T20:45:42.588296668Z File "/home/airflow/.local/lib/python3.10/site-packages/google/protobuf/descriptor.py", line 796, in __new__ 2024-05-09T20:45:42.588299590Z _message.Message._CheckCalledFromGeneratedFile() 2024-05-09T20:45:42.588302491Z TypeError: Descriptors cannot not be created directly. 2024-05-09T20:45:42.588305858Z 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-09T20:45:42.588308945Z If you cannot immediately regenerate your protos, some other possible workarounds are: 2024-05-09T20:45:42.588311861Z 1. Downgrade the protobuf package to 3.20.x or lower. 2024-05-09T20:45:42.588314778Z 2. Set PROTOCOL_BUFFERS_PYTHON_IMPLEMENTATION=python (but this will use pure-Python parsing and will be much slower). 2024-05-09T20:45:42.588317519Z 2024-05-09T20:45:42.588320565Z More information: https://developers.google.com/protocol-buffers/docs/news/2022-05-06#python-updates 2024-05-09T20:45:42.588323833Z [2024-05-09T20:45:42.585+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-09T20:45:42.588326981Z Traceback (most recent call last): 2024-05-09T20:45:42.588329930Z File "/home/airflow/.local/lib/python3.10/site-packages/airflow/providers_manager.py", line 275, in _sanity_check 2024-05-09T20:45:42.588333210Z imported_class = import_string(class_name) 2024-05-09T20:45:42.588336127Z File "/home/airflow/.local/lib/python3.10/site-packages/airflow/utils/module_loading.py", line 33, in import_string 2024-05-09T20:45:42.588339023Z module = import_module(module_path) 2024-05-09T20:45:42.588342113Z File "/usr/local/lib/python3.10/importlib/__init__.py", line 126, in import_module 2024-05-09T20:45:42.588345145Z return _bootstrap._gcd_import(name[level:], package, level) 2024-05-09T20:45:42.588348012Z File "", line 1050, in _gcd_import 2024-05-09T20:45:42.588350925Z File "", line 1027, in _find_and_load 2024-05-09T20:45:42.588353828Z File "", line 1006, in _find_and_load_unlocked 2024-05-09T20:45:42.588356814Z File "", line 688, in _load_unlocked 2024-05-09T20:45:42.588359766Z File "", line 883, in exec_module 2024-05-09T20:45:42.588362757Z File "", line 241, in _call_with_frames_removed 2024-05-09T20:45:42.588365884Z File "/home/airflow/.local/lib/python3.10/site-packages/airflow/providers/google/cloud/hooks/cloud_sql.py", line 52, in 2024-05-09T20:45:42.588368918Z from airflow.providers.google.common.hooks.base_google import GoogleBaseHook, get_field 2024-05-09T20:45:42.588371952Z File "/home/airflow/.local/lib/python3.10/site-packages/airflow/providers/google/common/hooks/base_google.py", line 51, in 2024-05-09T20:45:42.588375228Z from airflow.providers.google.cloud.utils.credentials_provider import ( 2024-05-09T20:45:42.588378174Z File "/home/airflow/.local/lib/python3.10/site-packages/airflow/providers/google/cloud/utils/credentials_provider.py", line 38, in 2024-05-09T20:45:42.588382365Z from airflow.providers.google.cloud._internal_client.secret_manager_client import _SecretManagerClient 2024-05-09T20:45:42.588385402Z File "/home/airflow/.local/lib/python3.10/site-packages/airflow/providers/google/cloud/_internal_client/secret_manager_client.py", line 23, in 2024-05-09T20:45:42.588391861Z from google.cloud.secretmanager_v1 import SecretManagerServiceClient 2024-05-09T20:45:42.588394844Z File "/home/airflow/.local/lib/python3.10/site-packages/google/cloud/secretmanager_v1/__init__.py", line 22, in 2024-05-09T20:45:42.588397779Z from google.cloud.secretmanager_v1 import types 2024-05-09T20:45:42.588400818Z File "/home/airflow/.local/lib/python3.10/site-packages/google/cloud/secretmanager_v1/types.py", line 23, in 2024-05-09T20:45:42.588403751Z from google.cloud.secretmanager_v1.proto import resources_pb2 2024-05-09T20:45:42.588406710Z File "/home/airflow/.local/lib/python3.10/site-packages/google/cloud/secretmanager_v1/proto/resources_pb2.py", line 57, in 2024-05-09T20:45:42.588409741Z _descriptor.EnumValueDescriptor( 2024-05-09T20:45:42.588412757Z File "/home/airflow/.local/lib/python3.10/site-packages/google/protobuf/descriptor.py", line 796, in __new__ 2024-05-09T20:45:42.588415961Z _message.Message._CheckCalledFromGeneratedFile() 2024-05-09T20:45:42.588418929Z TypeError: Descriptors cannot not be created directly. 2024-05-09T20:45:42.588421781Z 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-09T20:45:42.588424733Z If you cannot immediately regenerate your protos, some other possible workarounds are: 2024-05-09T20:45:42.588427640Z 1. Downgrade the protobuf package to 3.20.x or lower. 2024-05-09T20:45:42.588430575Z 2. Set PROTOCOL_BUFFERS_PYTHON_IMPLEMENTATION=python (but this will use pure-Python parsing and will be much slower). 2024-05-09T20:45:42.588433306Z 2024-05-09T20:45:42.588436267Z More information: https://developers.google.com/protocol-buffers/docs/news/2022-05-06#python-updates 2024-05-09T20:45:42.599814125Z [2024-05-09T20:45:42.592+0000] {providers_manager.py:243} WARNING - Exception when importing 'airflow.providers.google.cloud.hooks.bigquery.BigQueryHook' from 'apache-airflow-providers-google' package 2024-05-09T20:45:42.599823261Z Traceback (most recent call last): 2024-05-09T20:45:42.599826652Z File "/home/airflow/.local/lib/python3.10/site-packages/airflow/providers_manager.py", line 275, in _sanity_check 2024-05-09T20:45:42.599829485Z imported_class = import_string(class_name) 2024-05-09T20:45:42.599832281Z File "/home/airflow/.local/lib/python3.10/site-packages/airflow/utils/module_loading.py", line 33, in import_string 2024-05-09T20:45:42.599835189Z module = import_module(module_path) 2024-05-09T20:45:42.599838373Z File "/usr/local/lib/python3.10/importlib/__init__.py", line 126, in import_module 2024-05-09T20:45:42.599841752Z return _bootstrap._gcd_import(name[level:], package, level) 2024-05-09T20:45:42.599844996Z File "", line 1050, in _gcd_import 2024-05-09T20:45:42.599848463Z File "", line 1027, in _find_and_load 2024-05-09T20:45:42.599851262Z File "", line 1006, in _find_and_load_unlocked 2024-05-09T20:45:42.599854124Z File "", line 688, in _load_unlocked 2024-05-09T20:45:42.599856934Z File "", line 883, in exec_module 2024-05-09T20:45:42.599859671Z File "", line 241, in _call_with_frames_removed 2024-05-09T20:45:42.599863174Z File "/home/airflow/.local/lib/python3.10/site-packages/airflow/providers/google/cloud/hooks/bigquery.py", line 62, in 2024-05-09T20:45:42.599866902Z from airflow.providers.google.common.hooks.base_google import GoogleBaseAsyncHook, GoogleBaseHook, get_field 2024-05-09T20:45:42.599869820Z File "/home/airflow/.local/lib/python3.10/site-packages/airflow/providers/google/common/hooks/base_google.py", line 51, in 2024-05-09T20:45:42.599877641Z from airflow.providers.google.cloud.utils.credentials_provider import ( 2024-05-09T20:45:42.599880498Z File "/home/airflow/.local/lib/python3.10/site-packages/airflow/providers/google/cloud/utils/credentials_provider.py", line 38, in 2024-05-09T20:45:42.599883228Z from airflow.providers.google.cloud._internal_client.secret_manager_client import _SecretManagerClient 2024-05-09T20:45:42.599886474Z File "/home/airflow/.local/lib/python3.10/site-packages/airflow/providers/google/cloud/_internal_client/secret_manager_client.py", line 23, in 2024-05-09T20:45:42.599889147Z from google.cloud.secretmanager_v1 import SecretManagerServiceClient 2024-05-09T20:45:42.599891935Z File "/home/airflow/.local/lib/python3.10/site-packages/google/cloud/secretmanager_v1/__init__.py", line 22, in 2024-05-09T20:45:42.599894650Z from google.cloud.secretmanager_v1 import types 2024-05-09T20:45:42.599897412Z File "/home/airflow/.local/lib/python3.10/site-packages/google/cloud/secretmanager_v1/types.py", line 23, in 2024-05-09T20:45:42.599900419Z from google.cloud.secretmanager_v1.proto import resources_pb2 2024-05-09T20:45:42.599903254Z File "/home/airflow/.local/lib/python3.10/site-packages/google/cloud/secretmanager_v1/proto/resources_pb2.py", line 57, in 2024-05-09T20:45:42.599905953Z _descriptor.EnumValueDescriptor( 2024-05-09T20:45:42.599912238Z File "/home/airflow/.local/lib/python3.10/site-packages/google/protobuf/descriptor.py", line 796, in __new__ 2024-05-09T20:45:42.599915015Z _message.Message._CheckCalledFromGeneratedFile() 2024-05-09T20:45:42.599918125Z TypeError: Descriptors cannot not be created directly. 2024-05-09T20:45:42.599930101Z 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-09T20:45:42.599933109Z If you cannot immediately regenerate your protos, some other possible workarounds are: 2024-05-09T20:45:42.599935837Z 1. Downgrade the protobuf package to 3.20.x or lower. 2024-05-09T20:45:42.599938648Z 2. Set PROTOCOL_BUFFERS_PYTHON_IMPLEMENTATION=python (but this will use pure-Python parsing and will be much slower). 2024-05-09T20:45:42.599941205Z 2024-05-09T20:45:42.599943990Z More information: https://developers.google.com/protocol-buffers/docs/news/2022-05-06#python-updates 2024-05-09T20:45:42.599948771Z [2024-05-09T20:45:42.597+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-09T20:45:42.599968278Z Traceback (most recent call last): 2024-05-09T20:45:42.599971280Z File "/home/airflow/.local/lib/python3.10/site-packages/airflow/providers_manager.py", line 275, in _sanity_check 2024-05-09T20:45:42.599974300Z imported_class = import_string(class_name) 2024-05-09T20:45:42.599979362Z File "/home/airflow/.local/lib/python3.10/site-packages/airflow/utils/module_loading.py", line 33, in import_string 2024-05-09T20:45:42.599982272Z module = import_module(module_path) 2024-05-09T20:45:42.599985322Z File "/usr/local/lib/python3.10/importlib/__init__.py", line 126, in import_module 2024-05-09T20:45:42.599988641Z return _bootstrap._gcd_import(name[level:], package, level) 2024-05-09T20:45:42.599991622Z File "", line 1050, in _gcd_import 2024-05-09T20:45:42.599999127Z File "", line 1027, in _find_and_load 2024-05-09T20:45:42.600002326Z File "", line 1006, in _find_and_load_unlocked 2024-05-09T20:45:42.600009207Z File "", line 688, in _load_unlocked 2024-05-09T20:45:42.600012212Z File "", line 883, in exec_module 2024-05-09T20:45:42.600015227Z File "", line 241, in _call_with_frames_removed 2024-05-09T20:45:42.600018371Z File "/home/airflow/.local/lib/python3.10/site-packages/airflow/providers/google/cloud/hooks/compute_ssh.py", line 29, in 2024-05-09T20:45:42.600021253Z from airflow.providers.google.cloud.hooks.compute import ComputeEngineHook 2024-05-09T20:45:42.600024285Z File "/home/airflow/.local/lib/python3.10/site-packages/airflow/providers/google/cloud/hooks/compute.py", line 33, in 2024-05-09T20:45:42.600027320Z from airflow.providers.google.common.hooks.base_google import PROVIDE_PROJECT_ID, GoogleBaseHook 2024-05-09T20:45:42.600030440Z File "/home/airflow/.local/lib/python3.10/site-packages/airflow/providers/google/common/hooks/base_google.py", line 51, in 2024-05-09T20:45:42.600033329Z from airflow.providers.google.cloud.utils.credentials_provider import ( 2024-05-09T20:45:42.600036297Z File "/home/airflow/.local/lib/python3.10/site-packages/airflow/providers/google/cloud/utils/credentials_provider.py", line 38, in 2024-05-09T20:45:42.600039240Z from airflow.providers.google.cloud._internal_client.secret_manager_client import _SecretManagerClient 2024-05-09T20:45:42.600042480Z File "/home/airflow/.local/lib/python3.10/site-packages/airflow/providers/google/cloud/_internal_client/secret_manager_client.py", line 23, in 2024-05-09T20:45:42.600045364Z from google.cloud.secretmanager_v1 import SecretManagerServiceClient 2024-05-09T20:45:42.600048506Z File "/home/airflow/.local/lib/python3.10/site-packages/google/cloud/secretmanager_v1/__init__.py", line 22, in 2024-05-09T20:45:42.600051423Z from google.cloud.secretmanager_v1 import types 2024-05-09T20:45:42.600054493Z File "/home/airflow/.local/lib/python3.10/site-packages/google/cloud/secretmanager_v1/types.py", line 23, in 2024-05-09T20:45:42.600057379Z from google.cloud.secretmanager_v1.proto import resources_pb2 2024-05-09T20:45:42.600060283Z File "/home/airflow/.local/lib/python3.10/site-packages/google/cloud/secretmanager_v1/proto/resources_pb2.py", line 57, in 2024-05-09T20:45:42.600063170Z _descriptor.EnumValueDescriptor( 2024-05-09T20:45:42.600066181Z File "/home/airflow/.local/lib/python3.10/site-packages/google/protobuf/descriptor.py", line 796, in __new__ 2024-05-09T20:45:42.600069662Z _message.Message._CheckCalledFromGeneratedFile() 2024-05-09T20:45:42.600072982Z TypeError: Descriptors cannot not be created directly. 2024-05-09T20:45:42.600075903Z 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-09T20:45:42.600078894Z If you cannot immediately regenerate your protos, some other possible workarounds are: 2024-05-09T20:45:42.600081824Z 1. Downgrade the protobuf package to 3.20.x or lower. 2024-05-09T20:45:42.600084720Z 2. Set PROTOCOL_BUFFERS_PYTHON_IMPLEMENTATION=python (but this will use pure-Python parsing and will be much slower). 2024-05-09T20:45:42.600087449Z 2024-05-09T20:45:42.600090373Z More information: https://developers.google.com/protocol-buffers/docs/news/2022-05-06#python-updates 2024-05-09T20:45:42.600093288Z [2024-05-09T20:45:42.598+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-09T20:45:42.607834444Z [2024-05-09T20:45:42.600+0000] {providers_manager.py:243} WARNING - Exception when importing 'airflow.providers.http.hooks.http.HttpHook' from 'apache-airflow-providers-http' package 2024-05-09T20:45:42.607848510Z Traceback (most recent call last): 2024-05-09T20:45:42.607852570Z File "/home/airflow/.local/lib/python3.10/site-packages/requests_toolbelt/_compat.py", line 48, in 2024-05-09T20:45:42.607856131Z from requests.packages.urllib3.contrib import appengine as gaecontrib 2024-05-09T20:45:42.607859493Z ImportError: cannot import name 'appengine' from 'requests.packages.urllib3.contrib' (/home/airflow/.local/lib/python3.10/site-packages/urllib3/contrib/__init__.py) 2024-05-09T20:45:42.607862165Z 2024-05-09T20:45:42.607865422Z During handling of the above exception, another exception occurred: 2024-05-09T20:45:42.607868002Z 2024-05-09T20:45:42.607870799Z Traceback (most recent call last): 2024-05-09T20:45:42.607874114Z File "/home/airflow/.local/lib/python3.10/site-packages/airflow/providers_manager.py", line 275, in _sanity_check 2024-05-09T20:45:42.607877400Z imported_class = import_string(class_name) 2024-05-09T20:45:42.607880189Z File "/home/airflow/.local/lib/python3.10/site-packages/airflow/utils/module_loading.py", line 33, in import_string 2024-05-09T20:45:42.607882881Z module = import_module(module_path) 2024-05-09T20:45:42.607886289Z File "/usr/local/lib/python3.10/importlib/__init__.py", line 126, in import_module 2024-05-09T20:45:42.607889547Z return _bootstrap._gcd_import(name[level:], package, level) 2024-05-09T20:45:42.607892283Z File "", line 1050, in _gcd_import 2024-05-09T20:45:42.607895052Z File "", line 1027, in _find_and_load 2024-05-09T20:45:42.607897794Z File "", line 1006, in _find_and_load_unlocked 2024-05-09T20:45:42.607900616Z File "", line 688, in _load_unlocked 2024-05-09T20:45:42.607903338Z File "", line 883, in exec_module 2024-05-09T20:45:42.607906063Z File "", line 241, in _call_with_frames_removed 2024-05-09T20:45:42.607908814Z File "/home/airflow/.local/lib/python3.10/site-packages/airflow/providers/http/hooks/http.py", line 29, in 2024-05-09T20:45:42.607911639Z from requests_toolbelt.adapters.socket_options import TCPKeepAliveAdapter 2024-05-09T20:45:42.607914382Z File "/home/airflow/.local/lib/python3.10/site-packages/requests_toolbelt/__init__.py", line 12, in 2024-05-09T20:45:42.607917123Z from .adapters import SSLAdapter, SourceAddressAdapter 2024-05-09T20:45:42.607919892Z File "/home/airflow/.local/lib/python3.10/site-packages/requests_toolbelt/adapters/__init__.py", line 12, in 2024-05-09T20:45:42.607932004Z from .ssl import SSLAdapter 2024-05-09T20:45:42.607934905Z File "/home/airflow/.local/lib/python3.10/site-packages/requests_toolbelt/adapters/ssl.py", line 16, in 2024-05-09T20:45:42.607937627Z from .._compat import poolmanager 2024-05-09T20:45:42.607940427Z File "/home/airflow/.local/lib/python3.10/site-packages/requests_toolbelt/_compat.py", line 50, in 2024-05-09T20:45:42.607943251Z from urllib3.contrib import appengine as gaecontrib 2024-05-09T20:45:42.607946867Z ImportError: cannot import name 'appengine' from 'urllib3.contrib' (/home/airflow/.local/lib/python3.10/site-packages/urllib3/contrib/__init__.py) 2024-05-09T20:45:45.056010056Z [2024-05-09T20:45:45.052+0000] {manager.py:504} INFO - Created Permission View: can read on Datasets 2024-05-09T20:45:45.231813145Z [2024-05-09T20:45:45.229+0000] {manager.py:504} INFO - Created Permission View: can read on ImportError 2024-05-09T20:45:45.723057402Z [2024-05-09T20:45:45.716+0000] {manager.py:504} INFO - Created Permission View: can read on DAG Code 2024-05-09T20:45:45.761082016Z [2024-05-09T20:45:45.756+0000] {manager.py:504} INFO - Created Permission View: can read on DAG Warnings 2024-05-09T20:45:47.430257030Z [2024-05-09 20:45:47 +0000] [17] [INFO] Starting gunicorn 20.1.0 2024-05-09T20:45:48.491860290Z [2024-05-09T20:45:48.489+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-09T20:45:48.491873298Z Traceback (most recent call last): 2024-05-09T20:45:48.491877474Z File "/home/airflow/.local/lib/python3.10/site-packages/airflow/providers_manager.py", line 275, in _sanity_check 2024-05-09T20:45:48.491880599Z imported_class = import_string(class_name) 2024-05-09T20:45:48.491883527Z File "/home/airflow/.local/lib/python3.10/site-packages/airflow/utils/module_loading.py", line 33, in import_string 2024-05-09T20:45:48.491886843Z module = import_module(module_path) 2024-05-09T20:45:48.491890150Z File "/usr/local/lib/python3.10/importlib/__init__.py", line 126, in import_module 2024-05-09T20:45:48.491894032Z return _bootstrap._gcd_import(name[level:], package, level) 2024-05-09T20:45:48.491898751Z File "", line 1050, in _gcd_import 2024-05-09T20:45:48.491901945Z File "", line 1027, in _find_and_load 2024-05-09T20:45:48.491905235Z File "", line 1006, in _find_and_load_unlocked 2024-05-09T20:45:48.491908141Z File "", line 688, in _load_unlocked 2024-05-09T20:45:48.491910928Z File "", line 883, in exec_module 2024-05-09T20:45:48.491913678Z File "", line 241, in _call_with_frames_removed 2024-05-09T20:45:48.491916612Z File "/home/airflow/.local/lib/python3.10/site-packages/airflow/providers/amazon/aws/hooks/base_aws.py", line 40, in 2024-05-09T20:45:48.491919859Z import boto3 2024-05-09T20:45:48.491933260Z File "/home/airflow/.local/lib/python3.10/site-packages/boto3/__init__.py", line 17, in 2024-05-09T20:45:48.491936368Z from boto3.session import Session 2024-05-09T20:45:48.491939152Z File "/home/airflow/.local/lib/python3.10/site-packages/boto3/session.py", line 17, in 2024-05-09T20:45:48.491943102Z import botocore.session 2024-05-09T20:45:48.491946033Z File "/home/airflow/.local/lib/python3.10/site-packages/botocore/session.py", line 26, in 2024-05-09T20:45:48.491965611Z import botocore.client 2024-05-09T20:45:48.491968994Z File "/home/airflow/.local/lib/python3.10/site-packages/botocore/client.py", line 15, in 2024-05-09T20:45:48.491971980Z from botocore import waiter, xform_name 2024-05-09T20:45:48.491975172Z File "/home/airflow/.local/lib/python3.10/site-packages/botocore/waiter.py", line 18, in 2024-05-09T20:45:48.491978650Z from botocore.docs.docstring import WaiterDocstring 2024-05-09T20:45:48.491981766Z File "/home/airflow/.local/lib/python3.10/site-packages/botocore/docs/__init__.py", line 15, in 2024-05-09T20:45:48.491985015Z from botocore.docs.service import ServiceDocumenter 2024-05-09T20:45:48.491988245Z File "/home/airflow/.local/lib/python3.10/site-packages/botocore/docs/service.py", line 14, in 2024-05-09T20:45:48.491991370Z from botocore.docs.client import ClientDocumenter, ClientExceptionsDocumenter 2024-05-09T20:45:48.491994682Z File "/home/airflow/.local/lib/python3.10/site-packages/botocore/docs/client.py", line 17, in 2024-05-09T20:45:48.491998274Z from botocore.docs.example import ResponseExampleDocumenter 2024-05-09T20:45:48.492001795Z File "/home/airflow/.local/lib/python3.10/site-packages/botocore/docs/example.py", line 13, in 2024-05-09T20:45:48.492017140Z from botocore.docs.shape import ShapeDocumenter 2024-05-09T20:45:48.492020478Z File "/home/airflow/.local/lib/python3.10/site-packages/botocore/docs/shape.py", line 19, in 2024-05-09T20:45:48.492023539Z from botocore.utils import is_json_value_header 2024-05-09T20:45:48.492026654Z File "/home/airflow/.local/lib/python3.10/site-packages/botocore/utils.py", line 37, in 2024-05-09T20:45:48.492029621Z import botocore.httpsession 2024-05-09T20:45:48.492032638Z File "/home/airflow/.local/lib/python3.10/site-packages/botocore/httpsession.py", line 22, in 2024-05-09T20:45:48.492035879Z from urllib3.util.ssl_ import ( 2024-05-09T20:45:48.492039796Z ImportError: cannot import name 'DEFAULT_CIPHERS' from 'urllib3.util.ssl_' (/home/airflow/.local/lib/python3.10/site-packages/urllib3/util/ssl_.py) 2024-05-09T20:45:48.531302131Z [2024-05-09T20:45:48.520+0000] {providers_manager.py:243} WARNING - Exception when importing 'airflow.providers.amazon.aws.hooks.emr.EmrHook' from 'apache-airflow-providers-amazon' package 2024-05-09T20:45:48.531319838Z Traceback (most recent call last): 2024-05-09T20:45:48.531323882Z File "/home/airflow/.local/lib/python3.10/site-packages/airflow/providers_manager.py", line 275, in _sanity_check 2024-05-09T20:45:48.531326957Z imported_class = import_string(class_name) 2024-05-09T20:45:48.531330202Z File "/home/airflow/.local/lib/python3.10/site-packages/airflow/utils/module_loading.py", line 33, in import_string 2024-05-09T20:45:48.531333220Z module = import_module(module_path) 2024-05-09T20:45:48.531337278Z File "/usr/local/lib/python3.10/importlib/__init__.py", line 126, in import_module 2024-05-09T20:45:48.531341337Z return _bootstrap._gcd_import(name[level:], package, level) 2024-05-09T20:45:48.531345180Z File "", line 1050, in _gcd_import 2024-05-09T20:45:48.531348205Z File "", line 1027, in _find_and_load 2024-05-09T20:45:48.531351324Z File "", line 1006, in _find_and_load_unlocked 2024-05-09T20:45:48.531359029Z File "", line 688, in _load_unlocked 2024-05-09T20:45:48.531362165Z File "", line 883, in exec_module 2024-05-09T20:45:48.531365398Z File "", line 241, in _call_with_frames_removed 2024-05-09T20:45:48.531368524Z File "/home/airflow/.local/lib/python3.10/site-packages/airflow/providers/amazon/aws/hooks/emr.py", line 29, in 2024-05-09T20:45:48.531371626Z from airflow.providers.amazon.aws.hooks.base_aws import AwsBaseHook 2024-05-09T20:45:48.531375078Z File "/home/airflow/.local/lib/python3.10/site-packages/airflow/providers/amazon/aws/hooks/base_aws.py", line 40, in 2024-05-09T20:45:48.531378199Z import boto3 2024-05-09T20:45:48.531381571Z File "/home/airflow/.local/lib/python3.10/site-packages/boto3/__init__.py", line 17, in 2024-05-09T20:45:48.531384642Z from boto3.session import Session 2024-05-09T20:45:48.531387662Z File "/home/airflow/.local/lib/python3.10/site-packages/boto3/session.py", line 17, in 2024-05-09T20:45:48.531390968Z import botocore.session 2024-05-09T20:45:48.531394038Z File "/home/airflow/.local/lib/python3.10/site-packages/botocore/session.py", line 26, in 2024-05-09T20:45:48.531397064Z import botocore.client 2024-05-09T20:45:48.531400155Z File "/home/airflow/.local/lib/python3.10/site-packages/botocore/client.py", line 15, in 2024-05-09T20:45:48.531403232Z from botocore import waiter, xform_name 2024-05-09T20:45:48.531420864Z File "/home/airflow/.local/lib/python3.10/site-packages/botocore/waiter.py", line 18, in 2024-05-09T20:45:48.531424066Z from botocore.docs.docstring import WaiterDocstring 2024-05-09T20:45:48.531427144Z File "/home/airflow/.local/lib/python3.10/site-packages/botocore/docs/__init__.py", line 15, in 2024-05-09T20:45:48.531430125Z from botocore.docs.service import ServiceDocumenter 2024-05-09T20:45:48.531433087Z File "/home/airflow/.local/lib/python3.10/site-packages/botocore/docs/service.py", line 14, in 2024-05-09T20:45:48.531436208Z from botocore.docs.client import ClientDocumenter, ClientExceptionsDocumenter 2024-05-09T20:45:48.531439453Z File "/home/airflow/.local/lib/python3.10/site-packages/botocore/docs/client.py", line 17, in 2024-05-09T20:45:48.531442391Z from botocore.docs.example import ResponseExampleDocumenter 2024-05-09T20:45:48.531445428Z File "/home/airflow/.local/lib/python3.10/site-packages/botocore/docs/example.py", line 13, in 2024-05-09T20:45:48.531448407Z from botocore.docs.shape import ShapeDocumenter 2024-05-09T20:45:48.531451411Z File "/home/airflow/.local/lib/python3.10/site-packages/botocore/docs/shape.py", line 19, in 2024-05-09T20:45:48.531454408Z from botocore.utils import is_json_value_header 2024-05-09T20:45:48.531457279Z File "/home/airflow/.local/lib/python3.10/site-packages/botocore/utils.py", line 37, in 2024-05-09T20:45:48.531460449Z import botocore.httpsession 2024-05-09T20:45:48.531463356Z File "/home/airflow/.local/lib/python3.10/site-packages/botocore/httpsession.py", line 22, in 2024-05-09T20:45:48.531466219Z from urllib3.util.ssl_ import ( 2024-05-09T20:45:48.531469647Z ImportError: cannot import name 'DEFAULT_CIPHERS' from 'urllib3.util.ssl_' (/home/airflow/.local/lib/python3.10/site-packages/urllib3/util/ssl_.py) 2024-05-09T20:45:48.540876391Z [2024-05-09T20:45:48.535+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-09T20:45:48.540893353Z Traceback (most recent call last): 2024-05-09T20:45:48.540897971Z File "/home/airflow/.local/lib/python3.10/site-packages/airflow/providers_manager.py", line 275, in _sanity_check 2024-05-09T20:45:48.540901362Z imported_class = import_string(class_name) 2024-05-09T20:45:48.540905082Z File "/home/airflow/.local/lib/python3.10/site-packages/airflow/utils/module_loading.py", line 33, in import_string 2024-05-09T20:45:48.540908131Z module = import_module(module_path) 2024-05-09T20:45:48.540946340Z File "/usr/local/lib/python3.10/importlib/__init__.py", line 126, in import_module 2024-05-09T20:45:48.540950978Z return _bootstrap._gcd_import(name[level:], package, level) 2024-05-09T20:45:48.540954368Z File "", line 1050, in _gcd_import 2024-05-09T20:45:48.540957360Z File "", line 1027, in _find_and_load 2024-05-09T20:45:48.540960679Z File "", line 1006, in _find_and_load_unlocked 2024-05-09T20:45:48.540963858Z File "", line 688, in _load_unlocked 2024-05-09T20:45:48.540966818Z File "", line 883, in exec_module 2024-05-09T20:45:48.540969779Z File "", line 241, in _call_with_frames_removed 2024-05-09T20:45:48.540973293Z File "/home/airflow/.local/lib/python3.10/site-packages/airflow/providers/google/common/hooks/base_google.py", line 51, in 2024-05-09T20:45:48.540976411Z from airflow.providers.google.cloud.utils.credentials_provider import ( 2024-05-09T20:45:48.540979339Z File "/home/airflow/.local/lib/python3.10/site-packages/airflow/providers/google/cloud/utils/credentials_provider.py", line 38, in 2024-05-09T20:45:48.540991181Z from airflow.providers.google.cloud._internal_client.secret_manager_client import _SecretManagerClient 2024-05-09T20:45:48.540998202Z File "/home/airflow/.local/lib/python3.10/site-packages/airflow/providers/google/cloud/_internal_client/secret_manager_client.py", line 23, in 2024-05-09T20:45:48.541001497Z from google.cloud.secretmanager_v1 import SecretManagerServiceClient 2024-05-09T20:45:48.541004947Z File "/home/airflow/.local/lib/python3.10/site-packages/google/cloud/secretmanager_v1/__init__.py", line 22, in 2024-05-09T20:45:48.541019319Z from google.cloud.secretmanager_v1 import types 2024-05-09T20:45:48.541022318Z File "/home/airflow/.local/lib/python3.10/site-packages/google/cloud/secretmanager_v1/types.py", line 23, in 2024-05-09T20:45:48.541025339Z from google.cloud.secretmanager_v1.proto import resources_pb2 2024-05-09T20:45:48.541028506Z File "/home/airflow/.local/lib/python3.10/site-packages/google/cloud/secretmanager_v1/proto/resources_pb2.py", line 57, in 2024-05-09T20:45:48.541031400Z _descriptor.EnumValueDescriptor( 2024-05-09T20:45:48.541034430Z File "/home/airflow/.local/lib/python3.10/site-packages/google/protobuf/descriptor.py", line 796, in __new__ 2024-05-09T20:45:48.541037368Z _message.Message._CheckCalledFromGeneratedFile() 2024-05-09T20:45:48.541040138Z TypeError: Descriptors cannot not be created directly. 2024-05-09T20:45:48.541043046Z 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-09T20:45:48.541046168Z If you cannot immediately regenerate your protos, some other possible workarounds are: 2024-05-09T20:45:48.541049076Z 1. Downgrade the protobuf package to 3.20.x or lower. 2024-05-09T20:45:48.541052343Z 2. Set PROTOCOL_BUFFERS_PYTHON_IMPLEMENTATION=python (but this will use pure-Python parsing and will be much slower). 2024-05-09T20:45:48.541054893Z 2024-05-09T20:45:48.541057809Z More information: https://developers.google.com/protocol-buffers/docs/news/2022-05-06#python-updates 2024-05-09T20:45:48.550124554Z [2024-05-09T20:45:48.549+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-09T20:45:48.550142647Z Traceback (most recent call last): 2024-05-09T20:45:48.550146368Z File "/home/airflow/.local/lib/python3.10/site-packages/airflow/providers_manager.py", line 275, in _sanity_check 2024-05-09T20:45:48.550149345Z imported_class = import_string(class_name) 2024-05-09T20:45:48.550152125Z File "/home/airflow/.local/lib/python3.10/site-packages/airflow/utils/module_loading.py", line 33, in import_string 2024-05-09T20:45:48.550155154Z module = import_module(module_path) 2024-05-09T20:45:48.550166734Z File "/usr/local/lib/python3.10/importlib/__init__.py", line 126, in import_module 2024-05-09T20:45:48.550170438Z return _bootstrap._gcd_import(name[level:], package, level) 2024-05-09T20:45:48.550173734Z File "", line 1050, in _gcd_import 2024-05-09T20:45:48.550176697Z File "", line 1027, in _find_and_load 2024-05-09T20:45:48.550179552Z File "", line 1006, in _find_and_load_unlocked 2024-05-09T20:45:48.550182322Z File "", line 688, in _load_unlocked 2024-05-09T20:45:48.550185086Z File "", line 883, in exec_module 2024-05-09T20:45:48.550187981Z File "", line 241, in _call_with_frames_removed 2024-05-09T20:45:48.550202173Z File "/home/airflow/.local/lib/python3.10/site-packages/airflow/providers/google/cloud/hooks/cloud_sql.py", line 52, in 2024-05-09T20:45:48.550205046Z from airflow.providers.google.common.hooks.base_google import GoogleBaseHook, get_field 2024-05-09T20:45:48.550207967Z File "/home/airflow/.local/lib/python3.10/site-packages/airflow/providers/google/common/hooks/base_google.py", line 51, in 2024-05-09T20:45:48.550210988Z from airflow.providers.google.cloud.utils.credentials_provider import ( 2024-05-09T20:45:48.550214181Z File "/home/airflow/.local/lib/python3.10/site-packages/airflow/providers/google/cloud/utils/credentials_provider.py", line 38, in 2024-05-09T20:45:48.550234277Z from airflow.providers.google.cloud._internal_client.secret_manager_client import _SecretManagerClient 2024-05-09T20:45:48.550238111Z File "/home/airflow/.local/lib/python3.10/site-packages/airflow/providers/google/cloud/_internal_client/secret_manager_client.py", line 23, in 2024-05-09T20:45:48.550241241Z from google.cloud.secretmanager_v1 import SecretManagerServiceClient 2024-05-09T20:45:48.550244200Z File "/home/airflow/.local/lib/python3.10/site-packages/google/cloud/secretmanager_v1/__init__.py", line 22, in 2024-05-09T20:45:48.550247519Z from google.cloud.secretmanager_v1 import types 2024-05-09T20:45:48.550250582Z File "/home/airflow/.local/lib/python3.10/site-packages/google/cloud/secretmanager_v1/types.py", line 23, in 2024-05-09T20:45:48.550253563Z from google.cloud.secretmanager_v1.proto import resources_pb2 2024-05-09T20:45:48.550256724Z File "/home/airflow/.local/lib/python3.10/site-packages/google/cloud/secretmanager_v1/proto/resources_pb2.py", line 57, in 2024-05-09T20:45:48.550260071Z _descriptor.EnumValueDescriptor( 2024-05-09T20:45:48.550263490Z File "/home/airflow/.local/lib/python3.10/site-packages/google/protobuf/descriptor.py", line 796, in __new__ 2024-05-09T20:45:48.550266450Z _message.Message._CheckCalledFromGeneratedFile() 2024-05-09T20:45:48.550269572Z TypeError: Descriptors cannot not be created directly. 2024-05-09T20:45:48.550273169Z 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-09T20:45:48.550276232Z If you cannot immediately regenerate your protos, some other possible workarounds are: 2024-05-09T20:45:48.550279179Z 1. Downgrade the protobuf package to 3.20.x or lower. 2024-05-09T20:45:48.550282583Z 2. Set PROTOCOL_BUFFERS_PYTHON_IMPLEMENTATION=python (but this will use pure-Python parsing and will be much slower). 2024-05-09T20:45:48.550285432Z 2024-05-09T20:45:48.550288773Z More information: https://developers.google.com/protocol-buffers/docs/news/2022-05-06#python-updates 2024-05-09T20:45:48.553530953Z [2024-05-09T20:45:48.552+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-09T20:45:48.553546559Z Traceback (most recent call last): 2024-05-09T20:45:48.553550393Z File "/home/airflow/.local/lib/python3.10/site-packages/airflow/providers_manager.py", line 275, in _sanity_check 2024-05-09T20:45:48.553553150Z imported_class = import_string(class_name) 2024-05-09T20:45:48.553556736Z File "/home/airflow/.local/lib/python3.10/site-packages/airflow/utils/module_loading.py", line 33, in import_string 2024-05-09T20:45:48.553567818Z module = import_module(module_path) 2024-05-09T20:45:48.553572083Z File "/usr/local/lib/python3.10/importlib/__init__.py", line 126, in import_module 2024-05-09T20:45:48.553575388Z return _bootstrap._gcd_import(name[level:], package, level) 2024-05-09T20:45:48.553590086Z File "", line 1050, in _gcd_import 2024-05-09T20:45:48.553593114Z File "", line 1027, in _find_and_load 2024-05-09T20:45:48.553595893Z File "", line 1006, in _find_and_load_unlocked 2024-05-09T20:45:48.553598665Z File "", line 688, in _load_unlocked 2024-05-09T20:45:48.553601446Z File "", line 883, in exec_module 2024-05-09T20:45:48.553604380Z File "", line 241, in _call_with_frames_removed 2024-05-09T20:45:48.553608013Z File "/home/airflow/.local/lib/python3.10/site-packages/airflow/providers/google/cloud/hooks/cloud_sql.py", line 52, in 2024-05-09T20:45:48.553611145Z from airflow.providers.google.common.hooks.base_google import GoogleBaseHook, get_field 2024-05-09T20:45:48.553614074Z File "/home/airflow/.local/lib/python3.10/site-packages/airflow/providers/google/common/hooks/base_google.py", line 51, in 2024-05-09T20:45:48.553617001Z from airflow.providers.google.cloud.utils.credentials_provider import ( 2024-05-09T20:45:48.553620091Z File "/home/airflow/.local/lib/python3.10/site-packages/airflow/providers/google/cloud/utils/credentials_provider.py", line 38, in 2024-05-09T20:45:48.553623715Z from airflow.providers.google.cloud._internal_client.secret_manager_client import _SecretManagerClient 2024-05-09T20:45:48.553627236Z File "/home/airflow/.local/lib/python3.10/site-packages/airflow/providers/google/cloud/_internal_client/secret_manager_client.py", line 23, in 2024-05-09T20:45:48.553630482Z from google.cloud.secretmanager_v1 import SecretManagerServiceClient 2024-05-09T20:45:48.553633316Z File "/home/airflow/.local/lib/python3.10/site-packages/google/cloud/secretmanager_v1/__init__.py", line 22, in 2024-05-09T20:45:48.553636128Z from google.cloud.secretmanager_v1 import types 2024-05-09T20:45:48.553639290Z File "/home/airflow/.local/lib/python3.10/site-packages/google/cloud/secretmanager_v1/types.py", line 23, in 2024-05-09T20:45:48.553645923Z from google.cloud.secretmanager_v1.proto import resources_pb2 2024-05-09T20:45:48.553649033Z File "/home/airflow/.local/lib/python3.10/site-packages/google/cloud/secretmanager_v1/proto/resources_pb2.py", line 57, in 2024-05-09T20:45:48.553668581Z _descriptor.EnumValueDescriptor( 2024-05-09T20:45:48.553673962Z File "/home/airflow/.local/lib/python3.10/site-packages/google/protobuf/descriptor.py", line 796, in __new__ 2024-05-09T20:45:48.553677047Z _message.Message._CheckCalledFromGeneratedFile() 2024-05-09T20:45:48.553680190Z TypeError: Descriptors cannot not be created directly. 2024-05-09T20:45:48.553683403Z 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-09T20:45:48.553686588Z If you cannot immediately regenerate your protos, some other possible workarounds are: 2024-05-09T20:45:48.553689553Z 1. Downgrade the protobuf package to 3.20.x or lower. 2024-05-09T20:45:48.553692534Z 2. Set PROTOCOL_BUFFERS_PYTHON_IMPLEMENTATION=python (but this will use pure-Python parsing and will be much slower). 2024-05-09T20:45:48.553695276Z 2024-05-09T20:45:48.553698311Z More information: https://developers.google.com/protocol-buffers/docs/news/2022-05-06#python-updates 2024-05-09T20:45:48.566756490Z [2024-05-09T20:45:48.564+0000] {providers_manager.py:243} WARNING - Exception when importing 'airflow.providers.google.cloud.hooks.bigquery.BigQueryHook' from 'apache-airflow-providers-google' package 2024-05-09T20:45:48.566787356Z Traceback (most recent call last): 2024-05-09T20:45:48.566805951Z File "/home/airflow/.local/lib/python3.10/site-packages/airflow/providers_manager.py", line 275, in _sanity_check 2024-05-09T20:45:48.566809284Z imported_class = import_string(class_name) 2024-05-09T20:45:48.566812322Z File "/home/airflow/.local/lib/python3.10/site-packages/airflow/utils/module_loading.py", line 33, in import_string 2024-05-09T20:45:48.566815391Z module = import_module(module_path) 2024-05-09T20:45:48.566819128Z File "/usr/local/lib/python3.10/importlib/__init__.py", line 126, in import_module 2024-05-09T20:45:48.566822918Z return _bootstrap._gcd_import(name[level:], package, level) 2024-05-09T20:45:48.566826696Z File "", line 1050, in _gcd_import 2024-05-09T20:45:48.566829632Z File "", line 1027, in _find_and_load 2024-05-09T20:45:48.566832607Z File "", line 1006, in _find_and_load_unlocked 2024-05-09T20:45:48.566835701Z File "", line 688, in _load_unlocked 2024-05-09T20:45:48.566838971Z File "", line 883, in exec_module 2024-05-09T20:45:48.566842013Z File "", line 241, in _call_with_frames_removed 2024-05-09T20:45:48.566845928Z File "/home/airflow/.local/lib/python3.10/site-packages/airflow/providers/google/cloud/hooks/bigquery.py", line 62, in 2024-05-09T20:45:48.566849704Z from airflow.providers.google.common.hooks.base_google import GoogleBaseAsyncHook, GoogleBaseHook, get_field 2024-05-09T20:45:48.566852695Z File "/home/airflow/.local/lib/python3.10/site-packages/airflow/providers/google/common/hooks/base_google.py", line 51, in 2024-05-09T20:45:48.566855659Z from airflow.providers.google.cloud.utils.credentials_provider import ( 2024-05-09T20:45:48.566858664Z File "/home/airflow/.local/lib/python3.10/site-packages/airflow/providers/google/cloud/utils/credentials_provider.py", line 38, in 2024-05-09T20:45:48.566861782Z from airflow.providers.google.cloud._internal_client.secret_manager_client import _SecretManagerClient 2024-05-09T20:45:48.566865416Z File "/home/airflow/.local/lib/python3.10/site-packages/airflow/providers/google/cloud/_internal_client/secret_manager_client.py", line 23, in 2024-05-09T20:45:48.566868427Z from google.cloud.secretmanager_v1 import SecretManagerServiceClient 2024-05-09T20:45:48.566871750Z File "/home/airflow/.local/lib/python3.10/site-packages/google/cloud/secretmanager_v1/__init__.py", line 22, in 2024-05-09T20:45:48.566875142Z from google.cloud.secretmanager_v1 import types 2024-05-09T20:45:48.566878056Z File "/home/airflow/.local/lib/python3.10/site-packages/google/cloud/secretmanager_v1/types.py", line 23, in 2024-05-09T20:45:48.566881152Z from google.cloud.secretmanager_v1.proto import resources_pb2 2024-05-09T20:45:48.566884351Z File "/home/airflow/.local/lib/python3.10/site-packages/google/cloud/secretmanager_v1/proto/resources_pb2.py", line 57, in 2024-05-09T20:45:48.566887734Z _descriptor.EnumValueDescriptor( 2024-05-09T20:45:48.566890705Z File "/home/airflow/.local/lib/python3.10/site-packages/google/protobuf/descriptor.py", line 796, in __new__ 2024-05-09T20:45:48.566893666Z _message.Message._CheckCalledFromGeneratedFile() 2024-05-09T20:45:48.566896648Z TypeError: Descriptors cannot not be created directly. 2024-05-09T20:45:48.566899757Z 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-09T20:45:48.566903182Z If you cannot immediately regenerate your protos, some other possible workarounds are: 2024-05-09T20:45:48.566906689Z 1. Downgrade the protobuf package to 3.20.x or lower. 2024-05-09T20:45:48.566932475Z 2. Set PROTOCOL_BUFFERS_PYTHON_IMPLEMENTATION=python (but this will use pure-Python parsing and will be much slower). 2024-05-09T20:45:48.566935779Z 2024-05-09T20:45:48.566939417Z More information: https://developers.google.com/protocol-buffers/docs/news/2022-05-06#python-updates 2024-05-09T20:45:48.570813565Z [2024-05-09T20:45:48.569+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-09T20:45:48.570841220Z Traceback (most recent call last): 2024-05-09T20:45:48.570845989Z File "/home/airflow/.local/lib/python3.10/site-packages/airflow/providers_manager.py", line 275, in _sanity_check 2024-05-09T20:45:48.570849332Z imported_class = import_string(class_name) 2024-05-09T20:45:48.570852705Z File "/home/airflow/.local/lib/python3.10/site-packages/airflow/utils/module_loading.py", line 33, in import_string 2024-05-09T20:45:48.570856141Z module = import_module(module_path) 2024-05-09T20:45:48.570859985Z File "/usr/local/lib/python3.10/importlib/__init__.py", line 126, in import_module 2024-05-09T20:45:48.570863985Z return _bootstrap._gcd_import(name[level:], package, level) 2024-05-09T20:45:48.570867572Z File "", line 1050, in _gcd_import 2024-05-09T20:45:48.570870591Z File "", line 1027, in _find_and_load 2024-05-09T20:45:48.570874003Z File "", line 1006, in _find_and_load_unlocked 2024-05-09T20:45:48.570876970Z File "", line 688, in _load_unlocked 2024-05-09T20:45:48.570880092Z File "", line 883, in exec_module 2024-05-09T20:45:48.570883132Z File "", line 241, in _call_with_frames_removed 2024-05-09T20:45:48.570887090Z File "/home/airflow/.local/lib/python3.10/site-packages/airflow/providers/google/cloud/hooks/compute_ssh.py", line 29, in 2024-05-09T20:45:48.570890349Z from airflow.providers.google.cloud.hooks.compute import ComputeEngineHook 2024-05-09T20:45:48.570893415Z File "/home/airflow/.local/lib/python3.10/site-packages/airflow/providers/google/cloud/hooks/compute.py", line 33, in 2024-05-09T20:45:48.570897010Z from airflow.providers.google.common.hooks.base_google import PROVIDE_PROJECT_ID, GoogleBaseHook 2024-05-09T20:45:48.570900654Z File "/home/airflow/.local/lib/python3.10/site-packages/airflow/providers/google/common/hooks/base_google.py", line 51, in 2024-05-09T20:45:48.570903840Z from airflow.providers.google.cloud.utils.credentials_provider import ( 2024-05-09T20:45:48.570906864Z File "/home/airflow/.local/lib/python3.10/site-packages/airflow/providers/google/cloud/utils/credentials_provider.py", line 38, in 2024-05-09T20:45:48.570910322Z from airflow.providers.google.cloud._internal_client.secret_manager_client import _SecretManagerClient 2024-05-09T20:45:48.570914057Z File "/home/airflow/.local/lib/python3.10/site-packages/airflow/providers/google/cloud/_internal_client/secret_manager_client.py", line 23, in 2024-05-09T20:45:48.570917315Z from google.cloud.secretmanager_v1 import SecretManagerServiceClient 2024-05-09T20:45:48.570920419Z File "/home/airflow/.local/lib/python3.10/site-packages/google/cloud/secretmanager_v1/__init__.py", line 22, in 2024-05-09T20:45:48.570923519Z from google.cloud.secretmanager_v1 import types 2024-05-09T20:45:48.570927087Z File "/home/airflow/.local/lib/python3.10/site-packages/google/cloud/secretmanager_v1/types.py", line 23, in 2024-05-09T20:45:48.570930345Z from google.cloud.secretmanager_v1.proto import resources_pb2 2024-05-09T20:45:48.570944479Z File "/home/airflow/.local/lib/python3.10/site-packages/google/cloud/secretmanager_v1/proto/resources_pb2.py", line 57, in 2024-05-09T20:45:48.570947623Z _descriptor.EnumValueDescriptor( 2024-05-09T20:45:48.570951050Z File "/home/airflow/.local/lib/python3.10/site-packages/google/protobuf/descriptor.py", line 796, in __new__ 2024-05-09T20:45:48.570954467Z _message.Message._CheckCalledFromGeneratedFile() 2024-05-09T20:45:48.570957502Z TypeError: Descriptors cannot not be created directly. 2024-05-09T20:45:48.570960509Z 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-09T20:45:48.570963586Z If you cannot immediately regenerate your protos, some other possible workarounds are: 2024-05-09T20:45:48.570966614Z 1. Downgrade the protobuf package to 3.20.x or lower. 2024-05-09T20:45:48.570969903Z 2. Set PROTOCOL_BUFFERS_PYTHON_IMPLEMENTATION=python (but this will use pure-Python parsing and will be much slower). 2024-05-09T20:45:48.570972651Z 2024-05-09T20:45:48.570975883Z More information: https://developers.google.com/protocol-buffers/docs/news/2022-05-06#python-updates 2024-05-09T20:45:48.572372458Z [2024-05-09T20:45:48.571+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-09T20:45:48.574109461Z [2024-05-09T20:45:48.573+0000] {providers_manager.py:243} WARNING - Exception when importing 'airflow.providers.http.hooks.http.HttpHook' from 'apache-airflow-providers-http' package 2024-05-09T20:45:48.574122145Z Traceback (most recent call last): 2024-05-09T20:45:48.574126174Z File "/home/airflow/.local/lib/python3.10/site-packages/requests_toolbelt/_compat.py", line 48, in 2024-05-09T20:45:48.574129547Z from requests.packages.urllib3.contrib import appengine as gaecontrib 2024-05-09T20:45:48.574133650Z ImportError: cannot import name 'appengine' from 'requests.packages.urllib3.contrib' (/home/airflow/.local/lib/python3.10/site-packages/urllib3/contrib/__init__.py) 2024-05-09T20:45:48.574136314Z 2024-05-09T20:45:48.574139304Z During handling of the above exception, another exception occurred: 2024-05-09T20:45:48.574142225Z 2024-05-09T20:45:48.574144962Z Traceback (most recent call last): 2024-05-09T20:45:48.574155780Z File "/home/airflow/.local/lib/python3.10/site-packages/airflow/providers_manager.py", line 275, in _sanity_check 2024-05-09T20:45:48.574158635Z imported_class = import_string(class_name) 2024-05-09T20:45:48.574161440Z File "/home/airflow/.local/lib/python3.10/site-packages/airflow/utils/module_loading.py", line 33, in import_string 2024-05-09T20:45:48.574164271Z module = import_module(module_path) 2024-05-09T20:45:48.574167772Z File "/usr/local/lib/python3.10/importlib/__init__.py", line 126, in import_module 2024-05-09T20:45:48.574170889Z return _bootstrap._gcd_import(name[level:], package, level) 2024-05-09T20:45:48.574173808Z File "", line 1050, in _gcd_import 2024-05-09T20:45:48.574177112Z File "", line 1027, in _find_and_load 2024-05-09T20:45:48.574180689Z File "", line 1006, in _find_and_load_unlocked 2024-05-09T20:45:48.574183982Z File "", line 688, in _load_unlocked 2024-05-09T20:45:48.574186802Z File "", line 883, in exec_module 2024-05-09T20:45:48.574189954Z File "", line 241, in _call_with_frames_removed 2024-05-09T20:45:48.574192924Z File "/home/airflow/.local/lib/python3.10/site-packages/airflow/providers/http/hooks/http.py", line 29, in 2024-05-09T20:45:48.574212780Z from requests_toolbelt.adapters.socket_options import TCPKeepAliveAdapter 2024-05-09T20:45:48.574215747Z File "/home/airflow/.local/lib/python3.10/site-packages/requests_toolbelt/__init__.py", line 12, in 2024-05-09T20:45:48.574219020Z from .adapters import SSLAdapter, SourceAddressAdapter 2024-05-09T20:45:48.574221977Z File "/home/airflow/.local/lib/python3.10/site-packages/requests_toolbelt/adapters/__init__.py", line 12, in 2024-05-09T20:45:48.574225850Z from .ssl import SSLAdapter 2024-05-09T20:45:48.574235963Z File "/home/airflow/.local/lib/python3.10/site-packages/requests_toolbelt/adapters/ssl.py", line 16, in 2024-05-09T20:45:48.574239405Z from .._compat import poolmanager 2024-05-09T20:45:48.574242402Z File "/home/airflow/.local/lib/python3.10/site-packages/requests_toolbelt/_compat.py", line 50, in 2024-05-09T20:45:48.574245236Z from urllib3.contrib import appengine as gaecontrib 2024-05-09T20:45:48.574248517Z ImportError: cannot import name 'appengine' from 'urllib3.contrib' (/home/airflow/.local/lib/python3.10/site-packages/urllib3/contrib/__init__.py) 2024-05-09T20:45:48.590186248Z [2024-05-09 20:45:48 +0000] [17] [INFO] Listening at: http://0.0.0.0:8080 (17) 2024-05-09T20:45:48.590194870Z [2024-05-09 20:45:48 +0000] [17] [INFO] Using worker: sync 2024-05-09T20:45:48.618082090Z [2024-05-09 20:45:48 +0000] [24] [INFO] Booting worker with pid: 24 2024-05-09T20:45:48.665241432Z [2024-05-09 20:45:48 +0000] [25] [INFO] Booting worker with pid: 25 2024-05-09T20:45:48.775166374Z [2024-05-09 20:45:48 +0000] [26] [INFO] Booting worker with pid: 26 2024-05-09T20:45:48.900238709Z [2024-05-09 20:45:48 +0000] [27] [INFO] Booting worker with pid: 27 2024-05-09T20:45:51.088755587Z 10.244.0.1 - - [09/May/2024:20:45:50 +0000] "GET /health HTTP/1.1" 200 141 "-" "kube-probe/1.29" 2024-05-09T20:45:51.271029282Z 10.244.0.1 - - [09/May/2024:20:45:51 +0000] "GET /health HTTP/1.1" 200 141 "-" "kube-probe/1.29" 2024-05-09T20:45:55.836202169Z 10.244.0.1 - - [09/May/2024:20:45:55 +0000] "GET /health HTTP/1.1" 200 141 "-" "kube-probe/1.29" 2024-05-09T20:45:55.952185407Z 10.244.0.1 - - [09/May/2024:20:45:55 +0000] "GET /health HTTP/1.1" 200 141 "-" "kube-probe/1.29" 2024-05-09T20:46:00.832264186Z 10.244.0.1 - - [09/May/2024:20:46:00 +0000] "GET /health HTTP/1.1" 200 141 "-" "kube-probe/1.29" 2024-05-09T20:46:01.199974825Z 10.244.0.1 - - [09/May/2024:20:46:01 +0000] "GET /health HTTP/1.1" 200 141 "-" "kube-probe/1.29" 2024-05-09T20:46:05.906656014Z 10.244.0.1 - - [09/May/2024:20:46:05 +0000] "GET /health HTTP/1.1" 200 141 "-" "kube-probe/1.29" 2024-05-09T20:46:05.996077410Z 10.244.0.1 - - [09/May/2024:20:46:05 +0000] "GET /health HTTP/1.1" 200 141 "-" "kube-probe/1.29" 2024-05-09T20:46:10.842789272Z 10.244.0.1 - - [09/May/2024:20:46:10 +0000] "GET /health HTTP/1.1" 200 141 "-" "kube-probe/1.29" 2024-05-09T20:46:10.855849604Z 10.244.0.1 - - [09/May/2024:20:46:10 +0000] "GET /health HTTP/1.1" 200 141 "-" "kube-probe/1.29" 2024-05-09T20:46:15.830301210Z 10.244.0.1 - - [09/May/2024:20:46:15 +0000] "GET /health HTTP/1.1" 200 141 "-" "kube-probe/1.29" 2024-05-09T20:46:15.843525616Z 10.244.0.1 - - [09/May/2024:20:46:15 +0000] "GET /health HTTP/1.1" 200 141 "-" "kube-probe/1.29" 2024-05-09T20:46:20.822264985Z 10.244.0.1 - - [09/May/2024:20:46:20 +0000] "GET /health HTTP/1.1" 200 141 "-" "kube-probe/1.29" 2024-05-09T20:46:20.824190912Z 10.244.0.1 - - [09/May/2024:20:46:20 +0000] "GET /health HTTP/1.1" 200 141 "-" "kube-probe/1.29" 2024-05-09T20:46:25.869192775Z 10.244.0.1 - - [09/May/2024:20:46:25 +0000] "GET /health HTTP/1.1" 200 141 "-" "kube-probe/1.29" 2024-05-09T20:46:25.870829651Z 10.244.0.1 - - [09/May/2024:20:46:25 +0000] "GET /health HTTP/1.1" 200 141 "-" "kube-probe/1.29" 2024-05-09T20:46:30.842166866Z 10.244.0.1 - - [09/May/2024:20:46:30 +0000] "GET /health HTTP/1.1" 200 141 "-" "kube-probe/1.29" 2024-05-09T20:46:30.864088432Z 10.244.0.1 - - [09/May/2024:20:46:30 +0000] "GET /health HTTP/1.1" 200 141 "-" "kube-probe/1.29" 2024-05-09T20:46:35.817764974Z 10.244.0.1 - - [09/May/2024:20:46:35 +0000] "GET /health HTTP/1.1" 200 141 "-" "kube-probe/1.29" 2024-05-09T20:46:35.821728048Z 10.244.0.1 - - [09/May/2024:20:46:35 +0000] "GET /health HTTP/1.1" 200 141 "-" "kube-probe/1.29" 2024-05-09T20:46:40.830109913Z 10.244.0.1 - - [09/May/2024:20:46:40 +0000] "GET /health HTTP/1.1" 200 141 "-" "kube-probe/1.29" 2024-05-09T20:46:40.830225132Z 10.244.0.1 - - [09/May/2024:20:46:40 +0000] "GET /health HTTP/1.1" 200 141 "-" "kube-probe/1.29" 2024-05-09T20:46:45.821021986Z 10.244.0.1 - - [09/May/2024:20:46:45 +0000] "GET /health HTTP/1.1" 200 141 "-" "kube-probe/1.29" 2024-05-09T20:46:45.823300019Z 10.244.0.1 - - [09/May/2024:20:46:45 +0000] "GET /health HTTP/1.1" 200 141 "-" "kube-probe/1.29" 2024-05-09T20:46:50.837888763Z 10.244.0.1 - - [09/May/2024:20:46:50 +0000] "GET /health HTTP/1.1" 200 141 "-" "kube-probe/1.29" 2024-05-09T20:46:50.837905466Z 10.244.0.1 - - [09/May/2024:20:46:50 +0000] "GET /health HTTP/1.1" 200 141 "-" "kube-probe/1.29" 2024-05-09T20:46:55.819250416Z 10.244.0.1 - - [09/May/2024:20:46:55 +0000] "GET /health HTTP/1.1" 200 141 "-" "kube-probe/1.29" 2024-05-09T20:46:55.821449066Z 10.244.0.1 - - [09/May/2024:20:46:55 +0000] "GET /health HTTP/1.1" 200 141 "-" "kube-probe/1.29" 2024-05-09T20:47:00.828233156Z 10.244.0.1 - - [09/May/2024:20:47:00 +0000] "GET /health HTTP/1.1" 200 141 "-" "kube-probe/1.29" 2024-05-09T20:47:00.864850811Z 10.244.0.1 - - [09/May/2024:20:47:00 +0000] "GET /health HTTP/1.1" 200 141 "-" "kube-probe/1.29" 2024-05-09T20:47:05.819471760Z 10.244.0.1 - - [09/May/2024:20:47:05 +0000] "GET /health HTTP/1.1" 200 141 "-" "kube-probe/1.29" 2024-05-09T20:47:05.827622445Z 10.244.0.1 - - [09/May/2024:20:47:05 +0000] "GET /health HTTP/1.1" 200 141 "-" "kube-probe/1.29" 2024-05-09T20:47:10.815878444Z 10.244.0.1 - - [09/May/2024:20:47:10 +0000] "GET /health HTTP/1.1" 200 141 "-" "kube-probe/1.29" 2024-05-09T20:47:10.819491417Z 10.244.0.1 - - [09/May/2024:20:47:10 +0000] "GET /health HTTP/1.1" 200 141 "-" "kube-probe/1.29" 2024-05-09T20:47:15.828491946Z 10.244.0.1 - - [09/May/2024:20:47:15 +0000] "GET /health HTTP/1.1" 200 141 "-" "kube-probe/1.29" 2024-05-09T20:47:15.834044979Z 10.244.0.1 - - [09/May/2024:20:47:15 +0000] "GET /health HTTP/1.1" 200 141 "-" "kube-probe/1.29" 2024-05-09T20:47:20.817791739Z 10.244.0.1 - - [09/May/2024:20:47:20 +0000] "GET /health HTTP/1.1" 200 141 "-" "kube-probe/1.29" 2024-05-09T20:47:20.821650785Z 10.244.0.1 - - [09/May/2024:20:47:20 +0000] "GET /health HTTP/1.1" 200 141 "-" "kube-probe/1.29" 2024-05-09T20:47:25.822323100Z 10.244.0.1 - - [09/May/2024:20:47:25 +0000] "GET /health HTTP/1.1" 200 141 "-" "kube-probe/1.29" 2024-05-09T20:47:25.834095660Z 10.244.0.1 - - [09/May/2024:20:47:25 +0000] "GET /health HTTP/1.1" 200 141 "-" "kube-probe/1.29" 2024-05-09T20:47:30.816372752Z 10.244.0.1 - - [09/May/2024:20:47:30 +0000] "GET /health HTTP/1.1" 200 141 "-" "kube-probe/1.29" 2024-05-09T20:47:30.817383017Z 10.244.0.1 - - [09/May/2024:20:47:30 +0000] "GET /health HTTP/1.1" 200 141 "-" "kube-probe/1.29" 2024-05-09T20:47:35.817773909Z 10.244.0.1 - - [09/May/2024:20:47:35 +0000] "GET /health HTTP/1.1" 200 141 "-" "kube-probe/1.29" 2024-05-09T20:47:35.817942447Z 10.244.0.1 - - [09/May/2024:20:47:35 +0000] "GET /health HTTP/1.1" 200 141 "-" "kube-probe/1.29" 2024-05-09T20:47:40.817176655Z 10.244.0.1 - - [09/May/2024:20:47:40 +0000] "GET /health HTTP/1.1" 200 141 "-" "kube-probe/1.29" 2024-05-09T20:47:40.820816373Z 10.244.0.1 - - [09/May/2024:20:47:40 +0000] "GET /health HTTP/1.1" 200 141 "-" "kube-probe/1.29" 2024-05-09T20:47:45.830773954Z 10.244.0.1 - - [09/May/2024:20:47:45 +0000] "GET /health HTTP/1.1" 200 141 "-" "kube-probe/1.29" 2024-05-09T20:47:45.832053590Z 10.244.0.1 - - [09/May/2024:20:47:45 +0000] "GET /health HTTP/1.1" 200 141 "-" "kube-probe/1.29" 2024-05-09T20:47:50.816559569Z 10.244.0.1 - - [09/May/2024:20:47:50 +0000] "GET /health HTTP/1.1" 200 141 "-" "kube-probe/1.29" 2024-05-09T20:47:50.817103806Z 10.244.0.1 - - [09/May/2024:20:47:50 +0000] "GET /health HTTP/1.1" 200 141 "-" "kube-probe/1.29" 2024-05-09T20:47:55.829251346Z 10.244.0.1 - - [09/May/2024:20:47:55 +0000] "GET /health HTTP/1.1" 200 141 "-" "kube-probe/1.29" 2024-05-09T20:47:55.831368180Z 10.244.0.1 - - [09/May/2024:20:47:55 +0000] "GET /health HTTP/1.1" 200 141 "-" "kube-probe/1.29" 2024-05-09T20:48:00.821738619Z 10.244.0.1 - - [09/May/2024:20:48:00 +0000] "GET /health HTTP/1.1" 200 141 "-" "kube-probe/1.29" 2024-05-09T20:48:00.826822566Z 10.244.0.1 - - [09/May/2024:20:48:00 +0000] "GET /health HTTP/1.1" 200 141 "-" "kube-probe/1.29" 2024-05-09T20:48:05.819647977Z 10.244.0.1 - - [09/May/2024:20:48:05 +0000] "GET /health HTTP/1.1" 200 141 "-" "kube-probe/1.29" 2024-05-09T20:48:05.827596908Z 10.244.0.1 - - [09/May/2024:20:48:05 +0000] "GET /health HTTP/1.1" 200 141 "-" "kube-probe/1.29" 2024-05-09T20:48:10.819911873Z 10.244.0.1 - - [09/May/2024:20:48:10 +0000] "GET /health HTTP/1.1" 200 141 "-" "kube-probe/1.29" 2024-05-09T20:48:10.820221905Z 10.244.0.1 - - [09/May/2024:20:48:10 +0000] "GET /health HTTP/1.1" 200 141 "-" "kube-probe/1.29" 2024-05-09T20:48:15.817856216Z 10.244.0.1 - - [09/May/2024:20:48:15 +0000] "GET /health HTTP/1.1" 200 141 "-" "kube-probe/1.29" 2024-05-09T20:48:15.820288086Z 10.244.0.1 - - [09/May/2024:20:48:15 +0000] "GET /health HTTP/1.1" 200 141 "-" "kube-probe/1.29" 2024-05-09T20:48:20.820730999Z 10.244.0.1 - - [09/May/2024:20:48:20 +0000] "GET /health HTTP/1.1" 200 141 "-" "kube-probe/1.29" 2024-05-09T20:48:20.821397072Z 10.244.0.1 - - [09/May/2024:20:48:20 +0000] "GET /health HTTP/1.1" 200 141 "-" "kube-probe/1.29" 2024-05-09T20:48:25.815107233Z 10.244.0.1 - - [09/May/2024:20:48:25 +0000] "GET /health HTTP/1.1" 200 141 "-" "kube-probe/1.29" 2024-05-09T20:48:25.818553182Z 10.244.0.1 - - [09/May/2024:20:48:25 +0000] "GET /health HTTP/1.1" 200 141 "-" "kube-probe/1.29" 2024-05-09T20:48:30.818125784Z 10.244.0.1 - - [09/May/2024:20:48:30 +0000] "GET /health HTTP/1.1" 200 141 "-" "kube-probe/1.29" 2024-05-09T20:48:30.818724850Z 10.244.0.1 - - [09/May/2024:20:48:30 +0000] "GET /health HTTP/1.1" 200 141 "-" "kube-probe/1.29" 2024-05-09T20:48:35.819643193Z 10.244.0.1 - - [09/May/2024:20:48:35 +0000] "GET /health HTTP/1.1" 200 141 "-" "kube-probe/1.29" 2024-05-09T20:48:35.822109656Z 10.244.0.1 - - [09/May/2024:20:48:35 +0000] "GET /health HTTP/1.1" 200 141 "-" "kube-probe/1.29" 2024-05-09T20:48:40.818934370Z 10.244.0.1 - - [09/May/2024:20:48:40 +0000] "GET /health HTTP/1.1" 200 141 "-" "kube-probe/1.29" 2024-05-09T20:48:40.820653148Z 10.244.0.1 - - [09/May/2024:20:48:40 +0000] "GET /health HTTP/1.1" 200 141 "-" "kube-probe/1.29" 2024-05-09T20:48:45.817584382Z 10.244.0.1 - - [09/May/2024:20:48:45 +0000] "GET /health HTTP/1.1" 200 141 "-" "kube-probe/1.29" 2024-05-09T20:48:45.819896423Z 10.244.0.1 - - [09/May/2024:20:48:45 +0000] "GET /health HTTP/1.1" 200 141 "-" "kube-probe/1.29" 2024-05-09T20:48:50.820230751Z 10.244.0.1 - - [09/May/2024:20:48:50 +0000] "GET /health HTTP/1.1" 200 141 "-" "kube-probe/1.29" 2024-05-09T20:48:50.825490252Z 10.244.0.1 - - [09/May/2024:20:48:50 +0000] "GET /health HTTP/1.1" 200 141 "-" "kube-probe/1.29" 2024-05-09T20:48:55.818221470Z 10.244.0.1 - - [09/May/2024:20:48:55 +0000] "GET /health HTTP/1.1" 200 141 "-" "kube-probe/1.29" 2024-05-09T20:48:55.819339431Z 10.244.0.1 - - [09/May/2024:20:48:55 +0000] "GET /health HTTP/1.1" 200 141 "-" "kube-probe/1.29" 2024-05-09T20:49:00.818245750Z 10.244.0.1 - - [09/May/2024:20:49:00 +0000] "GET /health HTTP/1.1" 200 141 "-" "kube-probe/1.29" 2024-05-09T20:49:00.819869985Z 10.244.0.1 - - [09/May/2024:20:49:00 +0000] "GET /health HTTP/1.1" 200 141 "-" "kube-probe/1.29" 2024-05-09T20:49:05.821367921Z 10.244.0.1 - - [09/May/2024:20:49:05 +0000] "GET /health HTTP/1.1" 200 141 "-" "kube-probe/1.29" 2024-05-09T20:49:05.821551811Z 10.244.0.1 - - [09/May/2024:20:49:05 +0000] "GET /health HTTP/1.1" 200 141 "-" "kube-probe/1.29" 2024-05-09T20:49:10.817078865Z 10.244.0.1 - - [09/May/2024:20:49:10 +0000] "GET /health HTTP/1.1" 200 141 "-" "kube-probe/1.29" 2024-05-09T20:49:10.820804285Z 10.244.0.1 - - [09/May/2024:20:49:10 +0000] "GET /health HTTP/1.1" 200 141 "-" "kube-probe/1.29" 2024-05-09T20:49:15.820924002Z 10.244.0.1 - - [09/May/2024:20:49:15 +0000] "GET /health HTTP/1.1" 200 141 "-" "kube-probe/1.29" 2024-05-09T20:49:15.821437451Z 10.244.0.1 - - [09/May/2024:20:49:15 +0000] "GET /health HTTP/1.1" 200 141 "-" "kube-probe/1.29" 2024-05-09T20:49:20.816360352Z 10.244.0.1 - - [09/May/2024:20:49:20 +0000] "GET /health HTTP/1.1" 200 141 "-" "kube-probe/1.29" 2024-05-09T20:49:20.819190941Z 10.244.0.1 - - [09/May/2024:20:49:20 +0000] "GET /health HTTP/1.1" 200 141 "-" "kube-probe/1.29" 2024-05-09T20:49:25.817959480Z 10.244.0.1 - - [09/May/2024:20:49:25 +0000] "GET /health HTTP/1.1" 200 141 "-" "kube-probe/1.29" 2024-05-09T20:49:25.820568022Z 10.244.0.1 - - [09/May/2024:20:49:25 +0000] "GET /health HTTP/1.1" 200 141 "-" "kube-probe/1.29" 2024-05-09T20:49:30.815717762Z 10.244.0.1 - - [09/May/2024:20:49:30 +0000] "GET /health HTTP/1.1" 200 141 "-" "kube-probe/1.29" 2024-05-09T20:49:30.820077132Z 10.244.0.1 - - [09/May/2024:20:49:30 +0000] "GET /health HTTP/1.1" 200 141 "-" "kube-probe/1.29" 2024-05-09T20:49:35.818269480Z 10.244.0.1 - - [09/May/2024:20:49:35 +0000] "GET /health HTTP/1.1" 200 141 "-" "kube-probe/1.29" 2024-05-09T20:49:35.821051835Z 10.244.0.1 - - [09/May/2024:20:49:35 +0000] "GET /health HTTP/1.1" 200 141 "-" "kube-probe/1.29" 2024-05-09T20:49:40.818399733Z 10.244.0.1 - - [09/May/2024:20:49:40 +0000] "GET /health HTTP/1.1" 200 141 "-" "kube-probe/1.29" 2024-05-09T20:49:40.820786522Z 10.244.0.1 - - [09/May/2024:20:49:40 +0000] "GET /health HTTP/1.1" 200 141 "-" "kube-probe/1.29" 2024-05-09T20:49:45.817500260Z 10.244.0.1 - - [09/May/2024:20:49:45 +0000] "GET /health HTTP/1.1" 200 141 "-" "kube-probe/1.29" 2024-05-09T20:49:45.818348305Z 10.244.0.1 - - [09/May/2024:20:49:45 +0000] "GET /health HTTP/1.1" 200 141 "-" "kube-probe/1.29" 2024-05-09T20:49:50.818350882Z 10.244.0.1 - - [09/May/2024:20:49:50 +0000] "GET /health HTTP/1.1" 200 141 "-" "kube-probe/1.29" 2024-05-09T20:49:50.822973636Z 10.244.0.1 - - [09/May/2024:20:49:50 +0000] "GET /health HTTP/1.1" 200 141 "-" "kube-probe/1.29" 2024-05-09T20:49:55.819181848Z 10.244.0.1 - - [09/May/2024:20:49:55 +0000] "GET /health HTTP/1.1" 200 141 "-" "kube-probe/1.29" 2024-05-09T20:49:55.827636597Z 10.244.0.1 - - [09/May/2024:20:49:55 +0000] "GET /health HTTP/1.1" 200 141 "-" "kube-probe/1.29" 2024-05-09T20:50:00.817109213Z 10.244.0.1 - - [09/May/2024:20:50:00 +0000] "GET /health HTTP/1.1" 200 141 "-" "kube-probe/1.29" 2024-05-09T20:50:00.818129584Z 10.244.0.1 - - [09/May/2024:20:50:00 +0000] "GET /health HTTP/1.1" 200 141 "-" "kube-probe/1.29" 2024-05-09T20:50:05.815244760Z 10.244.0.1 - - [09/May/2024:20:50:05 +0000] "GET /health HTTP/1.1" 200 141 "-" "kube-probe/1.29" 2024-05-09T20:50:05.820416048Z 10.244.0.1 - - [09/May/2024:20:50:05 +0000] "GET /health HTTP/1.1" 200 141 "-" "kube-probe/1.29" 2024-05-09T20:50:10.815967989Z 10.244.0.1 - - [09/May/2024:20:50:10 +0000] "GET /health HTTP/1.1" 200 141 "-" "kube-probe/1.29" 2024-05-09T20:50:10.816851751Z 10.244.0.1 - - [09/May/2024:20:50:10 +0000] "GET /health HTTP/1.1" 200 141 "-" "kube-probe/1.29" 2024-05-09T20:50:15.822330913Z 10.244.0.1 - - [09/May/2024:20:50:15 +0000] "GET /health HTTP/1.1" 200 141 "-" "kube-probe/1.29" 2024-05-09T20:50:15.824296352Z 10.244.0.1 - - [09/May/2024:20:50:15 +0000] "GET /health HTTP/1.1" 200 141 "-" "kube-probe/1.29" 2024-05-09T20:50:20.819212610Z 10.244.0.1 - - [09/May/2024:20:50:20 +0000] "GET /health HTTP/1.1" 200 141 "-" "kube-probe/1.29" 2024-05-09T20:50:20.819788341Z 10.244.0.1 - - [09/May/2024:20:50:20 +0000] "GET /health HTTP/1.1" 200 141 "-" "kube-probe/1.29" 2024-05-09T20:50:25.816257495Z 10.244.0.1 - - [09/May/2024:20:50:25 +0000] "GET /health HTTP/1.1" 200 141 "-" "kube-probe/1.29" 2024-05-09T20:50:25.820120624Z 10.244.0.1 - - [09/May/2024:20:50:25 +0000] "GET /health HTTP/1.1" 200 141 "-" "kube-probe/1.29" 2024-05-09T20:50:30.815773065Z 10.244.0.1 - - [09/May/2024:20:50:30 +0000] "GET /health HTTP/1.1" 200 141 "-" "kube-probe/1.29" 2024-05-09T20:50:30.816633843Z 10.244.0.1 - - [09/May/2024:20:50:30 +0000] "GET /health HTTP/1.1" 200 141 "-" "kube-probe/1.29" 2024-05-09T20:50:35.815550390Z 10.244.0.1 - - [09/May/2024:20:50:35 +0000] "GET /health HTTP/1.1" 200 141 "-" "kube-probe/1.29" 2024-05-09T20:50:35.817703573Z 10.244.0.1 - - [09/May/2024:20:50:35 +0000] "GET /health HTTP/1.1" 200 141 "-" "kube-probe/1.29" 2024-05-09T20:50:40.815137609Z 10.244.0.1 - - [09/May/2024:20:50:40 +0000] "GET /health HTTP/1.1" 200 141 "-" "kube-probe/1.29" 2024-05-09T20:50:40.815309669Z 10.244.0.1 - - [09/May/2024:20:50:40 +0000] "GET /health HTTP/1.1" 200 141 "-" "kube-probe/1.29" 2024-05-09T20:50:45.815184882Z 10.244.0.1 - - [09/May/2024:20:50:45 +0000] "GET /health HTTP/1.1" 200 141 "-" "kube-probe/1.29" 2024-05-09T20:50:45.816785872Z 10.244.0.1 - - [09/May/2024:20:50:45 +0000] "GET /health HTTP/1.1" 200 141 "-" "kube-probe/1.29" 2024-05-09T20:50:50.820913757Z 10.244.0.1 - - [09/May/2024:20:50:50 +0000] "GET /health HTTP/1.1" 200 141 "-" "kube-probe/1.29" 2024-05-09T20:50:50.826513427Z 10.244.0.1 - - [09/May/2024:20:50:50 +0000] "GET /health HTTP/1.1" 200 141 "-" "kube-probe/1.29" 2024-05-09T20:50:55.818334157Z 10.244.0.1 - - [09/May/2024:20:50:55 +0000] "GET /health HTTP/1.1" 200 141 "-" "kube-probe/1.29" 2024-05-09T20:50:55.820150250Z 10.244.0.1 - - [09/May/2024:20:50:55 +0000] "GET /health HTTP/1.1" 200 141 "-" "kube-probe/1.29" 2024-05-09T20:51:00.816616284Z 10.244.0.1 - - [09/May/2024:20:51:00 +0000] "GET /health HTTP/1.1" 200 141 "-" "kube-probe/1.29" 2024-05-09T20:51:00.818837266Z 10.244.0.1 - - [09/May/2024:20:51:00 +0000] "GET /health HTTP/1.1" 200 141 "-" "kube-probe/1.29" 2024-05-09T20:51:05.817340341Z 10.244.0.1 - - [09/May/2024:20:51:05 +0000] "GET /health HTTP/1.1" 200 141 "-" "kube-probe/1.29" 2024-05-09T20:51:05.822414154Z 10.244.0.1 - - [09/May/2024:20:51:05 +0000] "GET /health HTTP/1.1" 200 141 "-" "kube-probe/1.29" 2024-05-09T20:51:10.820190593Z 10.244.0.1 - - [09/May/2024:20:51:10 +0000] "GET /health HTTP/1.1" 200 141 "-" "kube-probe/1.29" 2024-05-09T20:51:10.820849618Z 10.244.0.1 - - [09/May/2024:20:51:10 +0000] "GET /health HTTP/1.1" 200 141 "-" "kube-probe/1.29" 2024-05-09T20:51:15.819462688Z 10.244.0.1 - - [09/May/2024:20:51:15 +0000] "GET /health HTTP/1.1" 200 141 "-" "kube-probe/1.29" 2024-05-09T20:51:15.830887923Z 10.244.0.1 - - [09/May/2024:20:51:15 +0000] "GET /health HTTP/1.1" 200 141 "-" "kube-probe/1.29" 2024-05-09T20:51:20.820080808Z 10.244.0.1 - - [09/May/2024:20:51:20 +0000] "GET /health HTTP/1.1" 200 141 "-" "kube-probe/1.29" 2024-05-09T20:51:20.820242323Z 10.244.0.1 - - [09/May/2024:20:51:20 +0000] "GET /health HTTP/1.1" 200 141 "-" "kube-probe/1.29" 2024-05-09T20:51:25.817907803Z 10.244.0.1 - - [09/May/2024:20:51:25 +0000] "GET /health HTTP/1.1" 200 141 "-" "kube-probe/1.29" 2024-05-09T20:51:25.818823182Z 10.244.0.1 - - [09/May/2024:20:51:25 +0000] "GET /health HTTP/1.1" 200 141 "-" "kube-probe/1.29" 2024-05-09T20:51:30.834069344Z 10.244.0.1 - - [09/May/2024:20:51:30 +0000] "GET /health HTTP/1.1" 200 141 "-" "kube-probe/1.29" 2024-05-09T20:51:30.844854792Z 10.244.0.1 - - [09/May/2024:20:51:30 +0000] "GET /health HTTP/1.1" 200 141 "-" "kube-probe/1.29" 2024-05-09T20:51:35.816348672Z 10.244.0.1 - - [09/May/2024:20:51:35 +0000] "GET /health HTTP/1.1" 200 141 "-" "kube-probe/1.29" 2024-05-09T20:51:35.820449740Z 10.244.0.1 - - [09/May/2024:20:51:35 +0000] "GET /health HTTP/1.1" 200 141 "-" "kube-probe/1.29" 2024-05-09T20:51:40.822235113Z 10.244.0.1 - - [09/May/2024:20:51:40 +0000] "GET /health HTTP/1.1" 200 141 "-" "kube-probe/1.29" 2024-05-09T20:51:40.831955993Z 10.244.0.1 - - [09/May/2024:20:51:40 +0000] "GET /health HTTP/1.1" 200 141 "-" "kube-probe/1.29" 2024-05-09T20:51:45.816119746Z 10.244.0.1 - - [09/May/2024:20:51:45 +0000] "GET /health HTTP/1.1" 200 141 "-" "kube-probe/1.29" 2024-05-09T20:51:45.825069619Z 10.244.0.1 - - [09/May/2024:20:51:45 +0000] "GET /health HTTP/1.1" 200 141 "-" "kube-probe/1.29" 2024-05-09T20:51:50.818819501Z 10.244.0.1 - - [09/May/2024:20:51:50 +0000] "GET /health HTTP/1.1" 200 141 "-" "kube-probe/1.29" 2024-05-09T20:51:50.822021450Z 10.244.0.1 - - [09/May/2024:20:51:50 +0000] "GET /health HTTP/1.1" 200 141 "-" "kube-probe/1.29" 2024-05-09T20:51:55.817059020Z 10.244.0.1 - - [09/May/2024:20:51:55 +0000] "GET /health HTTP/1.1" 200 141 "-" "kube-probe/1.29" 2024-05-09T20:51:55.820337578Z 10.244.0.1 - - [09/May/2024:20:51:55 +0000] "GET /health HTTP/1.1" 200 141 "-" "kube-probe/1.29" 2024-05-09T20:52:00.819236740Z 10.244.0.1 - - [09/May/2024:20:52:00 +0000] "GET /health HTTP/1.1" 200 141 "-" "kube-probe/1.29" 2024-05-09T20:52:00.825276686Z 10.244.0.1 - - [09/May/2024:20:52:00 +0000] "GET /health HTTP/1.1" 200 141 "-" "kube-probe/1.29" 2024-05-09T20:52:05.817864048Z 10.244.0.1 - - [09/May/2024:20:52:05 +0000] "GET /health HTTP/1.1" 200 141 "-" "kube-probe/1.29" 2024-05-09T20:52:05.825168571Z 10.244.0.1 - - [09/May/2024:20:52:05 +0000] "GET /health HTTP/1.1" 200 141 "-" "kube-probe/1.29" 2024-05-09T20:52:10.816178805Z 10.244.0.1 - - [09/May/2024:20:52:10 +0000] "GET /health HTTP/1.1" 200 141 "-" "kube-probe/1.29" 2024-05-09T20:52:10.818830552Z 10.244.0.1 - - [09/May/2024:20:52:10 +0000] "GET /health HTTP/1.1" 200 141 "-" "kube-probe/1.29" 2024-05-09T20:52:15.817768327Z 10.244.0.1 - - [09/May/2024:20:52:15 +0000] "GET /health HTTP/1.1" 200 141 "-" "kube-probe/1.29" 2024-05-09T20:52:15.819127154Z 10.244.0.1 - - [09/May/2024:20:52:15 +0000] "GET /health HTTP/1.1" 200 141 "-" "kube-probe/1.29" 2024-05-09T20:52:20.822004824Z 10.244.0.1 - - [09/May/2024:20:52:20 +0000] "GET /health HTTP/1.1" 200 141 "-" "kube-probe/1.29" 2024-05-09T20:52:20.825966130Z 10.244.0.1 - - [09/May/2024:20:52:20 +0000] "GET /health HTTP/1.1" 200 141 "-" "kube-probe/1.29" 2024-05-09T20:52:25.824730626Z 10.244.0.1 - - [09/May/2024:20:52:25 +0000] "GET /health HTTP/1.1" 200 141 "-" "kube-probe/1.29" 2024-05-09T20:52:25.826565358Z 10.244.0.1 - - [09/May/2024:20:52:25 +0000] "GET /health HTTP/1.1" 200 141 "-" "kube-probe/1.29" 2024-05-09T20:52:30.815077735Z 10.244.0.1 - - [09/May/2024:20:52:30 +0000] "GET /health HTTP/1.1" 200 141 "-" "kube-probe/1.29" 2024-05-09T20:52:30.817780516Z 10.244.0.1 - - [09/May/2024:20:52:30 +0000] "GET /health HTTP/1.1" 200 141 "-" "kube-probe/1.29" 2024-05-09T20:52:35.821819287Z 10.244.0.1 - - [09/May/2024:20:52:35 +0000] "GET /health HTTP/1.1" 200 141 "-" "kube-probe/1.29" 2024-05-09T20:52:35.824417509Z 10.244.0.1 - - [09/May/2024:20:52:35 +0000] "GET /health HTTP/1.1" 200 141 "-" "kube-probe/1.29" 2024-05-09T20:52:40.817731043Z 10.244.0.1 - - [09/May/2024:20:52:40 +0000] "GET /health HTTP/1.1" 200 141 "-" "kube-probe/1.29" 2024-05-09T20:52:40.819422385Z 10.244.0.1 - - [09/May/2024:20:52:40 +0000] "GET /health HTTP/1.1" 200 141 "-" "kube-probe/1.29" 2024-05-09T20:52:45.820414559Z 10.244.0.1 - - [09/May/2024:20:52:45 +0000] "GET /health HTTP/1.1" 200 141 "-" "kube-probe/1.29" 2024-05-09T20:52:45.826785062Z 10.244.0.1 - - [09/May/2024:20:52:45 +0000] "GET /health HTTP/1.1" 200 141 "-" "kube-probe/1.29" 2024-05-09T20:52:50.818567124Z 10.244.0.1 - - [09/May/2024:20:52:50 +0000] "GET /health HTTP/1.1" 200 141 "-" "kube-probe/1.29" 2024-05-09T20:52:50.821952994Z 10.244.0.1 - - [09/May/2024:20:52:50 +0000] "GET /health HTTP/1.1" 200 141 "-" "kube-probe/1.29" 2024-05-09T20:52:55.819555730Z 10.244.0.1 - - [09/May/2024:20:52:55 +0000] "GET /health HTTP/1.1" 200 141 "-" "kube-probe/1.29" 2024-05-09T20:52:55.821343566Z 10.244.0.1 - - [09/May/2024:20:52:55 +0000] "GET /health HTTP/1.1" 200 141 "-" "kube-probe/1.29" 2024-05-09T20:53:00.817138653Z 10.244.0.1 - - [09/May/2024:20:53:00 +0000] "GET /health HTTP/1.1" 200 141 "-" "kube-probe/1.29" 2024-05-09T20:53:00.819148939Z 10.244.0.1 - - [09/May/2024:20:53:00 +0000] "GET /health HTTP/1.1" 200 141 "-" "kube-probe/1.29" 2024-05-09T20:53:05.815965405Z 10.244.0.1 - - [09/May/2024:20:53:05 +0000] "GET /health HTTP/1.1" 200 141 "-" "kube-probe/1.29" 2024-05-09T20:53:05.824260927Z 10.244.0.1 - - [09/May/2024:20:53:05 +0000] "GET /health HTTP/1.1" 200 141 "-" "kube-probe/1.29" 2024-05-09T20:53:10.816988164Z 10.244.0.1 - - [09/May/2024:20:53:10 +0000] "GET /health HTTP/1.1" 200 141 "-" "kube-probe/1.29" 2024-05-09T20:53:10.827400397Z 10.244.0.1 - - [09/May/2024:20:53:10 +0000] "GET /health HTTP/1.1" 200 141 "-" "kube-probe/1.29" 2024-05-09T20:53:15.816658012Z 10.244.0.1 - - [09/May/2024:20:53:15 +0000] "GET /health HTTP/1.1" 200 141 "-" "kube-probe/1.29" 2024-05-09T20:53:15.822262548Z 10.244.0.1 - - [09/May/2024:20:53:15 +0000] "GET /health HTTP/1.1" 200 141 "-" "kube-probe/1.29" 2024-05-09T20:53:20.817954158Z 10.244.0.1 - - [09/May/2024:20:53:20 +0000] "GET /health HTTP/1.1" 200 141 "-" "kube-probe/1.29" 2024-05-09T20:53:20.818220766Z 10.244.0.1 - - [09/May/2024:20:53:20 +0000] "GET /health HTTP/1.1" 200 141 "-" "kube-probe/1.29" 2024-05-09T20:53:25.818795433Z 10.244.0.1 - - [09/May/2024:20:53:25 +0000] "GET /health HTTP/1.1" 200 141 "-" "kube-probe/1.29" 2024-05-09T20:53:25.824277438Z 10.244.0.1 - - [09/May/2024:20:53:25 +0000] "GET /health HTTP/1.1" 200 141 "-" "kube-probe/1.29" 2024-05-09T20:53:30.815349371Z 10.244.0.1 - - [09/May/2024:20:53:30 +0000] "GET /health HTTP/1.1" 200 141 "-" "kube-probe/1.29" 2024-05-09T20:53:30.818773903Z 10.244.0.1 - - [09/May/2024:20:53:30 +0000] "GET /health HTTP/1.1" 200 141 "-" "kube-probe/1.29" 2024-05-09T20:53:35.819722230Z 10.244.0.1 - - [09/May/2024:20:53:35 +0000] "GET /health HTTP/1.1" 200 141 "-" "kube-probe/1.29" 2024-05-09T20:53:35.820933554Z 10.244.0.1 - - [09/May/2024:20:53:35 +0000] "GET /health HTTP/1.1" 200 141 "-" "kube-probe/1.29" 2024-05-09T20:53:40.817108807Z 10.244.0.1 - - [09/May/2024:20:53:40 +0000] "GET /health HTTP/1.1" 200 141 "-" "kube-probe/1.29" 2024-05-09T20:53:40.818237938Z 10.244.0.1 - - [09/May/2024:20:53:40 +0000] "GET /health HTTP/1.1" 200 141 "-" "kube-probe/1.29" 2024-05-09T20:53:45.818701504Z 10.244.0.1 - - [09/May/2024:20:53:45 +0000] "GET /health HTTP/1.1" 200 141 "-" "kube-probe/1.29" 2024-05-09T20:53:45.819541886Z 10.244.0.1 - - [09/May/2024:20:53:45 +0000] "GET /health HTTP/1.1" 200 141 "-" "kube-probe/1.29" 2024-05-09T20:53:50.828509730Z 10.244.0.1 - - [09/May/2024:20:53:50 +0000] "GET /health HTTP/1.1" 200 141 "-" "kube-probe/1.29" 2024-05-09T20:53:50.836806301Z 10.244.0.1 - - [09/May/2024:20:53:50 +0000] "GET /health HTTP/1.1" 200 141 "-" "kube-probe/1.29" 2024-05-09T20:53:55.820462211Z 10.244.0.1 - - [09/May/2024:20:53:55 +0000] "GET /health HTTP/1.1" 200 141 "-" "kube-probe/1.29" 2024-05-09T20:53:55.820832374Z 10.244.0.1 - - [09/May/2024:20:53:55 +0000] "GET /health HTTP/1.1" 200 141 "-" "kube-probe/1.29" 2024-05-09T20:54:00.824881803Z 10.244.0.1 - - [09/May/2024:20:54:00 +0000] "GET /health HTTP/1.1" 200 141 "-" "kube-probe/1.29" 2024-05-09T20:54:00.827008882Z 10.244.0.1 - - [09/May/2024:20:54:00 +0000] "GET /health HTTP/1.1" 200 141 "-" "kube-probe/1.29" 2024-05-09T20:54:05.820612788Z 10.244.0.1 - - [09/May/2024:20:54:05 +0000] "GET /health HTTP/1.1" 200 141 "-" "kube-probe/1.29" 2024-05-09T20:54:05.821394854Z 10.244.0.1 - - [09/May/2024:20:54:05 +0000] "GET /health HTTP/1.1" 200 141 "-" "kube-probe/1.29" 2024-05-09T20:54:10.820616810Z 10.244.0.1 - - [09/May/2024:20:54:10 +0000] "GET /health HTTP/1.1" 200 141 "-" "kube-probe/1.29" 2024-05-09T20:54:10.822697620Z 10.244.0.1 - - [09/May/2024:20:54:10 +0000] "GET /health HTTP/1.1" 200 141 "-" "kube-probe/1.29" 2024-05-09T20:54:15.821658857Z 10.244.0.1 - - [09/May/2024:20:54:15 +0000] "GET /health HTTP/1.1" 200 141 "-" "kube-probe/1.29" 2024-05-09T20:54:15.823537388Z 10.244.0.1 - - [09/May/2024:20:54:15 +0000] "GET /health HTTP/1.1" 200 141 "-" "kube-probe/1.29" 2024-05-09T20:54:20.818677428Z 10.244.0.1 - - [09/May/2024:20:54:20 +0000] "GET /health HTTP/1.1" 200 141 "-" "kube-probe/1.29" 2024-05-09T20:54:20.819480084Z 10.244.0.1 - - [09/May/2024:20:54:20 +0000] "GET /health HTTP/1.1" 200 141 "-" "kube-probe/1.29" 2024-05-09T20:54:25.824684718Z 10.244.0.1 - - [09/May/2024:20:54:25 +0000] "GET /health HTTP/1.1" 200 141 "-" "kube-probe/1.29" 2024-05-09T20:54:25.828227233Z 10.244.0.1 - - [09/May/2024:20:54:25 +0000] "GET /health HTTP/1.1" 200 141 "-" "kube-probe/1.29" 2024-05-09T20:54:30.820638611Z 10.244.0.1 - - [09/May/2024:20:54:30 +0000] "GET /health HTTP/1.1" 200 141 "-" "kube-probe/1.29" 2024-05-09T20:54:30.824688315Z 10.244.0.1 - - [09/May/2024:20:54:30 +0000] "GET /health HTTP/1.1" 200 141 "-" "kube-probe/1.29" 2024-05-09T20:54:35.821901260Z 10.244.0.1 - - [09/May/2024:20:54:35 +0000] "GET /health HTTP/1.1" 200 141 "-" "kube-probe/1.29" 2024-05-09T20:54:35.823154702Z 10.244.0.1 - - [09/May/2024:20:54:35 +0000] "GET /health HTTP/1.1" 200 141 "-" "kube-probe/1.29" 2024-05-09T20:54:40.822689884Z 10.244.0.1 - - [09/May/2024:20:54:40 +0000] "GET /health HTTP/1.1" 200 141 "-" "kube-probe/1.29" 2024-05-09T20:54:40.824914791Z 10.244.0.1 - - [09/May/2024:20:54:40 +0000] "GET /health HTTP/1.1" 200 141 "-" "kube-probe/1.29" 2024-05-09T20:54:45.818972350Z 10.244.0.1 - - [09/May/2024:20:54:45 +0000] "GET /health HTTP/1.1" 200 141 "-" "kube-probe/1.29" 2024-05-09T20:54:45.822532030Z 10.244.0.1 - - [09/May/2024:20:54:45 +0000] "GET /health HTTP/1.1" 200 141 "-" "kube-probe/1.29" 2024-05-09T20:54:50.817029884Z 10.244.0.1 - - [09/May/2024:20:54:50 +0000] "GET /health HTTP/1.1" 200 141 "-" "kube-probe/1.29" 2024-05-09T20:54:50.822528134Z 10.244.0.1 - - [09/May/2024:20:54:50 +0000] "GET /health HTTP/1.1" 200 141 "-" "kube-probe/1.29" 2024-05-09T20:54:55.817844640Z 10.244.0.1 - - [09/May/2024:20:54:55 +0000] "GET /health HTTP/1.1" 200 141 "-" "kube-probe/1.29" 2024-05-09T20:54:55.823002746Z 10.244.0.1 - - [09/May/2024:20:54:55 +0000] "GET /health HTTP/1.1" 200 141 "-" "kube-probe/1.29" 2024-05-09T20:55:00.820473979Z 10.244.0.1 - - [09/May/2024:20:55:00 +0000] "GET /health HTTP/1.1" 200 141 "-" "kube-probe/1.29" 2024-05-09T20:55:00.824979886Z 10.244.0.1 - - [09/May/2024:20:55:00 +0000] "GET /health HTTP/1.1" 200 141 "-" "kube-probe/1.29" 2024-05-09T20:55:05.817533668Z 10.244.0.1 - - [09/May/2024:20:55:05 +0000] "GET /health HTTP/1.1" 200 141 "-" "kube-probe/1.29" 2024-05-09T20:55:05.821273421Z 10.244.0.1 - - [09/May/2024:20:55:05 +0000] "GET /health HTTP/1.1" 200 141 "-" "kube-probe/1.29" 2024-05-09T20:55:10.820592859Z 10.244.0.1 - - [09/May/2024:20:55:10 +0000] "GET /health HTTP/1.1" 200 141 "-" "kube-probe/1.29" 2024-05-09T20:55:10.829834297Z 10.244.0.1 - - [09/May/2024:20:55:10 +0000] "GET /health HTTP/1.1" 200 141 "-" "kube-probe/1.29" 2024-05-09T20:55:15.818101932Z 10.244.0.1 - - [09/May/2024:20:55:15 +0000] "GET /health HTTP/1.1" 200 141 "-" "kube-probe/1.29" 2024-05-09T20:55:15.821147156Z 10.244.0.1 - - [09/May/2024:20:55:15 +0000] "GET /health HTTP/1.1" 200 141 "-" "kube-probe/1.29" 2024-05-09T20:55:20.817015869Z 10.244.0.1 - - [09/May/2024:20:55:20 +0000] "GET /health HTTP/1.1" 200 141 "-" "kube-probe/1.29" 2024-05-09T20:55:20.817073830Z 10.244.0.1 - - [09/May/2024:20:55:20 +0000] "GET /health HTTP/1.1" 200 141 "-" "kube-probe/1.29" 2024-05-09T20:55:25.817309428Z 10.244.0.1 - - [09/May/2024:20:55:25 +0000] "GET /health HTTP/1.1" 200 141 "-" "kube-probe/1.29" 2024-05-09T20:55:25.820118143Z 10.244.0.1 - - [09/May/2024:20:55:25 +0000] "GET /health HTTP/1.1" 200 141 "-" "kube-probe/1.29" 2024-05-09T20:55:30.821476818Z 10.244.0.1 - - [09/May/2024:20:55:30 +0000] "GET /health HTTP/1.1" 200 141 "-" "kube-probe/1.29" 2024-05-09T20:55:30.821803563Z 10.244.0.1 - - [09/May/2024:20:55:30 +0000] "GET /health HTTP/1.1" 200 141 "-" "kube-probe/1.29" 2024-05-09T20:55:35.818383386Z 10.244.0.1 - - [09/May/2024:20:55:35 +0000] "GET /health HTTP/1.1" 200 141 "-" "kube-probe/1.29" 2024-05-09T20:55:35.819676240Z 10.244.0.1 - - [09/May/2024:20:55:35 +0000] "GET /health HTTP/1.1" 200 141 "-" "kube-probe/1.29" 2024-05-09T20:55:40.818179401Z 10.244.0.1 - - [09/May/2024:20:55:40 +0000] "GET /health HTTP/1.1" 200 141 "-" "kube-probe/1.29" 2024-05-09T20:55:40.841670508Z 10.244.0.1 - - [09/May/2024:20:55:40 +0000] "GET /health HTTP/1.1" 200 141 "-" "kube-probe/1.29" 2024-05-09T20:55:45.817249036Z 10.244.0.1 - - [09/May/2024:20:55:45 +0000] "GET /health HTTP/1.1" 200 141 "-" "kube-probe/1.29" 2024-05-09T20:55:45.828266130Z 10.244.0.1 - - [09/May/2024:20:55:45 +0000] "GET /health HTTP/1.1" 200 141 "-" "kube-probe/1.29" 2024-05-09T20:55:50.825213612Z 10.244.0.1 - - [09/May/2024:20:55:50 +0000] "GET /health HTTP/1.1" 200 141 "-" "kube-probe/1.29" 2024-05-09T20:55:50.833943156Z 10.244.0.1 - - [09/May/2024:20:55:50 +0000] "GET /health HTTP/1.1" 200 141 "-" "kube-probe/1.29" 2024-05-09T20:55:55.815533334Z 10.244.0.1 - - [09/May/2024:20:55:55 +0000] "GET /health HTTP/1.1" 200 141 "-" "kube-probe/1.29" 2024-05-09T20:55:55.820079021Z 10.244.0.1 - - [09/May/2024:20:55:55 +0000] "GET /health HTTP/1.1" 200 141 "-" "kube-probe/1.29" 2024-05-09T20:56:00.821124253Z 10.244.0.1 - - [09/May/2024:20:56:00 +0000] "GET /health HTTP/1.1" 200 141 "-" "kube-probe/1.29" 2024-05-09T20:56:00.824617469Z 10.244.0.1 - - [09/May/2024:20:56:00 +0000] "GET /health HTTP/1.1" 200 141 "-" "kube-probe/1.29" 2024-05-09T20:56:05.817695619Z 10.244.0.1 - - [09/May/2024:20:56:05 +0000] "GET /health HTTP/1.1" 200 141 "-" "kube-probe/1.29" 2024-05-09T20:56:05.821062577Z 10.244.0.1 - - [09/May/2024:20:56:05 +0000] "GET /health HTTP/1.1" 200 141 "-" "kube-probe/1.29" 2024-05-09T20:56:10.815573452Z 10.244.0.1 - - [09/May/2024:20:56:10 +0000] "GET /health HTTP/1.1" 200 141 "-" "kube-probe/1.29" 2024-05-09T20:56:10.817705994Z 10.244.0.1 - - [09/May/2024:20:56:10 +0000] "GET /health HTTP/1.1" 200 141 "-" "kube-probe/1.29" 2024-05-09T20:56:15.815554057Z 10.244.0.1 - - [09/May/2024:20:56:15 +0000] "GET /health HTTP/1.1" 200 141 "-" "kube-probe/1.29" 2024-05-09T20:56:15.817607890Z 10.244.0.1 - - [09/May/2024:20:56:15 +0000] "GET /health HTTP/1.1" 200 141 "-" "kube-probe/1.29" 2024-05-09T20:56:20.815400655Z 10.244.0.1 - - [09/May/2024:20:56:20 +0000] "GET /health HTTP/1.1" 200 141 "-" "kube-probe/1.29" 2024-05-09T20:56:20.822862527Z 10.244.0.1 - - [09/May/2024:20:56:20 +0000] "GET /health HTTP/1.1" 200 141 "-" "kube-probe/1.29" 2024-05-09T20:56:25.816438995Z 10.244.0.1 - - [09/May/2024:20:56:25 +0000] "GET /health HTTP/1.1" 200 141 "-" "kube-probe/1.29" 2024-05-09T20:56:25.817171556Z 10.244.0.1 - - [09/May/2024:20:56:25 +0000] "GET /health HTTP/1.1" 200 141 "-" "kube-probe/1.29" 2024-05-09T20:56:30.818680488Z 10.244.0.1 - - [09/May/2024:20:56:30 +0000] "GET /health HTTP/1.1" 200 141 "-" "kube-probe/1.29" 2024-05-09T20:56:30.819444684Z 10.244.0.1 - - [09/May/2024:20:56:30 +0000] "GET /health HTTP/1.1" 200 141 "-" "kube-probe/1.29" 2024-05-09T20:56:35.862691872Z 10.244.0.1 - - [09/May/2024:20:56:35 +0000] "GET /health HTTP/1.1" 200 141 "-" "kube-probe/1.29" 2024-05-09T20:56:35.867801110Z 10.244.0.1 - - [09/May/2024:20:56:35 +0000] "GET /health HTTP/1.1" 200 141 "-" "kube-probe/1.29" 2024-05-09T20:56:40.822029675Z 10.244.0.1 - - [09/May/2024:20:56:40 +0000] "GET /health HTTP/1.1" 200 141 "-" "kube-probe/1.29" 2024-05-09T20:56:40.841814591Z 10.244.0.1 - - [09/May/2024:20:56:40 +0000] "GET /health HTTP/1.1" 200 141 "-" "kube-probe/1.29" 2024-05-09T20:56:45.817385672Z 10.244.0.1 - - [09/May/2024:20:56:45 +0000] "GET /health HTTP/1.1" 200 141 "-" "kube-probe/1.29" 2024-05-09T20:56:45.819191534Z 10.244.0.1 - - [09/May/2024:20:56:45 +0000] "GET /health HTTP/1.1" 200 141 "-" "kube-probe/1.29" 2024-05-09T20:56:50.823981700Z 10.244.0.1 - - [09/May/2024:20:56:50 +0000] "GET /health HTTP/1.1" 200 141 "-" "kube-probe/1.29" 2024-05-09T20:56:50.844862143Z 10.244.0.1 - - [09/May/2024:20:56:50 +0000] "GET /health HTTP/1.1" 200 141 "-" "kube-probe/1.29" 2024-05-09T20:56:55.815535625Z 10.244.0.1 - - [09/May/2024:20:56:55 +0000] "GET /health HTTP/1.1" 200 141 "-" "kube-probe/1.29" 2024-05-09T20:56:55.824886302Z 10.244.0.1 - - [09/May/2024:20:56:55 +0000] "GET /health HTTP/1.1" 200 141 "-" "kube-probe/1.29" 2024-05-09T20:57:00.826100904Z 10.244.0.1 - - [09/May/2024:20:57:00 +0000] "GET /health HTTP/1.1" 200 141 "-" "kube-probe/1.29" 2024-05-09T20:57:00.827295394Z 10.244.0.1 - - [09/May/2024:20:57:00 +0000] "GET /health HTTP/1.1" 200 141 "-" "kube-probe/1.29" 2024-05-09T20:57:05.815117669Z 10.244.0.1 - - [09/May/2024:20:57:05 +0000] "GET /health HTTP/1.1" 200 141 "-" "kube-probe/1.29" 2024-05-09T20:57:05.817361649Z 10.244.0.1 - - [09/May/2024:20:57:05 +0000] "GET /health HTTP/1.1" 200 141 "-" "kube-probe/1.29" 2024-05-09T20:57:10.817119985Z 10.244.0.1 - - [09/May/2024:20:57:10 +0000] "GET /health HTTP/1.1" 200 141 "-" "kube-probe/1.29" 2024-05-09T20:57:10.887072025Z 10.244.0.1 - - [09/May/2024:20:57:10 +0000] "GET /health HTTP/1.1" 200 141 "-" "kube-probe/1.29" 2024-05-09T20:57:15.824785313Z 10.244.0.1 - - [09/May/2024:20:57:15 +0000] "GET /health HTTP/1.1" 200 141 "-" "kube-probe/1.29" 2024-05-09T20:57:15.826265015Z 10.244.0.1 - - [09/May/2024:20:57:15 +0000] "GET /health HTTP/1.1" 200 141 "-" "kube-probe/1.29" 2024-05-09T20:57:20.818860972Z 10.244.0.1 - - [09/May/2024:20:57:20 +0000] "GET /health HTTP/1.1" 200 141 "-" "kube-probe/1.29" 2024-05-09T20:57:20.824929804Z 10.244.0.1 - - [09/May/2024:20:57:20 +0000] "GET /health HTTP/1.1" 200 141 "-" "kube-probe/1.29" 2024-05-09T20:57:25.842316830Z 10.244.0.1 - - [09/May/2024:20:57:25 +0000] "GET /health HTTP/1.1" 200 141 "-" "kube-probe/1.29" 2024-05-09T20:57:25.852094529Z 10.244.0.1 - - [09/May/2024:20:57:25 +0000] "GET /health HTTP/1.1" 200 141 "-" "kube-probe/1.29" 2024-05-09T20:57:30.818457476Z 10.244.0.1 - - [09/May/2024:20:57:30 +0000] "GET /health HTTP/1.1" 200 141 "-" "kube-probe/1.29" 2024-05-09T20:57:30.824836627Z 10.244.0.1 - - [09/May/2024:20:57:30 +0000] "GET /health HTTP/1.1" 200 141 "-" "kube-probe/1.29" 2024-05-09T20:57:35.818955428Z 10.244.0.1 - - [09/May/2024:20:57:35 +0000] "GET /health HTTP/1.1" 200 141 "-" "kube-probe/1.29" 2024-05-09T20:57:35.819336520Z 10.244.0.1 - - [09/May/2024:20:57:35 +0000] "GET /health HTTP/1.1" 200 141 "-" "kube-probe/1.29" 2024-05-09T20:57:40.817278810Z 10.244.0.1 - - [09/May/2024:20:57:40 +0000] "GET /health HTTP/1.1" 200 141 "-" "kube-probe/1.29" 2024-05-09T20:57:40.818150188Z 10.244.0.1 - - [09/May/2024:20:57:40 +0000] "GET /health HTTP/1.1" 200 141 "-" "kube-probe/1.29" 2024-05-09T20:57:45.816934739Z 10.244.0.1 - - [09/May/2024:20:57:45 +0000] "GET /health HTTP/1.1" 200 141 "-" "kube-probe/1.29" 2024-05-09T20:57:45.825537702Z 10.244.0.1 - - [09/May/2024:20:57:45 +0000] "GET /health HTTP/1.1" 200 141 "-" "kube-probe/1.29" 2024-05-09T20:57:50.821656668Z 10.244.0.1 - - [09/May/2024:20:57:50 +0000] "GET /health HTTP/1.1" 200 141 "-" "kube-probe/1.29" 2024-05-09T20:57:50.825874654Z 10.244.0.1 - - [09/May/2024:20:57:50 +0000] "GET /health HTTP/1.1" 200 141 "-" "kube-probe/1.29" 2024-05-09T20:57:55.824184025Z 10.244.0.1 - - [09/May/2024:20:57:55 +0000] "GET /health HTTP/1.1" 200 141 "-" "kube-probe/1.29" 2024-05-09T20:57:55.826943890Z 10.244.0.1 - - [09/May/2024:20:57:55 +0000] "GET /health HTTP/1.1" 200 141 "-" "kube-probe/1.29" 2024-05-09T20:58:00.833997451Z 10.244.0.1 - - [09/May/2024:20:58:00 +0000] "GET /health HTTP/1.1" 200 141 "-" "kube-probe/1.29" 2024-05-09T20:58:00.834016766Z 10.244.0.1 - - [09/May/2024:20:58:00 +0000] "GET /health HTTP/1.1" 200 141 "-" "kube-probe/1.29" 2024-05-09T20:58:05.816834766Z 10.244.0.1 - - [09/May/2024:20:58:05 +0000] "GET /health HTTP/1.1" 200 141 "-" "kube-probe/1.29" 2024-05-09T20:58:05.825203201Z 10.244.0.1 - - [09/May/2024:20:58:05 +0000] "GET /health HTTP/1.1" 200 141 "-" "kube-probe/1.29" 2024-05-09T20:58:10.816697581Z 10.244.0.1 - - [09/May/2024:20:58:10 +0000] "GET /health HTTP/1.1" 200 141 "-" "kube-probe/1.29" 2024-05-09T20:58:10.818024305Z 10.244.0.1 - - [09/May/2024:20:58:10 +0000] "GET /health HTTP/1.1" 200 141 "-" "kube-probe/1.29" 2024-05-09T20:58:15.836325342Z 10.244.0.1 - - [09/May/2024:20:58:15 +0000] "GET /health HTTP/1.1" 200 141 "-" "kube-probe/1.29" 2024-05-09T20:58:15.836933659Z 10.244.0.1 - - [09/May/2024:20:58:15 +0000] "GET /health HTTP/1.1" 200 141 "-" "kube-probe/1.29" 2024-05-09T20:58:20.823095571Z 10.244.0.1 - - [09/May/2024:20:58:20 +0000] "GET /health HTTP/1.1" 200 141 "-" "kube-probe/1.29" 2024-05-09T20:58:20.824321046Z 10.244.0.1 - - [09/May/2024:20:58:20 +0000] "GET /health HTTP/1.1" 200 141 "-" "kube-probe/1.29" 2024-05-09T20:58:25.817998923Z 10.244.0.1 - - [09/May/2024:20:58:25 +0000] "GET /health HTTP/1.1" 200 141 "-" "kube-probe/1.29" 2024-05-09T20:58:25.823463036Z 10.244.0.1 - - [09/May/2024:20:58:25 +0000] "GET /health HTTP/1.1" 200 141 "-" "kube-probe/1.29" 2024-05-09T20:58:30.822699111Z 10.244.0.1 - - [09/May/2024:20:58:30 +0000] "GET /health HTTP/1.1" 200 141 "-" "kube-probe/1.29" 2024-05-09T20:58:30.825082380Z 10.244.0.1 - - [09/May/2024:20:58:30 +0000] "GET /health HTTP/1.1" 200 141 "-" "kube-probe/1.29" 2024-05-09T20:58:35.825589809Z 10.244.0.1 - - [09/May/2024:20:58:35 +0000] "GET /health HTTP/1.1" 200 141 "-" "kube-probe/1.29" 2024-05-09T20:58:35.857182231Z 10.244.0.1 - - [09/May/2024:20:58:35 +0000] "GET /health HTTP/1.1" 200 141 "-" "kube-probe/1.29" 2024-05-09T20:58:40.817524291Z 10.244.0.1 - - [09/May/2024:20:58:40 +0000] "GET /health HTTP/1.1" 200 141 "-" "kube-probe/1.29" 2024-05-09T20:58:40.818222094Z 10.244.0.1 - - [09/May/2024:20:58:40 +0000] "GET /health HTTP/1.1" 200 141 "-" "kube-probe/1.29" 2024-05-09T20:58:45.818501731Z 10.244.0.1 - - [09/May/2024:20:58:45 +0000] "GET /health HTTP/1.1" 200 141 "-" "kube-probe/1.29" 2024-05-09T20:58:45.822433345Z 10.244.0.1 - - [09/May/2024:20:58:45 +0000] "GET /health HTTP/1.1" 200 141 "-" "kube-probe/1.29" 2024-05-09T20:58:50.818976255Z 10.244.0.1 - - [09/May/2024:20:58:50 +0000] "GET /health HTTP/1.1" 200 141 "-" "kube-probe/1.29" 2024-05-09T20:58:50.826199206Z 10.244.0.1 - - [09/May/2024:20:58:50 +0000] "GET /health HTTP/1.1" 200 141 "-" "kube-probe/1.29" 2024-05-09T20:58:55.820598698Z 10.244.0.1 - - [09/May/2024:20:58:55 +0000] "GET /health HTTP/1.1" 200 141 "-" "kube-probe/1.29" 2024-05-09T20:58:55.823963933Z 10.244.0.1 - - [09/May/2024:20:58:55 +0000] "GET /health HTTP/1.1" 200 141 "-" "kube-probe/1.29" 2024-05-09T20:59:00.829494789Z 10.244.0.1 - - [09/May/2024:20:59:00 +0000] "GET /health HTTP/1.1" 200 141 "-" "kube-probe/1.29" 2024-05-09T20:59:00.836603851Z 10.244.0.1 - - [09/May/2024:20:59:00 +0000] "GET /health HTTP/1.1" 200 141 "-" "kube-probe/1.29" 2024-05-09T20:59:05.817863841Z 10.244.0.1 - - [09/May/2024:20:59:05 +0000] "GET /health HTTP/1.1" 200 141 "-" "kube-probe/1.29" 2024-05-09T20:59:05.830275905Z 10.244.0.1 - - [09/May/2024:20:59:05 +0000] "GET /health HTTP/1.1" 200 141 "-" "kube-probe/1.29" 2024-05-09T20:59:10.816203048Z 10.244.0.1 - - [09/May/2024:20:59:10 +0000] "GET /health HTTP/1.1" 200 141 "-" "kube-probe/1.29" 2024-05-09T20:59:10.825384203Z 10.244.0.1 - - [09/May/2024:20:59:10 +0000] "GET /health HTTP/1.1" 200 141 "-" "kube-probe/1.29" 2024-05-09T20:59:15.815250435Z 10.244.0.1 - - [09/May/2024:20:59:15 +0000] "GET /health HTTP/1.1" 200 141 "-" "kube-probe/1.29" 2024-05-09T20:59:15.817729829Z 10.244.0.1 - - [09/May/2024:20:59:15 +0000] "GET /health HTTP/1.1" 200 141 "-" "kube-probe/1.29" 2024-05-09T20:59:20.823589482Z 10.244.0.1 - - [09/May/2024:20:59:20 +0000] "GET /health HTTP/1.1" 200 141 "-" "kube-probe/1.29" 2024-05-09T20:59:20.825067784Z 10.244.0.1 - - [09/May/2024:20:59:20 +0000] "GET /health HTTP/1.1" 200 141 "-" "kube-probe/1.29" 2024-05-09T20:59:25.817538106Z 10.244.0.1 - - [09/May/2024:20:59:25 +0000] "GET /health HTTP/1.1" 200 141 "-" "kube-probe/1.29" 2024-05-09T20:59:25.818884233Z 10.244.0.1 - - [09/May/2024:20:59:25 +0000] "GET /health HTTP/1.1" 200 141 "-" "kube-probe/1.29" 2024-05-09T20:59:30.821108528Z 10.244.0.1 - - [09/May/2024:20:59:30 +0000] "GET /health HTTP/1.1" 200 141 "-" "kube-probe/1.29" 2024-05-09T20:59:30.824546918Z 10.244.0.1 - - [09/May/2024:20:59:30 +0000] "GET /health HTTP/1.1" 200 141 "-" "kube-probe/1.29" 2024-05-09T20:59:35.815816013Z 10.244.0.1 - - [09/May/2024:20:59:35 +0000] "GET /health HTTP/1.1" 200 141 "-" "kube-probe/1.29" 2024-05-09T20:59:35.819402737Z 10.244.0.1 - - [09/May/2024:20:59:35 +0000] "GET /health HTTP/1.1" 200 141 "-" "kube-probe/1.29" 2024-05-09T20:59:40.817603218Z 10.244.0.1 - - [09/May/2024:20:59:40 +0000] "GET /health HTTP/1.1" 200 141 "-" "kube-probe/1.29" 2024-05-09T20:59:40.822305763Z 10.244.0.1 - - [09/May/2024:20:59:40 +0000] "GET /health HTTP/1.1" 200 141 "-" "kube-probe/1.29" 2024-05-09T20:59:45.816364094Z 10.244.0.1 - - [09/May/2024:20:59:45 +0000] "GET /health HTTP/1.1" 200 141 "-" "kube-probe/1.29" 2024-05-09T20:59:45.820188041Z 10.244.0.1 - - [09/May/2024:20:59:45 +0000] "GET /health HTTP/1.1" 200 141 "-" "kube-probe/1.29" 2024-05-09T20:59:50.818058130Z 10.244.0.1 - - [09/May/2024:20:59:50 +0000] "GET /health HTTP/1.1" 200 141 "-" "kube-probe/1.29" 2024-05-09T20:59:50.819208611Z 10.244.0.1 - - [09/May/2024:20:59:50 +0000] "GET /health HTTP/1.1" 200 141 "-" "kube-probe/1.29" 2024-05-09T20:59:55.820031520Z 10.244.0.1 - - [09/May/2024:20:59:55 +0000] "GET /health HTTP/1.1" 200 141 "-" "kube-probe/1.29" 2024-05-09T20:59:55.825078867Z 10.244.0.1 - - [09/May/2024:20:59:55 +0000] "GET /health HTTP/1.1" 200 141 "-" "kube-probe/1.29" 2024-05-09T21:00:00.816861066Z 10.244.0.1 - - [09/May/2024:21:00:00 +0000] "GET /health HTTP/1.1" 200 141 "-" "kube-probe/1.29" 2024-05-09T21:00:00.816897609Z 10.244.0.1 - - [09/May/2024:21:00:00 +0000] "GET /health HTTP/1.1" 200 141 "-" "kube-probe/1.29" 2024-05-09T21:00:05.818361699Z 10.244.0.1 - - [09/May/2024:21:00:05 +0000] "GET /health HTTP/1.1" 200 141 "-" "kube-probe/1.29" 2024-05-09T21:00:05.824598388Z 10.244.0.1 - - [09/May/2024:21:00:05 +0000] "GET /health HTTP/1.1" 200 141 "-" "kube-probe/1.29" 2024-05-09T21:00:10.820794108Z 10.244.0.1 - - [09/May/2024:21:00:10 +0000] "GET /health HTTP/1.1" 200 141 "-" "kube-probe/1.29" 2024-05-09T21:00:10.821499352Z 10.244.0.1 - - [09/May/2024:21:00:10 +0000] "GET /health HTTP/1.1" 200 141 "-" "kube-probe/1.29" 2024-05-09T21:00:15.818367894Z 10.244.0.1 - - [09/May/2024:21:00:15 +0000] "GET /health HTTP/1.1" 200 141 "-" "kube-probe/1.29" 2024-05-09T21:00:15.818782972Z 10.244.0.1 - - [09/May/2024:21:00:15 +0000] "GET /health HTTP/1.1" 200 141 "-" "kube-probe/1.29" 2024-05-09T21:00:20.817227947Z 10.244.0.1 - - [09/May/2024:21:00:20 +0000] "GET /health HTTP/1.1" 200 141 "-" "kube-probe/1.29" 2024-05-09T21:00:20.817500979Z 10.244.0.1 - - [09/May/2024:21:00:20 +0000] "GET /health HTTP/1.1" 200 141 "-" "kube-probe/1.29" 2024-05-09T21:00:25.814971457Z 10.244.0.1 - - [09/May/2024:21:00:25 +0000] "GET /health HTTP/1.1" 200 141 "-" "kube-probe/1.29" 2024-05-09T21:00:25.816918074Z 10.244.0.1 - - [09/May/2024:21:00:25 +0000] "GET /health HTTP/1.1" 200 141 "-" "kube-probe/1.29" 2024-05-09T21:00:30.816855390Z 10.244.0.1 - - [09/May/2024:21:00:30 +0000] "GET /health HTTP/1.1" 200 141 "-" "kube-probe/1.29" 2024-05-09T21:00:30.822523873Z 10.244.0.1 - - [09/May/2024:21:00:30 +0000] "GET /health HTTP/1.1" 200 141 "-" "kube-probe/1.29" 2024-05-09T21:00:35.817020750Z 10.244.0.1 - - [09/May/2024:21:00:35 +0000] "GET /health HTTP/1.1" 200 141 "-" "kube-probe/1.29" 2024-05-09T21:00:35.818821878Z 10.244.0.1 - - [09/May/2024:21:00:35 +0000] "GET /health HTTP/1.1" 200 141 "-" "kube-probe/1.29" 2024-05-09T21:00:40.819042480Z 10.244.0.1 - - [09/May/2024:21:00:40 +0000] "GET /health HTTP/1.1" 200 141 "-" "kube-probe/1.29" 2024-05-09T21:00:40.820329089Z 10.244.0.1 - - [09/May/2024:21:00:40 +0000] "GET /health HTTP/1.1" 200 141 "-" "kube-probe/1.29" 2024-05-09T21:00:45.821411603Z 10.244.0.1 - - [09/May/2024:21:00:45 +0000] "GET /health HTTP/1.1" 200 141 "-" "kube-probe/1.29" 2024-05-09T21:00:45.834479020Z 10.244.0.1 - - [09/May/2024:21:00:45 +0000] "GET /health HTTP/1.1" 200 141 "-" "kube-probe/1.29" 2024-05-09T21:00:50.817856707Z 10.244.0.1 - - [09/May/2024:21:00:50 +0000] "GET /health HTTP/1.1" 200 141 "-" "kube-probe/1.29" 2024-05-09T21:00:50.821394373Z 10.244.0.1 - - [09/May/2024:21:00:50 +0000] "GET /health HTTP/1.1" 200 141 "-" "kube-probe/1.29" 2024-05-09T21:00:55.819430737Z 10.244.0.1 - - [09/May/2024:21:00:55 +0000] "GET /health HTTP/1.1" 200 141 "-" "kube-probe/1.29" 2024-05-09T21:00:55.821201950Z 10.244.0.1 - - [09/May/2024:21:00:55 +0000] "GET /health HTTP/1.1" 200 141 "-" "kube-probe/1.29" 2024-05-09T21:01:00.819149336Z 10.244.0.1 - - [09/May/2024:21:01:00 +0000] "GET /health HTTP/1.1" 200 141 "-" "kube-probe/1.29" 2024-05-09T21:01:00.827289386Z 10.244.0.1 - - [09/May/2024:21:01:00 +0000] "GET /health HTTP/1.1" 200 141 "-" "kube-probe/1.29" 2024-05-09T21:01:05.815530955Z 10.244.0.1 - - [09/May/2024:21:01:05 +0000] "GET /health HTTP/1.1" 200 141 "-" "kube-probe/1.29" 2024-05-09T21:01:05.823134655Z 10.244.0.1 - - [09/May/2024:21:01:05 +0000] "GET /health HTTP/1.1" 200 141 "-" "kube-probe/1.29" 2024-05-09T21:01:10.819715707Z 10.244.0.1 - - [09/May/2024:21:01:10 +0000] "GET /health HTTP/1.1" 200 141 "-" "kube-probe/1.29" 2024-05-09T21:01:10.820125416Z 10.244.0.1 - - [09/May/2024:21:01:10 +0000] "GET /health HTTP/1.1" 200 141 "-" "kube-probe/1.29" 2024-05-09T21:01:15.819711881Z 10.244.0.1 - - [09/May/2024:21:01:15 +0000] "GET /health HTTP/1.1" 200 141 "-" "kube-probe/1.29" 2024-05-09T21:01:15.844805614Z 10.244.0.1 - - [09/May/2024:21:01:15 +0000] "GET /health HTTP/1.1" 200 141 "-" "kube-probe/1.29" 2024-05-09T21:01:20.825639098Z 10.244.0.1 - - [09/May/2024:21:01:20 +0000] "GET /health HTTP/1.1" 200 141 "-" "kube-probe/1.29" 2024-05-09T21:01:20.831276032Z 10.244.0.1 - - [09/May/2024:21:01:20 +0000] "GET /health HTTP/1.1" 200 141 "-" "kube-probe/1.29" 2024-05-09T21:01:25.827954281Z 10.244.0.1 - - [09/May/2024:21:01:25 +0000] "GET /health HTTP/1.1" 200 141 "-" "kube-probe/1.29" 2024-05-09T21:01:25.832778141Z 10.244.0.1 - - [09/May/2024:21:01:25 +0000] "GET /health HTTP/1.1" 200 141 "-" "kube-probe/1.29" 2024-05-09T21:01:30.819585786Z 10.244.0.1 - - [09/May/2024:21:01:30 +0000] "GET /health HTTP/1.1" 200 141 "-" "kube-probe/1.29" 2024-05-09T21:01:30.825910736Z 10.244.0.1 - - [09/May/2024:21:01:30 +0000] "GET /health HTTP/1.1" 200 141 "-" "kube-probe/1.29" 2024-05-09T21:01:35.821764004Z 10.244.0.1 - - [09/May/2024:21:01:35 +0000] "GET /health HTTP/1.1" 200 141 "-" "kube-probe/1.29" 2024-05-09T21:01:35.824510185Z 10.244.0.1 - - [09/May/2024:21:01:35 +0000] "GET /health HTTP/1.1" 200 141 "-" "kube-probe/1.29" 2024-05-09T21:01:40.826325410Z 10.244.0.1 - - [09/May/2024:21:01:40 +0000] "GET /health HTTP/1.1" 200 141 "-" "kube-probe/1.29" 2024-05-09T21:01:40.833974333Z 10.244.0.1 - - [09/May/2024:21:01:40 +0000] "GET /health HTTP/1.1" 200 141 "-" "kube-probe/1.29" 2024-05-09T21:01:45.823454945Z 10.244.0.1 - - [09/May/2024:21:01:45 +0000] "GET /health HTTP/1.1" 200 141 "-" "kube-probe/1.29" 2024-05-09T21:01:45.827803406Z 10.244.0.1 - - [09/May/2024:21:01:45 +0000] "GET /health HTTP/1.1" 200 141 "-" "kube-probe/1.29" 2024-05-09T21:01:50.818236803Z 10.244.0.1 - - [09/May/2024:21:01:50 +0000] "GET /health HTTP/1.1" 200 141 "-" "kube-probe/1.29" 2024-05-09T21:01:50.819463910Z 10.244.0.1 - - [09/May/2024:21:01:50 +0000] "GET /health HTTP/1.1" 200 141 "-" "kube-probe/1.29" 2024-05-09T21:01:55.817943931Z 10.244.0.1 - - [09/May/2024:21:01:55 +0000] "GET /health HTTP/1.1" 200 141 "-" "kube-probe/1.29" 2024-05-09T21:01:55.819006808Z 10.244.0.1 - - [09/May/2024:21:01:55 +0000] "GET /health HTTP/1.1" 200 141 "-" "kube-probe/1.29" 2024-05-09T21:02:00.815830677Z 10.244.0.1 - - [09/May/2024:21:02:00 +0000] "GET /health HTTP/1.1" 200 141 "-" "kube-probe/1.29" 2024-05-09T21:02:00.824055017Z 10.244.0.1 - - [09/May/2024:21:02:00 +0000] "GET /health HTTP/1.1" 200 141 "-" "kube-probe/1.29" 2024-05-09T21:02:05.819433567Z 10.244.0.1 - - [09/May/2024:21:02:05 +0000] "GET /health HTTP/1.1" 200 141 "-" "kube-probe/1.29" 2024-05-09T21:02:05.845115795Z 10.244.0.1 - - [09/May/2024:21:02:05 +0000] "GET /health HTTP/1.1" 200 141 "-" "kube-probe/1.29" 2024-05-09T21:02:10.819766359Z 10.244.0.1 - - [09/May/2024:21:02:10 +0000] "GET /health HTTP/1.1" 200 141 "-" "kube-probe/1.29" 2024-05-09T21:02:10.825702313Z 10.244.0.1 - - [09/May/2024:21:02:10 +0000] "GET /health HTTP/1.1" 200 141 "-" "kube-probe/1.29" 2024-05-09T21:02:15.821997468Z 10.244.0.1 - - [09/May/2024:21:02:15 +0000] "GET /health HTTP/1.1" 200 141 "-" "kube-probe/1.29" 2024-05-09T21:02:15.835551925Z 10.244.0.1 - - [09/May/2024:21:02:15 +0000] "GET /health HTTP/1.1" 200 141 "-" "kube-probe/1.29" 2024-05-09T21:02:20.819706562Z 10.244.0.1 - - [09/May/2024:21:02:20 +0000] "GET /health HTTP/1.1" 200 141 "-" "kube-probe/1.29" 2024-05-09T21:02:20.824736489Z 10.244.0.1 - - [09/May/2024:21:02:20 +0000] "GET /health HTTP/1.1" 200 141 "-" "kube-probe/1.29" 2024-05-09T21:02:25.824248085Z 10.244.0.1 - - [09/May/2024:21:02:25 +0000] "GET /health HTTP/1.1" 200 141 "-" "kube-probe/1.29" 2024-05-09T21:02:25.831471068Z 10.244.0.1 - - [09/May/2024:21:02:25 +0000] "GET /health HTTP/1.1" 200 141 "-" "kube-probe/1.29" 2024-05-09T21:02:30.817155611Z 10.244.0.1 - - [09/May/2024:21:02:30 +0000] "GET /health HTTP/1.1" 200 141 "-" "kube-probe/1.29" 2024-05-09T21:02:30.818420947Z 10.244.0.1 - - [09/May/2024:21:02:30 +0000] "GET /health HTTP/1.1" 200 141 "-" "kube-probe/1.29" 2024-05-09T21:02:35.817192111Z 10.244.0.1 - - [09/May/2024:21:02:35 +0000] "GET /health HTTP/1.1" 200 141 "-" "kube-probe/1.29" 2024-05-09T21:02:35.822415276Z 10.244.0.1 - - [09/May/2024:21:02:35 +0000] "GET /health HTTP/1.1" 200 141 "-" "kube-probe/1.29" 2024-05-09T21:02:40.816569495Z 10.244.0.1 - - [09/May/2024:21:02:40 +0000] "GET /health HTTP/1.1" 200 141 "-" "kube-probe/1.29" 2024-05-09T21:02:40.816619170Z 10.244.0.1 - - [09/May/2024:21:02:40 +0000] "GET /health HTTP/1.1" 200 141 "-" "kube-probe/1.29" 2024-05-09T21:02:45.815198261Z 10.244.0.1 - - [09/May/2024:21:02:45 +0000] "GET /health HTTP/1.1" 200 141 "-" "kube-probe/1.29" 2024-05-09T21:02:45.820018151Z 10.244.0.1 - - [09/May/2024:21:02:45 +0000] "GET /health HTTP/1.1" 200 141 "-" "kube-probe/1.29" 2024-05-09T21:02:50.823198224Z 10.244.0.1 - - [09/May/2024:21:02:50 +0000] "GET /health HTTP/1.1" 200 141 "-" "kube-probe/1.29" 2024-05-09T21:02:50.824229176Z 10.244.0.1 - - [09/May/2024:21:02:50 +0000] "GET /health HTTP/1.1" 200 141 "-" "kube-probe/1.29" 2024-05-09T21:02:55.818168466Z 10.244.0.1 - - [09/May/2024:21:02:55 +0000] "GET /health HTTP/1.1" 200 141 "-" "kube-probe/1.29" 2024-05-09T21:02:55.823844121Z 10.244.0.1 - - [09/May/2024:21:02:55 +0000] "GET /health HTTP/1.1" 200 141 "-" "kube-probe/1.29" 2024-05-09T21:03:00.818781345Z 10.244.0.1 - - [09/May/2024:21:03:00 +0000] "GET /health HTTP/1.1" 200 141 "-" "kube-probe/1.29" 2024-05-09T21:03:00.821578322Z 10.244.0.1 - - [09/May/2024:21:03:00 +0000] "GET /health HTTP/1.1" 200 141 "-" "kube-probe/1.29" 2024-05-09T21:03:05.816541014Z 10.244.0.1 - - [09/May/2024:21:03:05 +0000] "GET /health HTTP/1.1" 200 141 "-" "kube-probe/1.29" 2024-05-09T21:03:05.818452396Z 10.244.0.1 - - [09/May/2024:21:03:05 +0000] "GET /health HTTP/1.1" 200 141 "-" "kube-probe/1.29" 2024-05-09T21:03:10.817083737Z 10.244.0.1 - - [09/May/2024:21:03:10 +0000] "GET /health HTTP/1.1" 200 141 "-" "kube-probe/1.29" 2024-05-09T21:03:10.817344136Z 10.244.0.1 - - [09/May/2024:21:03:10 +0000] "GET /health HTTP/1.1" 200 141 "-" "kube-probe/1.29" 2024-05-09T21:03:15.823112407Z 10.244.0.1 - - [09/May/2024:21:03:15 +0000] "GET /health HTTP/1.1" 200 141 "-" "kube-probe/1.29" 2024-05-09T21:03:15.824677267Z 10.244.0.1 - - [09/May/2024:21:03:15 +0000] "GET /health HTTP/1.1" 200 141 "-" "kube-probe/1.29" 2024-05-09T21:03:20.815826919Z 10.244.0.1 - - [09/May/2024:21:03:20 +0000] "GET /health HTTP/1.1" 200 141 "-" "kube-probe/1.29" 2024-05-09T21:03:20.825667111Z 10.244.0.1 - - [09/May/2024:21:03:20 +0000] "GET /health HTTP/1.1" 200 141 "-" "kube-probe/1.29" 2024-05-09T21:03:25.817747153Z 10.244.0.1 - - [09/May/2024:21:03:25 +0000] "GET /health HTTP/1.1" 200 141 "-" "kube-probe/1.29" 2024-05-09T21:03:25.819752623Z 10.244.0.1 - - [09/May/2024:21:03:25 +0000] "GET /health HTTP/1.1" 200 141 "-" "kube-probe/1.29" 2024-05-09T21:03:30.817214964Z 10.244.0.1 - - [09/May/2024:21:03:30 +0000] "GET /health HTTP/1.1" 200 141 "-" "kube-probe/1.29" 2024-05-09T21:03:30.826784802Z 10.244.0.1 - - [09/May/2024:21:03:30 +0000] "GET /health HTTP/1.1" 200 141 "-" "kube-probe/1.29" 2024-05-09T21:03:35.816928682Z 10.244.0.1 - - [09/May/2024:21:03:35 +0000] "GET /health HTTP/1.1" 200 141 "-" "kube-probe/1.29" 2024-05-09T21:03:35.819520223Z 10.244.0.1 - - [09/May/2024:21:03:35 +0000] "GET /health HTTP/1.1" 200 141 "-" "kube-probe/1.29" 2024-05-09T21:03:40.817415973Z 10.244.0.1 - - [09/May/2024:21:03:40 +0000] "GET /health HTTP/1.1" 200 141 "-" "kube-probe/1.29" 2024-05-09T21:03:40.819513858Z 10.244.0.1 - - [09/May/2024:21:03:40 +0000] "GET /health HTTP/1.1" 200 141 "-" "kube-probe/1.29" 2024-05-09T21:03:45.825514808Z 10.244.0.1 - - [09/May/2024:21:03:45 +0000] "GET /health HTTP/1.1" 200 141 "-" "kube-probe/1.29" 2024-05-09T21:03:45.825975361Z 10.244.0.1 - - [09/May/2024:21:03:45 +0000] "GET /health HTTP/1.1" 200 141 "-" "kube-probe/1.29" 2024-05-09T21:03:50.819221545Z 10.244.0.1 - - [09/May/2024:21:03:50 +0000] "GET /health HTTP/1.1" 200 141 "-" "kube-probe/1.29" 2024-05-09T21:03:50.828870901Z 10.244.0.1 - - [09/May/2024:21:03:50 +0000] "GET /health HTTP/1.1" 200 141 "-" "kube-probe/1.29" 2024-05-09T21:03:55.816852618Z 10.244.0.1 - - [09/May/2024:21:03:55 +0000] "GET /health HTTP/1.1" 200 141 "-" "kube-probe/1.29" 2024-05-09T21:03:55.820145522Z 10.244.0.1 - - [09/May/2024:21:03:55 +0000] "GET /health HTTP/1.1" 200 141 "-" "kube-probe/1.29" 2024-05-09T21:04:00.822124485Z 10.244.0.1 - - [09/May/2024:21:04:00 +0000] "GET /health HTTP/1.1" 200 141 "-" "kube-probe/1.29" 2024-05-09T21:04:00.829866147Z 10.244.0.1 - - [09/May/2024:21:04:00 +0000] "GET /health HTTP/1.1" 200 141 "-" "kube-probe/1.29" 2024-05-09T21:04:05.815184528Z 10.244.0.1 - - [09/May/2024:21:04:05 +0000] "GET /health HTTP/1.1" 200 141 "-" "kube-probe/1.29" 2024-05-09T21:04:05.821212777Z 10.244.0.1 - - [09/May/2024:21:04:05 +0000] "GET /health HTTP/1.1" 200 141 "-" "kube-probe/1.29" 2024-05-09T21:04:10.818151795Z 10.244.0.1 - - [09/May/2024:21:04:10 +0000] "GET /health HTTP/1.1" 200 141 "-" "kube-probe/1.29" 2024-05-09T21:04:10.825343956Z 10.244.0.1 - - [09/May/2024:21:04:10 +0000] "GET /health HTTP/1.1" 200 141 "-" "kube-probe/1.29" 2024-05-09T21:04:15.819596775Z 10.244.0.1 - - [09/May/2024:21:04:15 +0000] "GET /health HTTP/1.1" 200 141 "-" "kube-probe/1.29" 2024-05-09T21:04:15.820978227Z 10.244.0.1 - - [09/May/2024:21:04:15 +0000] "GET /health HTTP/1.1" 200 141 "-" "kube-probe/1.29" 2024-05-09T21:04:20.815989022Z 10.244.0.1 - - [09/May/2024:21:04:20 +0000] "GET /health HTTP/1.1" 200 141 "-" "kube-probe/1.29" 2024-05-09T21:04:20.818478837Z 10.244.0.1 - - [09/May/2024:21:04:20 +0000] "GET /health HTTP/1.1" 200 141 "-" "kube-probe/1.29" 2024-05-09T21:04:25.816246986Z 10.244.0.1 - - [09/May/2024:21:04:25 +0000] "GET /health HTTP/1.1" 200 141 "-" "kube-probe/1.29" 2024-05-09T21:04:25.822506671Z 10.244.0.1 - - [09/May/2024:21:04:25 +0000] "GET /health HTTP/1.1" 200 141 "-" "kube-probe/1.29" 2024-05-09T21:04:30.817043635Z 10.244.0.1 - - [09/May/2024:21:04:30 +0000] "GET /health HTTP/1.1" 200 141 "-" "kube-probe/1.29" 2024-05-09T21:04:30.820108616Z 10.244.0.1 - - [09/May/2024:21:04:30 +0000] "GET /health HTTP/1.1" 200 141 "-" "kube-probe/1.29" 2024-05-09T21:04:35.817724177Z 10.244.0.1 - - [09/May/2024:21:04:35 +0000] "GET /health HTTP/1.1" 200 141 "-" "kube-probe/1.29" 2024-05-09T21:04:35.821125109Z 10.244.0.1 - - [09/May/2024:21:04:35 +0000] "GET /health HTTP/1.1" 200 141 "-" "kube-probe/1.29" 2024-05-09T21:04:40.814931329Z 10.244.0.1 - - [09/May/2024:21:04:40 +0000] "GET /health HTTP/1.1" 200 141 "-" "kube-probe/1.29" 2024-05-09T21:04:40.816509573Z 10.244.0.1 - - [09/May/2024:21:04:40 +0000] "GET /health HTTP/1.1" 200 141 "-" "kube-probe/1.29" 2024-05-09T21:04:45.820395402Z 10.244.0.1 - - [09/May/2024:21:04:45 +0000] "GET /health HTTP/1.1" 200 141 "-" "kube-probe/1.29" 2024-05-09T21:04:45.821056639Z 10.244.0.1 - - [09/May/2024:21:04:45 +0000] "GET /health HTTP/1.1" 200 141 "-" "kube-probe/1.29" 2024-05-09T21:04:50.819003823Z 10.244.0.1 - - [09/May/2024:21:04:50 +0000] "GET /health HTTP/1.1" 200 141 "-" "kube-probe/1.29" 2024-05-09T21:04:50.823506546Z 10.244.0.1 - - [09/May/2024:21:04:50 +0000] "GET /health HTTP/1.1" 200 141 "-" "kube-probe/1.29" 2024-05-09T21:04:55.818261733Z 10.244.0.1 - - [09/May/2024:21:04:55 +0000] "GET /health HTTP/1.1" 200 141 "-" "kube-probe/1.29" 2024-05-09T21:04:55.820004916Z 10.244.0.1 - - [09/May/2024:21:04:55 +0000] "GET /health HTTP/1.1" 200 141 "-" "kube-probe/1.29" 2024-05-09T21:05:00.819110032Z 10.244.0.1 - - [09/May/2024:21:05:00 +0000] "GET /health HTTP/1.1" 200 141 "-" "kube-probe/1.29" 2024-05-09T21:05:00.820201892Z 10.244.0.1 - - [09/May/2024:21:05:00 +0000] "GET /health HTTP/1.1" 200 141 "-" "kube-probe/1.29" 2024-05-09T21:05:05.817313386Z 10.244.0.1 - - [09/May/2024:21:05:05 +0000] "GET /health HTTP/1.1" 200 141 "-" "kube-probe/1.29" 2024-05-09T21:05:05.823320475Z 10.244.0.1 - - [09/May/2024:21:05:05 +0000] "GET /health HTTP/1.1" 200 141 "-" "kube-probe/1.29" 2024-05-09T21:05:10.818506132Z 10.244.0.1 - - [09/May/2024:21:05:10 +0000] "GET /health HTTP/1.1" 200 141 "-" "kube-probe/1.29" 2024-05-09T21:05:10.825572322Z 10.244.0.1 - - [09/May/2024:21:05:10 +0000] "GET /health HTTP/1.1" 200 141 "-" "kube-probe/1.29" 2024-05-09T21:05:15.815545386Z 10.244.0.1 - - [09/May/2024:21:05:15 +0000] "GET /health HTTP/1.1" 200 141 "-" "kube-probe/1.29" 2024-05-09T21:05:15.818524543Z 10.244.0.1 - - [09/May/2024:21:05:15 +0000] "GET /health HTTP/1.1" 200 141 "-" "kube-probe/1.29" 2024-05-09T21:05:20.814850005Z 10.244.0.1 - - [09/May/2024:21:05:20 +0000] "GET /health HTTP/1.1" 200 141 "-" "kube-probe/1.29" 2024-05-09T21:05:20.830111640Z 10.244.0.1 - - [09/May/2024:21:05:20 +0000] "GET /health HTTP/1.1" 200 141 "-" "kube-probe/1.29" 2024-05-09T21:05:25.822801522Z 10.244.0.1 - - [09/May/2024:21:05:25 +0000] "GET /health HTTP/1.1" 200 141 "-" "kube-probe/1.29" 2024-05-09T21:05:25.835072373Z 10.244.0.1 - - [09/May/2024:21:05:25 +0000] "GET /health HTTP/1.1" 200 141 "-" "kube-probe/1.29" 2024-05-09T21:05:30.817858171Z 10.244.0.1 - - [09/May/2024:21:05:30 +0000] "GET /health HTTP/1.1" 200 141 "-" "kube-probe/1.29" 2024-05-09T21:05:30.828073860Z 10.244.0.1 - - [09/May/2024:21:05:30 +0000] "GET /health HTTP/1.1" 200 141 "-" "kube-probe/1.29" 2024-05-09T21:05:35.815856932Z 10.244.0.1 - - [09/May/2024:21:05:35 +0000] "GET /health HTTP/1.1" 200 141 "-" "kube-probe/1.29" 2024-05-09T21:05:35.818059769Z 10.244.0.1 - - [09/May/2024:21:05:35 +0000] "GET /health HTTP/1.1" 200 141 "-" "kube-probe/1.29" 2024-05-09T21:05:40.817455164Z 10.244.0.1 - - [09/May/2024:21:05:40 +0000] "GET /health HTTP/1.1" 200 141 "-" "kube-probe/1.29" 2024-05-09T21:05:40.820092448Z 10.244.0.1 - - [09/May/2024:21:05:40 +0000] "GET /health HTTP/1.1" 200 141 "-" "kube-probe/1.29" 2024-05-09T21:05:45.817335949Z 10.244.0.1 - - [09/May/2024:21:05:45 +0000] "GET /health HTTP/1.1" 200 141 "-" "kube-probe/1.29" 2024-05-09T21:05:45.821652239Z 10.244.0.1 - - [09/May/2024:21:05:45 +0000] "GET /health HTTP/1.1" 200 141 "-" "kube-probe/1.29" 2024-05-09T21:05:50.816076775Z 10.244.0.1 - - [09/May/2024:21:05:50 +0000] "GET /health HTTP/1.1" 200 141 "-" "kube-probe/1.29" 2024-05-09T21:05:50.818262764Z 10.244.0.1 - - [09/May/2024:21:05:50 +0000] "GET /health HTTP/1.1" 200 141 "-" "kube-probe/1.29" 2024-05-09T21:05:55.822947527Z 10.244.0.1 - - [09/May/2024:21:05:55 +0000] "GET /health HTTP/1.1" 200 141 "-" "kube-probe/1.29" 2024-05-09T21:05:55.823471343Z 10.244.0.1 - - [09/May/2024:21:05:55 +0000] "GET /health HTTP/1.1" 200 141 "-" "kube-probe/1.29" 2024-05-09T21:06:00.821786346Z 10.244.0.1 - - [09/May/2024:21:06:00 +0000] "GET /health HTTP/1.1" 200 141 "-" "kube-probe/1.29" 2024-05-09T21:06:00.822120726Z 10.244.0.1 - - [09/May/2024:21:06:00 +0000] "GET /health HTTP/1.1" 200 141 "-" "kube-probe/1.29" 2024-05-09T21:06:05.816118760Z 10.244.0.1 - - [09/May/2024:21:06:05 +0000] "GET /health HTTP/1.1" 200 141 "-" "kube-probe/1.29" 2024-05-09T21:06:05.816624992Z 10.244.0.1 - - [09/May/2024:21:06:05 +0000] "GET /health HTTP/1.1" 200 141 "-" "kube-probe/1.29" 2024-05-09T21:06:10.817521508Z 10.244.0.1 - - [09/May/2024:21:06:10 +0000] "GET /health HTTP/1.1" 200 141 "-" "kube-probe/1.29" 2024-05-09T21:06:10.822408182Z 10.244.0.1 - - [09/May/2024:21:06:10 +0000] "GET /health HTTP/1.1" 200 141 "-" "kube-probe/1.29" 2024-05-09T21:06:15.817404243Z 10.244.0.1 - - [09/May/2024:21:06:15 +0000] "GET /health HTTP/1.1" 200 141 "-" "kube-probe/1.29" 2024-05-09T21:06:15.818026911Z 10.244.0.1 - - [09/May/2024:21:06:15 +0000] "GET /health HTTP/1.1" 200 141 "-" "kube-probe/1.29" 2024-05-09T21:06:20.817785140Z 10.244.0.1 - - [09/May/2024:21:06:20 +0000] "GET /health HTTP/1.1" 200 141 "-" "kube-probe/1.29" 2024-05-09T21:06:20.819100345Z 10.244.0.1 - - [09/May/2024:21:06:20 +0000] "GET /health HTTP/1.1" 200 141 "-" "kube-probe/1.29" 2024-05-09T21:06:25.822903196Z 10.244.0.1 - - [09/May/2024:21:06:25 +0000] "GET /health HTTP/1.1" 200 141 "-" "kube-probe/1.29" 2024-05-09T21:06:25.824783861Z 10.244.0.1 - - [09/May/2024:21:06:25 +0000] "GET /health HTTP/1.1" 200 141 "-" "kube-probe/1.29" 2024-05-09T21:06:30.823684081Z 10.244.0.1 - - [09/May/2024:21:06:30 +0000] "GET /health HTTP/1.1" 200 141 "-" "kube-probe/1.29" 2024-05-09T21:06:30.829796392Z 10.244.0.1 - - [09/May/2024:21:06:30 +0000] "GET /health HTTP/1.1" 200 141 "-" "kube-probe/1.29" 2024-05-09T21:06:35.817122782Z 10.244.0.1 - - [09/May/2024:21:06:35 +0000] "GET /health HTTP/1.1" 200 141 "-" "kube-probe/1.29" 2024-05-09T21:06:35.820482645Z 10.244.0.1 - - [09/May/2024:21:06:35 +0000] "GET /health HTTP/1.1" 200 141 "-" "kube-probe/1.29" 2024-05-09T21:06:40.819554983Z 10.244.0.1 - - [09/May/2024:21:06:40 +0000] "GET /health HTTP/1.1" 200 141 "-" "kube-probe/1.29" 2024-05-09T21:06:40.821225719Z 10.244.0.1 - - [09/May/2024:21:06:40 +0000] "GET /health HTTP/1.1" 200 141 "-" "kube-probe/1.29" 2024-05-09T21:06:45.817313109Z 10.244.0.1 - - [09/May/2024:21:06:45 +0000] "GET /health HTTP/1.1" 200 141 "-" "kube-probe/1.29" 2024-05-09T21:06:45.826073760Z 10.244.0.1 - - [09/May/2024:21:06:45 +0000] "GET /health HTTP/1.1" 200 141 "-" "kube-probe/1.29" 2024-05-09T21:06:50.817704349Z 10.244.0.1 - - [09/May/2024:21:06:50 +0000] "GET /health HTTP/1.1" 200 141 "-" "kube-probe/1.29" 2024-05-09T21:06:50.829321441Z 10.244.0.1 - - [09/May/2024:21:06:50 +0000] "GET /health HTTP/1.1" 200 141 "-" "kube-probe/1.29" 2024-05-09T21:06:55.817608070Z 10.244.0.1 - - [09/May/2024:21:06:55 +0000] "GET /health HTTP/1.1" 200 141 "-" "kube-probe/1.29" 2024-05-09T21:06:55.821528796Z 10.244.0.1 - - [09/May/2024:21:06:55 +0000] "GET /health HTTP/1.1" 200 141 "-" "kube-probe/1.29" 2024-05-09T21:07:00.817136549Z 10.244.0.1 - - [09/May/2024:21:07:00 +0000] "GET /health HTTP/1.1" 200 141 "-" "kube-probe/1.29" 2024-05-09T21:07:00.817921565Z 10.244.0.1 - - [09/May/2024:21:07:00 +0000] "GET /health HTTP/1.1" 200 141 "-" "kube-probe/1.29" 2024-05-09T21:07:05.817359489Z 10.244.0.1 - - [09/May/2024:21:07:05 +0000] "GET /health HTTP/1.1" 200 141 "-" "kube-probe/1.29" 2024-05-09T21:07:05.821036028Z 10.244.0.1 - - [09/May/2024:21:07:05 +0000] "GET /health HTTP/1.1" 200 141 "-" "kube-probe/1.29" 2024-05-09T21:07:10.814865013Z 10.244.0.1 - - [09/May/2024:21:07:10 +0000] "GET /health HTTP/1.1" 200 141 "-" "kube-probe/1.29" 2024-05-09T21:07:10.814895317Z 10.244.0.1 - - [09/May/2024:21:07:10 +0000] "GET /health HTTP/1.1" 200 141 "-" "kube-probe/1.29" 2024-05-09T21:07:15.815720554Z 10.244.0.1 - - [09/May/2024:21:07:15 +0000] "GET /health HTTP/1.1" 200 141 "-" "kube-probe/1.29" 2024-05-09T21:07:15.815778125Z 10.244.0.1 - - [09/May/2024:21:07:15 +0000] "GET /health HTTP/1.1" 200 141 "-" "kube-probe/1.29" 2024-05-09T21:07:20.815236394Z 10.244.0.1 - - [09/May/2024:21:07:20 +0000] "GET /health HTTP/1.1" 200 141 "-" "kube-probe/1.29" 2024-05-09T21:07:20.815507323Z 10.244.0.1 - - [09/May/2024:21:07:20 +0000] "GET /health HTTP/1.1" 200 141 "-" "kube-probe/1.29" 2024-05-09T21:07:25.818832271Z 10.244.0.1 - - [09/May/2024:21:07:25 +0000] "GET /health HTTP/1.1" 200 141 "-" "kube-probe/1.29" 2024-05-09T21:07:25.820394089Z 10.244.0.1 - - [09/May/2024:21:07:25 +0000] "GET /health HTTP/1.1" 200 141 "-" "kube-probe/1.29" 2024-05-09T21:07:30.818149011Z 10.244.0.1 - - [09/May/2024:21:07:30 +0000] "GET /health HTTP/1.1" 200 141 "-" "kube-probe/1.29" 2024-05-09T21:07:30.822549613Z 10.244.0.1 - - [09/May/2024:21:07:30 +0000] "GET /health HTTP/1.1" 200 141 "-" "kube-probe/1.29" 2024-05-09T21:07:35.817590471Z 10.244.0.1 - - [09/May/2024:21:07:35 +0000] "GET /health HTTP/1.1" 200 141 "-" "kube-probe/1.29" 2024-05-09T21:07:35.821551362Z 10.244.0.1 - - [09/May/2024:21:07:35 +0000] "GET /health HTTP/1.1" 200 141 "-" "kube-probe/1.29" 2024-05-09T21:07:40.817305528Z 10.244.0.1 - - [09/May/2024:21:07:40 +0000] "GET /health HTTP/1.1" 200 141 "-" "kube-probe/1.29" 2024-05-09T21:07:40.827549057Z 10.244.0.1 - - [09/May/2024:21:07:40 +0000] "GET /health HTTP/1.1" 200 141 "-" "kube-probe/1.29" 2024-05-09T21:07:45.820442964Z 10.244.0.1 - - [09/May/2024:21:07:45 +0000] "GET /health HTTP/1.1" 200 141 "-" "kube-probe/1.29" 2024-05-09T21:07:45.826143601Z 10.244.0.1 - - [09/May/2024:21:07:45 +0000] "GET /health HTTP/1.1" 200 141 "-" "kube-probe/1.29" 2024-05-09T21:07:50.817434769Z 10.244.0.1 - - [09/May/2024:21:07:50 +0000] "GET /health HTTP/1.1" 200 141 "-" "kube-probe/1.29" 2024-05-09T21:07:50.825088874Z 10.244.0.1 - - [09/May/2024:21:07:50 +0000] "GET /health HTTP/1.1" 200 141 "-" "kube-probe/1.29" 2024-05-09T21:07:55.820951121Z 10.244.0.1 - - [09/May/2024:21:07:55 +0000] "GET /health HTTP/1.1" 200 141 "-" "kube-probe/1.29" 2024-05-09T21:07:55.821321653Z 10.244.0.1 - - [09/May/2024:21:07:55 +0000] "GET /health HTTP/1.1" 200 141 "-" "kube-probe/1.29" 2024-05-09T21:08:00.830992558Z 10.244.0.1 - - [09/May/2024:21:08:00 +0000] "GET /health HTTP/1.1" 200 141 "-" "kube-probe/1.29" 2024-05-09T21:08:00.839080963Z 10.244.0.1 - - [09/May/2024:21:08:00 +0000] "GET /health HTTP/1.1" 200 141 "-" "kube-probe/1.29" 2024-05-09T21:08:05.821919885Z 10.244.0.1 - - [09/May/2024:21:08:05 +0000] "GET /health HTTP/1.1" 200 141 "-" "kube-probe/1.29" 2024-05-09T21:08:05.824347669Z 10.244.0.1 - - [09/May/2024:21:08:05 +0000] "GET /health HTTP/1.1" 200 141 "-" "kube-probe/1.29" 2024-05-09T21:08:10.819966985Z 10.244.0.1 - - [09/May/2024:21:08:10 +0000] "GET /health HTTP/1.1" 200 141 "-" "kube-probe/1.29" 2024-05-09T21:08:10.822680584Z 10.244.0.1 - - [09/May/2024:21:08:10 +0000] "GET /health HTTP/1.1" 200 141 "-" "kube-probe/1.29" 2024-05-09T21:08:15.816068502Z 10.244.0.1 - - [09/May/2024:21:08:15 +0000] "GET /health HTTP/1.1" 200 141 "-" "kube-probe/1.29" 2024-05-09T21:08:15.825226697Z 10.244.0.1 - - [09/May/2024:21:08:15 +0000] "GET /health HTTP/1.1" 200 141 "-" "kube-probe/1.29" 2024-05-09T21:08:20.815696443Z 10.244.0.1 - - [09/May/2024:21:08:20 +0000] "GET /health HTTP/1.1" 200 141 "-" "kube-probe/1.29" 2024-05-09T21:08:20.816779957Z 10.244.0.1 - - [09/May/2024:21:08:20 +0000] "GET /health HTTP/1.1" 200 141 "-" "kube-probe/1.29" 2024-05-09T21:08:25.828852419Z 10.244.0.1 - - [09/May/2024:21:08:25 +0000] "GET /health HTTP/1.1" 200 141 "-" "kube-probe/1.29" 2024-05-09T21:08:25.833519950Z 10.244.0.1 - - [09/May/2024:21:08:25 +0000] "GET /health HTTP/1.1" 200 141 "-" "kube-probe/1.29" 2024-05-09T21:08:30.821042327Z 10.244.0.1 - - [09/May/2024:21:08:30 +0000] "GET /health HTTP/1.1" 200 141 "-" "kube-probe/1.29" 2024-05-09T21:08:30.832462184Z 10.244.0.1 - - [09/May/2024:21:08:30 +0000] "GET /health HTTP/1.1" 200 141 "-" "kube-probe/1.29" 2024-05-09T21:08:35.816404733Z 10.244.0.1 - - [09/May/2024:21:08:35 +0000] "GET /health HTTP/1.1" 200 141 "-" "kube-probe/1.29" 2024-05-09T21:08:35.826790591Z 10.244.0.1 - - [09/May/2024:21:08:35 +0000] "GET /health HTTP/1.1" 200 141 "-" "kube-probe/1.29" 2024-05-09T21:08:40.818227092Z 10.244.0.1 - - [09/May/2024:21:08:40 +0000] "GET /health HTTP/1.1" 200 141 "-" "kube-probe/1.29" 2024-05-09T21:08:40.828106842Z 10.244.0.1 - - [09/May/2024:21:08:40 +0000] "GET /health HTTP/1.1" 200 141 "-" "kube-probe/1.29" 2024-05-09T21:08:45.818710396Z 10.244.0.1 - - [09/May/2024:21:08:45 +0000] "GET /health HTTP/1.1" 200 141 "-" "kube-probe/1.29" 2024-05-09T21:08:45.821425952Z 10.244.0.1 - - [09/May/2024:21:08:45 +0000] "GET /health HTTP/1.1" 200 141 "-" "kube-probe/1.29" 2024-05-09T21:08:50.814698126Z 10.244.0.1 - - [09/May/2024:21:08:50 +0000] "GET /health HTTP/1.1" 200 141 "-" "kube-probe/1.29" 2024-05-09T21:08:50.825223359Z 10.244.0.1 - - [09/May/2024:21:08:50 +0000] "GET /health HTTP/1.1" 200 141 "-" "kube-probe/1.29" 2024-05-09T21:08:55.822717973Z 10.244.0.1 - - [09/May/2024:21:08:55 +0000] "GET /health HTTP/1.1" 200 141 "-" "kube-probe/1.29" 2024-05-09T21:08:55.823865035Z 10.244.0.1 - - [09/May/2024:21:08:55 +0000] "GET /health HTTP/1.1" 200 141 "-" "kube-probe/1.29" 2024-05-09T21:09:00.818016268Z 10.244.0.1 - - [09/May/2024:21:09:00 +0000] "GET /health HTTP/1.1" 200 141 "-" "kube-probe/1.29" 2024-05-09T21:09:00.820070943Z 10.244.0.1 - - [09/May/2024:21:09:00 +0000] "GET /health HTTP/1.1" 200 141 "-" "kube-probe/1.29" 2024-05-09T21:09:05.820750522Z 10.244.0.1 - - [09/May/2024:21:09:05 +0000] "GET /health HTTP/1.1" 200 141 "-" "kube-probe/1.29" 2024-05-09T21:09:05.822828602Z 10.244.0.1 - - [09/May/2024:21:09:05 +0000] "GET /health HTTP/1.1" 200 141 "-" "kube-probe/1.29" 2024-05-09T21:09:10.818306069Z 10.244.0.1 - - [09/May/2024:21:09:10 +0000] "GET /health HTTP/1.1" 200 141 "-" "kube-probe/1.29" 2024-05-09T21:09:10.818875587Z 10.244.0.1 - - [09/May/2024:21:09:10 +0000] "GET /health HTTP/1.1" 200 141 "-" "kube-probe/1.29" 2024-05-09T21:09:15.816239238Z 10.244.0.1 - - [09/May/2024:21:09:15 +0000] "GET /health HTTP/1.1" 200 141 "-" "kube-probe/1.29" 2024-05-09T21:09:15.818634400Z 10.244.0.1 - - [09/May/2024:21:09:15 +0000] "GET /health HTTP/1.1" 200 141 "-" "kube-probe/1.29" 2024-05-09T21:09:20.824637983Z 10.244.0.1 - - [09/May/2024:21:09:20 +0000] "GET /health HTTP/1.1" 200 141 "-" "kube-probe/1.29" 2024-05-09T21:09:20.836031254Z 10.244.0.1 - - [09/May/2024:21:09:20 +0000] "GET /health HTTP/1.1" 200 141 "-" "kube-probe/1.29" 2024-05-09T21:09:25.817438879Z 10.244.0.1 - - [09/May/2024:21:09:25 +0000] "GET /health HTTP/1.1" 200 141 "-" "kube-probe/1.29" 2024-05-09T21:09:25.827162312Z 10.244.0.1 - - [09/May/2024:21:09:25 +0000] "GET /health HTTP/1.1" 200 141 "-" "kube-probe/1.29" 2024-05-09T21:09:30.814524165Z 10.244.0.1 - - [09/May/2024:21:09:30 +0000] "GET /health HTTP/1.1" 200 141 "-" "kube-probe/1.29" 2024-05-09T21:09:30.817085184Z 10.244.0.1 - - [09/May/2024:21:09:30 +0000] "GET /health HTTP/1.1" 200 141 "-" "kube-probe/1.29" 2024-05-09T21:09:35.819127798Z 10.244.0.1 - - [09/May/2024:21:09:35 +0000] "GET /health HTTP/1.1" 200 141 "-" "kube-probe/1.29" 2024-05-09T21:09:35.823454285Z 10.244.0.1 - - [09/May/2024:21:09:35 +0000] "GET /health HTTP/1.1" 200 141 "-" "kube-probe/1.29" 2024-05-09T21:09:40.820599550Z 10.244.0.1 - - [09/May/2024:21:09:40 +0000] "GET /health HTTP/1.1" 200 141 "-" "kube-probe/1.29" 2024-05-09T21:09:40.825789202Z 10.244.0.1 - - [09/May/2024:21:09:40 +0000] "GET /health HTTP/1.1" 200 141 "-" "kube-probe/1.29" 2024-05-09T21:09:45.815349391Z 10.244.0.1 - - [09/May/2024:21:09:45 +0000] "GET /health HTTP/1.1" 200 141 "-" "kube-probe/1.29" 2024-05-09T21:09:45.826277920Z 10.244.0.1 - - [09/May/2024:21:09:45 +0000] "GET /health HTTP/1.1" 200 141 "-" "kube-probe/1.29" 2024-05-09T21:09:50.824327373Z 10.244.0.1 - - [09/May/2024:21:09:50 +0000] "GET /health HTTP/1.1" 200 141 "-" "kube-probe/1.29" 2024-05-09T21:09:50.827442787Z 10.244.0.1 - - [09/May/2024:21:09:50 +0000] "GET /health HTTP/1.1" 200 141 "-" "kube-probe/1.29" 2024-05-09T21:09:55.819411967Z 10.244.0.1 - - [09/May/2024:21:09:55 +0000] "GET /health HTTP/1.1" 200 141 "-" "kube-probe/1.29" 2024-05-09T21:09:55.823555121Z 10.244.0.1 - - [09/May/2024:21:09:55 +0000] "GET /health HTTP/1.1" 200 141 "-" "kube-probe/1.29" 2024-05-09T21:10:00.819164477Z 10.244.0.1 - - [09/May/2024:21:10:00 +0000] "GET /health HTTP/1.1" 200 141 "-" "kube-probe/1.29" 2024-05-09T21:10:00.819320282Z 10.244.0.1 - - [09/May/2024:21:10:00 +0000] "GET /health HTTP/1.1" 200 141 "-" "kube-probe/1.29" 2024-05-09T21:10:05.815714003Z 10.244.0.1 - - [09/May/2024:21:10:05 +0000] "GET /health HTTP/1.1" 200 141 "-" "kube-probe/1.29" 2024-05-09T21:10:05.822369824Z 10.244.0.1 - - [09/May/2024:21:10:05 +0000] "GET /health HTTP/1.1" 200 141 "-" "kube-probe/1.29" 2024-05-09T21:10:10.824075668Z 10.244.0.1 - - [09/May/2024:21:10:10 +0000] "GET /health HTTP/1.1" 200 141 "-" "kube-probe/1.29" 2024-05-09T21:10:10.827159080Z 10.244.0.1 - - [09/May/2024:21:10:10 +0000] "GET /health HTTP/1.1" 200 141 "-" "kube-probe/1.29" 2024-05-09T21:10:15.820816203Z 10.244.0.1 - - [09/May/2024:21:10:15 +0000] "GET /health HTTP/1.1" 200 141 "-" "kube-probe/1.29" 2024-05-09T21:10:15.821683046Z 10.244.0.1 - - [09/May/2024:21:10:15 +0000] "GET /health HTTP/1.1" 200 141 "-" "kube-probe/1.29" 2024-05-09T21:10:20.818960231Z 10.244.0.1 - - [09/May/2024:21:10:20 +0000] "GET /health HTTP/1.1" 200 141 "-" "kube-probe/1.29" 2024-05-09T21:10:20.821449723Z 10.244.0.1 - - [09/May/2024:21:10:20 +0000] "GET /health HTTP/1.1" 200 141 "-" "kube-probe/1.29" 2024-05-09T21:10:25.821029399Z 10.244.0.1 - - [09/May/2024:21:10:25 +0000] "GET /health HTTP/1.1" 200 141 "-" "kube-probe/1.29" 2024-05-09T21:10:25.826103569Z 10.244.0.1 - - [09/May/2024:21:10:25 +0000] "GET /health HTTP/1.1" 200 141 "-" "kube-probe/1.29" 2024-05-09T21:10:30.834214546Z 10.244.0.1 - - [09/May/2024:21:10:30 +0000] "GET /health HTTP/1.1" 200 141 "-" "kube-probe/1.29" 2024-05-09T21:10:30.837438395Z 10.244.0.1 - - [09/May/2024:21:10:30 +0000] "GET /health HTTP/1.1" 200 141 "-" "kube-probe/1.29" 2024-05-09T21:10:35.816483493Z 10.244.0.1 - - [09/May/2024:21:10:35 +0000] "GET /health HTTP/1.1" 200 141 "-" "kube-probe/1.29" 2024-05-09T21:10:35.829543684Z 10.244.0.1 - - [09/May/2024:21:10:35 +0000] "GET /health HTTP/1.1" 200 141 "-" "kube-probe/1.29" 2024-05-09T21:10:40.817024695Z 10.244.0.1 - - [09/May/2024:21:10:40 +0000] "GET /health HTTP/1.1" 200 141 "-" "kube-probe/1.29" 2024-05-09T21:10:40.823526896Z 10.244.0.1 - - [09/May/2024:21:10:40 +0000] "GET /health HTTP/1.1" 200 141 "-" "kube-probe/1.29" 2024-05-09T21:10:45.816266814Z 10.244.0.1 - - [09/May/2024:21:10:45 +0000] "GET /health HTTP/1.1" 200 141 "-" "kube-probe/1.29" 2024-05-09T21:10:45.818514831Z 10.244.0.1 - - [09/May/2024:21:10:45 +0000] "GET /health HTTP/1.1" 200 141 "-" "kube-probe/1.29" 2024-05-09T21:10:50.819240434Z 10.244.0.1 - - [09/May/2024:21:10:50 +0000] "GET /health HTTP/1.1" 200 141 "-" "kube-probe/1.29" 2024-05-09T21:10:50.820824801Z 10.244.0.1 - - [09/May/2024:21:10:50 +0000] "GET /health HTTP/1.1" 200 141 "-" "kube-probe/1.29" 2024-05-09T21:10:55.817806957Z 10.244.0.1 - - [09/May/2024:21:10:55 +0000] "GET /health HTTP/1.1" 200 141 "-" "kube-probe/1.29" 2024-05-09T21:10:55.818725445Z 10.244.0.1 - - [09/May/2024:21:10:55 +0000] "GET /health HTTP/1.1" 200 141 "-" "kube-probe/1.29" 2024-05-09T21:11:00.822641911Z 10.244.0.1 - - [09/May/2024:21:11:00 +0000] "GET /health HTTP/1.1" 200 141 "-" "kube-probe/1.29" 2024-05-09T21:11:00.830595417Z 10.244.0.1 - - [09/May/2024:21:11:00 +0000] "GET /health HTTP/1.1" 200 141 "-" "kube-probe/1.29" 2024-05-09T21:11:05.819181817Z 10.244.0.1 - - [09/May/2024:21:11:05 +0000] "GET /health HTTP/1.1" 200 141 "-" "kube-probe/1.29" 2024-05-09T21:11:05.820642095Z 10.244.0.1 - - [09/May/2024:21:11:05 +0000] "GET /health HTTP/1.1" 200 141 "-" "kube-probe/1.29" 2024-05-09T21:11:10.816852083Z 10.244.0.1 - - [09/May/2024:21:11:10 +0000] "GET /health HTTP/1.1" 200 141 "-" "kube-probe/1.29" 2024-05-09T21:11:10.817716781Z 10.244.0.1 - - [09/May/2024:21:11:10 +0000] "GET /health HTTP/1.1" 200 141 "-" "kube-probe/1.29" 2024-05-09T21:11:15.829942187Z 10.244.0.1 - - [09/May/2024:21:11:15 +0000] "GET /health HTTP/1.1" 200 141 "-" "kube-probe/1.29" 2024-05-09T21:11:15.833444303Z 10.244.0.1 - - [09/May/2024:21:11:15 +0000] "GET /health HTTP/1.1" 200 141 "-" "kube-probe/1.29" 2024-05-09T21:11:20.818651833Z 10.244.0.1 - - [09/May/2024:21:11:20 +0000] "GET /health HTTP/1.1" 200 141 "-" "kube-probe/1.29" 2024-05-09T21:11:20.819851654Z 10.244.0.1 - - [09/May/2024:21:11:20 +0000] "GET /health HTTP/1.1" 200 141 "-" "kube-probe/1.29" 2024-05-09T21:11:25.825132978Z 10.244.0.1 - - [09/May/2024:21:11:25 +0000] "GET /health HTTP/1.1" 200 141 "-" "kube-probe/1.29" 2024-05-09T21:11:25.830408712Z 10.244.0.1 - - [09/May/2024:21:11:25 +0000] "GET /health HTTP/1.1" 200 141 "-" "kube-probe/1.29" 2024-05-09T21:11:30.825337834Z 10.244.0.1 - - [09/May/2024:21:11:30 +0000] "GET /health HTTP/1.1" 200 141 "-" "kube-probe/1.29" 2024-05-09T21:11:30.835357768Z 10.244.0.1 - - [09/May/2024:21:11:30 +0000] "GET /health HTTP/1.1" 200 141 "-" "kube-probe/1.29" 2024-05-09T21:11:35.816920714Z 10.244.0.1 - - [09/May/2024:21:11:35 +0000] "GET /health HTTP/1.1" 200 141 "-" "kube-probe/1.29" 2024-05-09T21:11:35.828618973Z 10.244.0.1 - - [09/May/2024:21:11:35 +0000] "GET /health HTTP/1.1" 200 141 "-" "kube-probe/1.29" 2024-05-09T21:11:37.511475509Z [2024-05-09T21:11:37.509+0000] {manager.py:226} INFO - Updated user admin user 2024-05-09T21:11:37.644732779Z 10.244.0.15 - admin [09/May/2024:21:11:37 +0000] "POST /api/v1/dags/scaleout_vdu/dagRuns HTTP/1.1" 200 1886 "-" "python-requests/2.31.0" 2024-05-09T21:11:40.817934000Z 10.244.0.1 - - [09/May/2024:21:11:40 +0000] "GET /health HTTP/1.1" 200 141 "-" "kube-probe/1.29" 2024-05-09T21:11:40.817982140Z 10.244.0.1 - - [09/May/2024:21:11:40 +0000] "GET /health HTTP/1.1" 200 141 "-" "kube-probe/1.29" 2024-05-09T21:11:45.819567561Z 10.244.0.1 - - [09/May/2024:21:11:45 +0000] "GET /health HTTP/1.1" 200 141 "-" "kube-probe/1.29" 2024-05-09T21:11:45.825549171Z 10.244.0.1 - - [09/May/2024:21:11:45 +0000] "GET /health HTTP/1.1" 200 141 "-" "kube-probe/1.29" 2024-05-09T21:11:50.832847476Z 10.244.0.1 - - [09/May/2024:21:11:50 +0000] "GET /health HTTP/1.1" 200 141 "-" "kube-probe/1.29" 2024-05-09T21:11:50.844300466Z 10.244.0.1 - - [09/May/2024:21:11:50 +0000] "GET /health HTTP/1.1" 200 141 "-" "kube-probe/1.29" 2024-05-09T21:11:55.818135248Z 10.244.0.1 - - [09/May/2024:21:11:55 +0000] "GET /health HTTP/1.1" 200 141 "-" "kube-probe/1.29" 2024-05-09T21:11:55.823179075Z 10.244.0.1 - - [09/May/2024:21:11:55 +0000] "GET /health HTTP/1.1" 200 141 "-" "kube-probe/1.29" 2024-05-09T21:12:00.841076551Z 10.244.0.1 - - [09/May/2024:21:12:00 +0000] "GET /health HTTP/1.1" 200 141 "-" "kube-probe/1.29" 2024-05-09T21:12:00.845339469Z 10.244.0.1 - - [09/May/2024:21:12:00 +0000] "GET /health HTTP/1.1" 200 141 "-" "kube-probe/1.29" 2024-05-09T21:12:05.824288264Z 10.244.0.1 - - [09/May/2024:21:12:05 +0000] "GET /health HTTP/1.1" 200 141 "-" "kube-probe/1.29" 2024-05-09T21:12:05.827154236Z 10.244.0.1 - - [09/May/2024:21:12:05 +0000] "GET /health HTTP/1.1" 200 141 "-" "kube-probe/1.29" 2024-05-09T21:12:10.819551406Z 10.244.0.1 - - [09/May/2024:21:12:10 +0000] "GET /health HTTP/1.1" 200 141 "-" "kube-probe/1.29" 2024-05-09T21:12:10.819713917Z 10.244.0.1 - - [09/May/2024:21:12:10 +0000] "GET /health HTTP/1.1" 200 141 "-" "kube-probe/1.29" 2024-05-09T21:12:15.817230919Z 10.244.0.1 - - [09/May/2024:21:12:15 +0000] "GET /health HTTP/1.1" 200 141 "-" "kube-probe/1.29" 2024-05-09T21:12:15.818805121Z 10.244.0.1 - - [09/May/2024:21:12:15 +0000] "GET /health HTTP/1.1" 200 141 "-" "kube-probe/1.29" 2024-05-09T21:12:20.817798047Z 10.244.0.1 - - [09/May/2024:21:12:20 +0000] "GET /health HTTP/1.1" 200 141 "-" "kube-probe/1.29" 2024-05-09T21:12:20.824425032Z 10.244.0.1 - - [09/May/2024:21:12:20 +0000] "GET /health HTTP/1.1" 200 141 "-" "kube-probe/1.29" 2024-05-09T21:12:25.817059479Z 10.244.0.1 - - [09/May/2024:21:12:25 +0000] "GET /health HTTP/1.1" 200 141 "-" "kube-probe/1.29" 2024-05-09T21:12:25.817956179Z 10.244.0.1 - - [09/May/2024:21:12:25 +0000] "GET /health HTTP/1.1" 200 141 "-" "kube-probe/1.29" 2024-05-09T21:12:30.816915703Z 10.244.0.1 - - [09/May/2024:21:12:30 +0000] "GET /health HTTP/1.1" 200 141 "-" "kube-probe/1.29" 2024-05-09T21:12:30.820606055Z 10.244.0.1 - - [09/May/2024:21:12:30 +0000] "GET /health HTTP/1.1" 200 141 "-" "kube-probe/1.29" 2024-05-09T21:12:35.817996247Z 10.244.0.1 - - [09/May/2024:21:12:35 +0000] "GET /health HTTP/1.1" 200 141 "-" "kube-probe/1.29" 2024-05-09T21:12:35.827252173Z 10.244.0.1 - - [09/May/2024:21:12:35 +0000] "GET /health HTTP/1.1" 200 141 "-" "kube-probe/1.29" 2024-05-09T21:12:40.822898307Z 10.244.0.1 - - [09/May/2024:21:12:40 +0000] "GET /health HTTP/1.1" 200 141 "-" "kube-probe/1.29" 2024-05-09T21:12:40.822958658Z 10.244.0.1 - - [09/May/2024:21:12:40 +0000] "GET /health HTTP/1.1" 200 141 "-" "kube-probe/1.29" 2024-05-09T21:12:45.832320897Z 10.244.0.1 - - [09/May/2024:21:12:45 +0000] "GET /health HTTP/1.1" 200 141 "-" "kube-probe/1.29" 2024-05-09T21:12:45.833011297Z 10.244.0.1 - - [09/May/2024:21:12:45 +0000] "GET /health HTTP/1.1" 200 141 "-" "kube-probe/1.29" 2024-05-09T21:12:50.834821769Z 10.244.0.1 - - [09/May/2024:21:12:50 +0000] "GET /health HTTP/1.1" 200 141 "-" "kube-probe/1.29" 2024-05-09T21:12:50.837516731Z 10.244.0.1 - - [09/May/2024:21:12:50 +0000] "GET /health HTTP/1.1" 200 141 "-" "kube-probe/1.29" 2024-05-09T21:12:55.820685737Z 10.244.0.1 - - [09/May/2024:21:12:55 +0000] "GET /health HTTP/1.1" 200 141 "-" "kube-probe/1.29" 2024-05-09T21:12:55.826082807Z 10.244.0.1 - - [09/May/2024:21:12:55 +0000] "GET /health HTTP/1.1" 200 141 "-" "kube-probe/1.29" 2024-05-09T21:13:00.817013717Z 10.244.0.1 - - [09/May/2024:21:13:00 +0000] "GET /health HTTP/1.1" 200 141 "-" "kube-probe/1.29" 2024-05-09T21:13:00.823580388Z 10.244.0.1 - - [09/May/2024:21:13:00 +0000] "GET /health HTTP/1.1" 200 141 "-" "kube-probe/1.29" 2024-05-09T21:13:05.816749044Z 10.244.0.1 - - [09/May/2024:21:13:05 +0000] "GET /health HTTP/1.1" 200 141 "-" "kube-probe/1.29" 2024-05-09T21:13:05.817358816Z 10.244.0.1 - - [09/May/2024:21:13:05 +0000] "GET /health HTTP/1.1" 200 141 "-" "kube-probe/1.29" 2024-05-09T21:13:10.826317180Z 10.244.0.1 - - [09/May/2024:21:13:10 +0000] "GET /health HTTP/1.1" 200 141 "-" "kube-probe/1.29" 2024-05-09T21:13:10.827315286Z 10.244.0.1 - - [09/May/2024:21:13:10 +0000] "GET /health HTTP/1.1" 200 141 "-" "kube-probe/1.29" 2024-05-09T21:13:15.815330144Z 10.244.0.1 - - [09/May/2024:21:13:15 +0000] "GET /health HTTP/1.1" 200 141 "-" "kube-probe/1.29" 2024-05-09T21:13:15.815850011Z 10.244.0.1 - - [09/May/2024:21:13:15 +0000] "GET /health HTTP/1.1" 200 141 "-" "kube-probe/1.29" 2024-05-09T21:13:20.824514194Z 10.244.0.1 - - [09/May/2024:21:13:20 +0000] "GET /health HTTP/1.1" 200 141 "-" "kube-probe/1.29" 2024-05-09T21:13:20.837757883Z 10.244.0.1 - - [09/May/2024:21:13:20 +0000] "GET /health HTTP/1.1" 200 141 "-" "kube-probe/1.29" 2024-05-09T21:13:25.819615949Z 10.244.0.1 - - [09/May/2024:21:13:25 +0000] "GET /health HTTP/1.1" 200 141 "-" "kube-probe/1.29" 2024-05-09T21:13:25.819860429Z 10.244.0.1 - - [09/May/2024:21:13:25 +0000] "GET /health HTTP/1.1" 200 141 "-" "kube-probe/1.29" 2024-05-09T21:13:30.819394422Z 10.244.0.1 - - [09/May/2024:21:13:30 +0000] "GET /health HTTP/1.1" 200 141 "-" "kube-probe/1.29" 2024-05-09T21:13:30.821248880Z 10.244.0.1 - - [09/May/2024:21:13:30 +0000] "GET /health HTTP/1.1" 200 141 "-" "kube-probe/1.29" 2024-05-09T21:13:35.815343491Z 10.244.0.1 - - [09/May/2024:21:13:35 +0000] "GET /health HTTP/1.1" 200 141 "-" "kube-probe/1.29" 2024-05-09T21:13:35.821620338Z 10.244.0.1 - - [09/May/2024:21:13:35 +0000] "GET /health HTTP/1.1" 200 141 "-" "kube-probe/1.29" 2024-05-09T21:13:40.822560662Z 10.244.0.1 - - [09/May/2024:21:13:40 +0000] "GET /health HTTP/1.1" 200 141 "-" "kube-probe/1.29" 2024-05-09T21:13:40.828524723Z 10.244.0.1 - - [09/May/2024:21:13:40 +0000] "GET /health HTTP/1.1" 200 141 "-" "kube-probe/1.29" 2024-05-09T21:13:45.817145739Z 10.244.0.1 - - [09/May/2024:21:13:45 +0000] "GET /health HTTP/1.1" 200 141 "-" "kube-probe/1.29" 2024-05-09T21:13:45.824275721Z 10.244.0.1 - - [09/May/2024:21:13:45 +0000] "GET /health HTTP/1.1" 200 141 "-" "kube-probe/1.29" 2024-05-09T21:13:50.816311746Z 10.244.0.1 - - [09/May/2024:21:13:50 +0000] "GET /health HTTP/1.1" 200 141 "-" "kube-probe/1.29" 2024-05-09T21:13:50.820017220Z 10.244.0.1 - - [09/May/2024:21:13:50 +0000] "GET /health HTTP/1.1" 200 141 "-" "kube-probe/1.29" 2024-05-09T21:13:55.816255355Z 10.244.0.1 - - [09/May/2024:21:13:55 +0000] "GET /health HTTP/1.1" 200 141 "-" "kube-probe/1.29" 2024-05-09T21:13:55.817520657Z 10.244.0.1 - - [09/May/2024:21:13:55 +0000] "GET /health HTTP/1.1" 200 141 "-" "kube-probe/1.29" 2024-05-09T21:14:00.830472106Z 10.244.0.1 - - [09/May/2024:21:14:00 +0000] "GET /health HTTP/1.1" 200 141 "-" "kube-probe/1.29" 2024-05-09T21:14:00.841996776Z 10.244.0.1 - - [09/May/2024:21:14:00 +0000] "GET /health HTTP/1.1" 200 141 "-" "kube-probe/1.29" 2024-05-09T21:14:05.817146097Z 10.244.0.1 - - [09/May/2024:21:14:05 +0000] "GET /health HTTP/1.1" 200 141 "-" "kube-probe/1.29" 2024-05-09T21:14:05.823196865Z 10.244.0.1 - - [09/May/2024:21:14:05 +0000] "GET /health HTTP/1.1" 200 141 "-" "kube-probe/1.29" 2024-05-09T21:14:10.815562753Z 10.244.0.1 - - [09/May/2024:21:14:10 +0000] "GET /health HTTP/1.1" 200 141 "-" "kube-probe/1.29" 2024-05-09T21:14:10.820231344Z 10.244.0.1 - - [09/May/2024:21:14:10 +0000] "GET /health HTTP/1.1" 200 141 "-" "kube-probe/1.29" 2024-05-09T21:14:15.816569549Z 10.244.0.1 - - [09/May/2024:21:14:15 +0000] "GET /health HTTP/1.1" 200 141 "-" "kube-probe/1.29" 2024-05-09T21:14:15.817287085Z 10.244.0.1 - - [09/May/2024:21:14:15 +0000] "GET /health HTTP/1.1" 200 141 "-" "kube-probe/1.29" 2024-05-09T21:14:20.816482725Z 10.244.0.1 - - [09/May/2024:21:14:20 +0000] "GET /health HTTP/1.1" 200 141 "-" "kube-probe/1.29" 2024-05-09T21:14:20.817323395Z 10.244.0.1 - - [09/May/2024:21:14:20 +0000] "GET /health HTTP/1.1" 200 141 "-" "kube-probe/1.29" 2024-05-09T21:14:25.818038610Z 10.244.0.1 - - [09/May/2024:21:14:25 +0000] "GET /health HTTP/1.1" 200 141 "-" "kube-probe/1.29" 2024-05-09T21:14:25.819246382Z 10.244.0.1 - - [09/May/2024:21:14:25 +0000] "GET /health HTTP/1.1" 200 141 "-" "kube-probe/1.29" 2024-05-09T21:14:30.825304847Z 10.244.0.1 - - [09/May/2024:21:14:30 +0000] "GET /health HTTP/1.1" 200 141 "-" "kube-probe/1.29" 2024-05-09T21:14:30.828720491Z 10.244.0.1 - - [09/May/2024:21:14:30 +0000] "GET /health HTTP/1.1" 200 141 "-" "kube-probe/1.29" 2024-05-09T21:14:35.822721438Z 10.244.0.1 - - [09/May/2024:21:14:35 +0000] "GET /health HTTP/1.1" 200 141 "-" "kube-probe/1.29" 2024-05-09T21:14:35.823073983Z 10.244.0.1 - - [09/May/2024:21:14:35 +0000] "GET /health HTTP/1.1" 200 141 "-" "kube-probe/1.29" 2024-05-09T21:14:40.817369419Z 10.244.0.1 - - [09/May/2024:21:14:40 +0000] "GET /health HTTP/1.1" 200 141 "-" "kube-probe/1.29" 2024-05-09T21:14:40.825208526Z 10.244.0.1 - - [09/May/2024:21:14:40 +0000] "GET /health HTTP/1.1" 200 141 "-" "kube-probe/1.29" 2024-05-09T21:14:45.816902659Z 10.244.0.1 - - [09/May/2024:21:14:45 +0000] "GET /health HTTP/1.1" 200 141 "-" "kube-probe/1.29" 2024-05-09T21:14:45.824774009Z 10.244.0.1 - - [09/May/2024:21:14:45 +0000] "GET /health HTTP/1.1" 200 141 "-" "kube-probe/1.29" 2024-05-09T21:14:50.831465802Z 10.244.0.1 - - [09/May/2024:21:14:50 +0000] "GET /health HTTP/1.1" 200 141 "-" "kube-probe/1.29" 2024-05-09T21:14:50.842863980Z 10.244.0.1 - - [09/May/2024:21:14:50 +0000] "GET /health HTTP/1.1" 200 141 "-" "kube-probe/1.29" 2024-05-09T21:14:55.818881892Z 10.244.0.1 - - [09/May/2024:21:14:55 +0000] "GET /health HTTP/1.1" 200 141 "-" "kube-probe/1.29" 2024-05-09T21:14:55.822926744Z 10.244.0.1 - - [09/May/2024:21:14:55 +0000] "GET /health HTTP/1.1" 200 141 "-" "kube-probe/1.29" 2024-05-09T21:15:00.821138807Z 10.244.0.1 - - [09/May/2024:21:15:00 +0000] "GET /health HTTP/1.1" 200 141 "-" "kube-probe/1.29" 2024-05-09T21:15:00.826797864Z 10.244.0.1 - - [09/May/2024:21:15:00 +0000] "GET /health HTTP/1.1" 200 141 "-" "kube-probe/1.29"