0% found this document useful (0 votes)
3 views10 pages

Operator Logs

Uploaded by

aksshay_25
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as TXT, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
3 views10 pages

Operator Logs

Uploaded by

aksshay_25
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as TXT, PDF, TXT or read online on Scribd
You are on page 1/ 10

Xshell 7 (Build 0170)

Copyright (c) 2020 NetSarang Computer, Inc. All rights reserved.

Type `help' to learn how to use Xshell prompt.


[C:\~]$

Connecting to 100.73.133.111:22...
Connection established.
To escape to local shell, press 'Ctrl+Alt+]'.
WARNING! This computer system and network is PRIVATE and PROPRIETARY and
may only be accessed by authorized users. Unauthorized use of this computer
system or network is strictly prohibited and may be subject to criminal
prosecution, employee discipline up to and including discharge, or the
termination of vendor/service contracts. The owner, or its agents, may
monitor any activity or communication on the computer system or network.
The owner, or its agents, may retrieve any information stored within the
computer system or network. By accessing and using this computer system or
network, you are consenting to such monitoring and information retrieval
for law enforcement and other purposes. Users should have no expectation
of privacy as to any communication on or information stored within the
computer system or network, including information stored locally or
remotely on a hard drive or other media in use with this computer system
or network.

WARNING! The remote SSH server rejected X11 forwarding request.


Last login: Tue Dec 17 19:48:59 UTC 2024 from 10.206.133.94 on pts/1
WARNING! This computer system and network is PRIVATE and PROPRIETARY and
may only be accessed by authorized users. Unauthorized use of this computer
system or network is strictly prohibited and may be subject to criminal
prosecution, employee discipline up to and including discharge, or the
termination of vendor/service contracts. The owner, or its agents, may
monitor any activity or communication on the computer system or network.
The owner, or its agents, may retrieve any information stored within the
computer system or network. By accessing and using this computer system or
network, you are consenting to such monitoring and information retrieval
for law enforcement and other purposes. Users should have no expectation
of privacy as to any communication on or information stored within the
computer system or network, including information stored locally or
remotely on a hard drive or other media in use with this computer system
or network.
-bash-4.2# oc get pods
NAME READY STATUS RESTARTS AGE
ccpm-ncm-app-78dcd765f9-trn2l 1/1 Running 0 4m37s
chargingfunction-ig1-post-status-job-znlqn 1/1 Running 0 2m10s
chf-operator-dc5c48cf6-tpl94 1/1 Running 0 3m31s
chf-repo-24-11-1-136-5459999ff8-9qgkt 1/1 Running 0 7m46s
-bash-4.2# oc logs chf-operator-dc5c48cf6-tpl94 -f
[2024-12-17 20:12:01,143] operator.main [INFO ] Starting operator
application with verbose OFF
[2024-12-17 20:12:01,234] config.watcher [INFO ] Starting config.watcher
script
[2024-12-17 20:12:01,522] kopf.activities.star [INFO ] Activity 'configure'
succeeded.
[2024-12-17 20:12:01,523] kopf._core.engines.a [INFO ] Initial authentication
has been initiated.
[2024-12-17 20:12:01,524] kopf.activities.auth [INFO ] Activity
'login_via_client' succeeded.
[2024-12-17 20:12:01,524] kopf._core.engines.a [INFO ] Initial authentication
has finished.
[2024-12-17 20:12:01,610] kopf._core.reactor.o [WARNING ] Not enough permissions to
list namespaces. Falling back to a list of namespaces which are assumed to exist:
{'ncp0157'}
[2024-12-17 20:12:01,611] kopf._core.reactor.o [WARNING ] Not enough permissions to
watch for resources: changes (creation/deletion/updates) will not be noticed; the
resources are only refreshed on operator restarts.
[2024-12-17 20:12:01,611] kopf._core.reactor.o [WARNING ] Not enough permissions to
watch for namespaces: changes (deletion/creation) will not be noticed; the
namespaces are only refreshed on operator restarts.
[2024-12-17 20:12:11,897] kopf.objects [INFO ] [ncp0157/chf-repo-24-11-
1-136] Repo added successfully for url - http://chf-repo-24-11-1-
136.ncp0157.svc.cluster.local:8080.
[2024-12-17 20:12:11,898] kopf.objects [INFO ] [ncp0157/chf-repo-24-11-
1-136] Handler 'manage_helm_repository' succeeded.
[2024-12-17 20:12:11,898] kopf.objects [INFO ] [ncp0157/chf-repo-24-11-
1-136] Creation is processed: 1 succeeded; 0 failed.
[2024-12-17 20:12:48,018] kopf.objects [ERROR ] [ncp0157/lab] Throttling
for 1 seconds due to an unexpected error:
APIClientError('ChargingFunctionSize.charging.nokia.com "lab" is invalid:
metadata.annotations: Too long: must have at most 262144 bytes', {'kind': 'Status',
'apiVersion': 'v1', 'metadata': {}, 'status': 'Failure', 'message':
'ChargingFunctionSize.charging.nokia.com "lab" is invalid: metadata.annotations:
Too long: must have at most 262144 bytes', 'reason': 'Invalid', 'details': {'name':
'lab', 'group': 'charging.nokia.com', 'kind': 'ChargingFunctionSize', 'causes':
[{'reason': 'FieldValueTooLong', 'message': 'Too long: must have at most 262144
bytes', 'field': 'metadata.annotations'}, {'reason': 'FieldValueTooLong',
'message': 'Too long: must have at most 262144 bytes', 'field':
'metadata.annotations'}, {'reason': 'FieldValueTooLong', 'message': 'Too long: must
have at most 262144 bytes', 'field': 'metadata.annotations'}]}, 'code': 422})
Traceback (most recent call last):
File "/usr/local/lib/python3.9/site-packages/kopf/_cogs/clients/errors.py", line
148, in check_response
response.raise_for_status()
File "/usr/local/lib64/python3.9/site-packages/aiohttp/client_reqrep.py", line
1157, in raise_for_status
raise ClientResponseError(
aiohttp.client_exceptions.ClientResponseError: 422, message='Unprocessable Entity',
url='https://172.30.0.1/apis/charging.nokia.com/v1/namespaces/ncp0157/
chargingfunctionsizes/lab'

The above exception was the direct cause of the following exception:

Traceback (most recent call last):


File "/usr/local/lib/python3.9/site-packages/kopf/_core/actions/throttlers.py",
line 44, in throttled
yield should_run
File "/usr/local/lib/python3.9/site-packages/kopf/_core/reactor/processing.py",
line 130, in process_resource_event
applied = await application.apply(
File "/usr/local/lib/python3.9/site-packages/kopf/_core/actions/application.py",
line 60, in apply
await patch_and_check(
File "/usr/local/lib/python3.9/site-packages/kopf/_core/actions/application.py",
line 131, in patch_and_check
resulting_body = await patching.patch_obj(
File "/usr/local/lib/python3.9/site-packages/kopf/_cogs/clients/patching.py",
line 47, in patch_obj
patched_body = await api.patch(
File "/usr/local/lib/python3.9/site-packages/kopf/_cogs/clients/api.py", line
155, in patch
response = await request(
File "/usr/local/lib/python3.9/site-packages/kopf/_cogs/clients/auth.py", line
45, in wrapper
return await fn(*args, **kwargs, context=context)
File "/usr/local/lib/python3.9/site-packages/kopf/_cogs/clients/api.py", line 85,
in request
await errors.check_response(response) # but do not parse it!
File "/usr/local/lib/python3.9/site-packages/kopf/_cogs/clients/errors.py", line
150, in check_response
raise cls(payload, status=response.status) from e
kopf._cogs.clients.errors.APIClientError: ('ChargingFunctionSize.charging.nokia.com
"lab" is invalid: metadata.annotations: Too long: must have at most 262144 bytes',
{'kind': 'Status', 'apiVersion': 'v1', 'metadata': {}, 'status': 'Failure',
'message': 'ChargingFunctionSize.charging.nokia.com "lab" is invalid:
metadata.annotations: Too long: must have at most 262144 bytes', 'reason':
'Invalid', 'details': {'name': 'lab', 'group': 'charging.nokia.com', 'kind':
'ChargingFunctionSize', 'causes': [{'reason': 'FieldValueTooLong', 'message': 'Too
long: must have at most 262144 bytes', 'field': 'metadata.annotations'}, {'reason':
'FieldValueTooLong', 'message': 'Too long: must have at most 262144 bytes',
'field': 'metadata.annotations'}, {'reason': 'FieldValueTooLong', 'message': 'Too
long: must have at most 262144 bytes', 'field': 'metadata.annotations'}]}, 'code':
422})
[2024-12-17 20:12:49,020] kopf.objects [INFO ] [ncp0157/lab] Throttling
is over. Switching back to normal operations.
[2024-12-17 20:13:01,787] kopf.objects [INFO ] [ncp0157/chf-repo-24-11-
1-136] Timer 'helm_repo_timer' succeeded.
[2024-12-17 20:13:21,203] kopf.objects [INFO ]
[ncp0157/chargingfunction-ig1] initialization - reason: create, namespace: ncp0157,
name: chargingfunction-ig1, mode: install, system_names: ['ig1']
[2024-12-17 20:13:22,072] ChfDeployment [INFO ] Found Charging function
size resource lab.
[2024-12-17 20:13:24,135] InputGenerator [INFO ] b'Element: ig1\nCopied
files to: /work/chargingfunction-ig1/deployment-0/output/ig1\n\n'
[2024-12-17 20:13:28,182] InputGenerator [INFO ] b'Element: ig1\n\n'
[2024-12-17 20:13:28,182] InputGenerator [ERROR ] b'Failed to render chart:
/work/chargingfunction-ig1/deployment-0/charts/aerospike-24.11.1-989.tgz\n\n'
[2024-12-17 20:13:28,183] kopf.objects [ERROR ]
[ncp0157/chargingfunction-ig1] Handler 'initialization' failed permanently: Failed
to render charts for generator at: /work/chargingfunction-ig1/deployment-0
[2024-12-17 20:13:28,183] kopf.objects [INFO ]
[ncp0157/chargingfunction-ig1] Creation is processed: 0 succeeded; 1 failed.
[2024-12-17 20:13:31,847] kopf.objects [INFO ] [ncp0157/chf-repo-24-11-
1-136] Timer 'helm_repo_timer' succeeded.
[2024-12-17 20:13:36,072] kopf.objects [INFO ]
[ncp0157/chargingfunction-ig1] deploy_chargingfunctions - namespace: ncp0157, name:
chargingfunction-ig1, mode: install, system_names: ['ig1']
[2024-12-17 20:13:36,072] kopf.objects [ERROR ]
[ncp0157/chargingfunction-ig1] Daemon 'deploy_chargingfunctions' failed
temporarily: Waiting for initialization to complete...
[2024-12-17 20:13:41,072] kopf.objects [INFO ]
[ncp0157/chargingfunction-ig1] progress - namespace: ncp0157, name:
chargingfunction-ig1, mode: install, system_names: ['ig1']
[2024-12-17 20:13:41,073] kopf.objects [ERROR ]
[ncp0157/chargingfunction-ig1] Timer 'conditions' failed permanently: Missing
"status" parameter.
[2024-12-17 20:13:41,073] kopf.objects [ERROR ]
[ncp0157/chargingfunction-ig1] Timer 'progress' failed temporarily: Waiting for
initialization to complete...
[2024-12-17 20:13:41,073] kopf.objects [INFO ]
[ncp0157/chargingfunction-ig1] deploy_chargingfunctions - namespace: ncp0157, name:
chargingfunction-ig1, mode: install, system_names: ['ig1']
[2024-12-17 20:13:41,073] kopf.objects [ERROR ]
[ncp0157/chargingfunction-ig1] Daemon 'deploy_chargingfunctions' failed
temporarily: Waiting for initialization to complete...
[2024-12-17 20:13:46,074] kopf.objects [INFO ]
[ncp0157/chargingfunction-ig1] deploy_chargingfunctions - namespace: ncp0157, name:
chargingfunction-ig1, mode: install, system_names: ['ig1']
[2024-12-17 20:13:46,074] kopf.objects [ERROR ]
[ncp0157/chargingfunction-ig1] Daemon 'deploy_chargingfunctions' failed
temporarily: Waiting for initialization to complete...
[2024-12-17 20:13:46,075] kopf.objects [INFO ]
[ncp0157/chargingfunction-ig1] progress - namespace: ncp0157, name:
chargingfunction-ig1, mode: install, system_names: ['ig1']
[2024-12-17 20:13:46,075] kopf.objects [ERROR ]
[ncp0157/chargingfunction-ig1] Timer 'progress' failed temporarily: Waiting for
initialization to complete...
[2024-12-17 20:13:51,074] kopf.objects [ERROR ]
[ncp0157/chargingfunction-ig1] Timer 'conditions' failed permanently: Missing
"status" parameter.
[2024-12-17 20:13:51,076] kopf.objects [INFO ]
[ncp0157/chargingfunction-ig1] deploy_chargingfunctions - namespace: ncp0157, name:
chargingfunction-ig1, mode: install, system_names: ['ig1']
[2024-12-17 20:13:51,076] kopf.objects [ERROR ]
[ncp0157/chargingfunction-ig1] Daemon 'deploy_chargingfunctions' failed
temporarily: Waiting for initialization to complete...
[2024-12-17 20:13:51,076] kopf.objects [INFO ]
[ncp0157/chargingfunction-ig1] progress - namespace: ncp0157, name:
chargingfunction-ig1, mode: install, system_names: ['ig1']
[2024-12-17 20:13:51,077] kopf.objects [ERROR ]
[ncp0157/chargingfunction-ig1] Timer 'progress' failed temporarily: Waiting for
initialization to complete...
[2024-12-17 20:13:56,077] kopf.objects [INFO ]
[ncp0157/chargingfunction-ig1] deploy_chargingfunctions - namespace: ncp0157, name:
chargingfunction-ig1, mode: install, system_names: ['ig1']
[2024-12-17 20:13:56,078] kopf.objects [ERROR ]
[ncp0157/chargingfunction-ig1] Daemon 'deploy_chargingfunctions' failed
temporarily: Waiting for initialization to complete...
[2024-12-17 20:13:56,078] kopf.objects [INFO ]
[ncp0157/chargingfunction-ig1] progress - namespace: ncp0157, name:
chargingfunction-ig1, mode: install, system_names: ['ig1']
[2024-12-17 20:13:56,078] kopf.objects [ERROR ]
[ncp0157/chargingfunction-ig1] Timer 'progress' failed temporarily: Waiting for
initialization to complete...
[2024-12-17 20:14:01,076] kopf.objects [ERROR ]
[ncp0157/chargingfunction-ig1] Timer 'conditions' failed permanently: Missing
"status" parameter.
[2024-12-17 20:14:01,079] kopf.objects [INFO ]
[ncp0157/chargingfunction-ig1] deploy_chargingfunctions - namespace: ncp0157, name:
chargingfunction-ig1, mode: install, system_names: ['ig1']
[2024-12-17 20:14:01,079] kopf.objects [ERROR ]
[ncp0157/chargingfunction-ig1] Daemon 'deploy_chargingfunctions' failed
temporarily: Waiting for initialization to complete...
[2024-12-17 20:14:01,079] kopf.objects [INFO ]
[ncp0157/chargingfunction-ig1] progress - namespace: ncp0157, name:
chargingfunction-ig1, mode: install, system_names: ['ig1']
[2024-12-17 20:14:01,079] kopf.objects [ERROR ]
[ncp0157/chargingfunction-ig1] Timer 'progress' failed temporarily: Waiting for
initialization to complete...
[2024-12-17 20:14:01,911] kopf.objects [INFO ] [ncp0157/chf-repo-24-11-
1-136] Timer 'helm_repo_timer' succeeded.
[2024-12-17 20:14:06,080] kopf.objects [INFO ]
[ncp0157/chargingfunction-ig1] deploy_chargingfunctions - namespace: ncp0157, name:
chargingfunction-ig1, mode: install, system_names: ['ig1']
[2024-12-17 20:14:06,081] kopf.objects [ERROR ]
[ncp0157/chargingfunction-ig1] Daemon 'deploy_chargingfunctions' failed
temporarily: Waiting for initialization to complete...
[2024-12-17 20:14:06,081] kopf.objects [INFO ]
[ncp0157/chargingfunction-ig1] progress - namespace: ncp0157, name:
chargingfunction-ig1, mode: install, system_names: ['ig1']
[2024-12-17 20:14:06,081] kopf.objects [ERROR ]
[ncp0157/chargingfunction-ig1] Timer 'progress' failed temporarily: Waiting for
initialization to complete...
[2024-12-17 20:14:11,078] kopf.objects [ERROR ]
[ncp0157/chargingfunction-ig1] Timer 'conditions' failed permanently: Missing
"status" parameter.
[2024-12-17 20:14:11,082] kopf.objects [INFO ]
[ncp0157/chargingfunction-ig1] deploy_chargingfunctions - namespace: ncp0157, name:
chargingfunction-ig1, mode: install, system_names: ['ig1']
[2024-12-17 20:14:11,082] kopf.objects [ERROR ]
[ncp0157/chargingfunction-ig1] Daemon 'deploy_chargingfunctions' failed
temporarily: Waiting for initialization to complete...
[2024-12-17 20:14:11,082] kopf.objects [INFO ]
[ncp0157/chargingfunction-ig1] progress - namespace: ncp0157, name:
chargingfunction-ig1, mode: install, system_names: ['ig1']
[2024-12-17 20:14:11,082] kopf.objects [ERROR ]
[ncp0157/chargingfunction-ig1] Timer 'progress' failed temporarily: Waiting for
initialization to complete...
[2024-12-17 20:14:16,084] kopf.objects [INFO ]
[ncp0157/chargingfunction-ig1] deploy_chargingfunctions - namespace: ncp0157, name:
chargingfunction-ig1, mode: install, system_names: ['ig1']
[2024-12-17 20:14:16,084] kopf.objects [ERROR ]
[ncp0157/chargingfunction-ig1] Daemon 'deploy_chargingfunctions' failed
temporarily: Waiting for initialization to complete...
[2024-12-17 20:14:16,085] kopf.objects [INFO ]
[ncp0157/chargingfunction-ig1] progress - namespace: ncp0157, name:
chargingfunction-ig1, mode: install, system_names: ['ig1']
[2024-12-17 20:14:16,085] kopf.objects [ERROR ]
[ncp0157/chargingfunction-ig1] Timer 'progress' failed temporarily: Waiting for
initialization to complete...
[2024-12-17 20:14:21,080] kopf.objects [ERROR ]
[ncp0157/chargingfunction-ig1] Timer 'conditions' failed permanently: Missing
"status" parameter.
[2024-12-17 20:14:21,086] kopf.objects [INFO ]
[ncp0157/chargingfunction-ig1] deploy_chargingfunctions - namespace: ncp0157, name:
chargingfunction-ig1, mode: install, system_names: ['ig1']
[2024-12-17 20:14:21,086] kopf.objects [ERROR ]
[ncp0157/chargingfunction-ig1] Daemon 'deploy_chargingfunctions' failed
temporarily: Waiting for initialization to complete...
[2024-12-17 20:14:21,086] kopf.objects [INFO ]
[ncp0157/chargingfunction-ig1] progress - namespace: ncp0157, name:
chargingfunction-ig1, mode: install, system_names: ['ig1']
[2024-12-17 20:14:21,086] kopf.objects [ERROR ]
[ncp0157/chargingfunction-ig1] Timer 'progress' failed temporarily: Waiting for
initialization to complete...
[2024-12-17 20:14:26,087] kopf.objects [INFO ]
[ncp0157/chargingfunction-ig1] deploy_chargingfunctions - namespace: ncp0157, name:
chargingfunction-ig1, mode: install, system_names: ['ig1']
[2024-12-17 20:14:26,088] kopf.objects [ERROR ]
[ncp0157/chargingfunction-ig1] Daemon 'deploy_chargingfunctions' failed
temporarily: Waiting for initialization to complete...
[2024-12-17 20:14:26,088] kopf.objects [INFO ]
[ncp0157/chargingfunction-ig1] progress - namespace: ncp0157, name:
chargingfunction-ig1, mode: install, system_names: ['ig1']
[2024-12-17 20:14:26,089] kopf.objects [ERROR ]
[ncp0157/chargingfunction-ig1] Timer 'progress' failed temporarily: Waiting for
initialization to complete...
[2024-12-17 20:14:31,082] kopf.objects [ERROR ]
[ncp0157/chargingfunction-ig1] Timer 'conditions' failed permanently: Missing
"status" parameter.
[2024-12-17 20:14:31,088] kopf.objects [INFO ]
[ncp0157/chargingfunction-ig1] deploy_chargingfunctions - namespace: ncp0157, name:
chargingfunction-ig1, mode: install, system_names: ['ig1']
[2024-12-17 20:14:31,089] kopf.objects [ERROR ]
[ncp0157/chargingfunction-ig1] Daemon 'deploy_chargingfunctions' failed
temporarily: Waiting for initialization to complete...
[2024-12-17 20:14:31,089] kopf.objects [INFO ]
[ncp0157/chargingfunction-ig1] progress - namespace: ncp0157, name:
chargingfunction-ig1, mode: install, system_names: ['ig1']
[2024-12-17 20:14:31,089] kopf.objects [ERROR ]
[ncp0157/chargingfunction-ig1] Timer 'progress' failed temporarily: Waiting for
initialization to complete...
[2024-12-17 20:14:31,978] kopf.objects [INFO ] [ncp0157/chf-repo-24-11-
1-136] Timer 'helm_repo_timer' succeeded.
[2024-12-17 20:14:36,090] kopf.objects [INFO ]
[ncp0157/chargingfunction-ig1] deploy_chargingfunctions - namespace: ncp0157, name:
chargingfunction-ig1, mode: install, system_names: ['ig1']
[2024-12-17 20:14:36,091] kopf.objects [ERROR ]
[ncp0157/chargingfunction-ig1] Daemon 'deploy_chargingfunctions' failed
temporarily: Waiting for initialization to complete...
[2024-12-17 20:14:36,091] kopf.objects [INFO ]
[ncp0157/chargingfunction-ig1] progress - namespace: ncp0157, name:
chargingfunction-ig1, mode: install, system_names: ['ig1']
[2024-12-17 20:14:36,092] kopf.objects [ERROR ]
[ncp0157/chargingfunction-ig1] Timer 'progress' failed temporarily: Waiting for
initialization to complete...
[2024-12-17 20:14:41,083] kopf.objects [ERROR ]
[ncp0157/chargingfunction-ig1] Timer 'conditions' failed permanently: Missing
"status" parameter.
[2024-12-17 20:14:41,092] kopf.objects [INFO ]
[ncp0157/chargingfunction-ig1] deploy_chargingfunctions - namespace: ncp0157, name:
chargingfunction-ig1, mode: install, system_names: ['ig1']
[2024-12-17 20:14:41,092] kopf.objects [ERROR ]
[ncp0157/chargingfunction-ig1] Daemon 'deploy_chargingfunctions' failed
temporarily: Waiting for initialization to complete...
[2024-12-17 20:14:41,092] kopf.objects [INFO ]
[ncp0157/chargingfunction-ig1] progress - namespace: ncp0157, name:
chargingfunction-ig1, mode: install, system_names: ['ig1']
[2024-12-17 20:14:41,093] kopf.objects [ERROR ]
[ncp0157/chargingfunction-ig1] Timer 'progress' failed temporarily: Waiting for
initialization to complete...
[2024-12-17 20:14:46,095] kopf.objects [INFO ]
[ncp0157/chargingfunction-ig1] deploy_chargingfunctions - namespace: ncp0157, name:
chargingfunction-ig1, mode: install, system_names: ['ig1']
[2024-12-17 20:14:46,095] kopf.objects [ERROR ]
[ncp0157/chargingfunction-ig1] Daemon 'deploy_chargingfunctions' failed
temporarily: Waiting for initialization to complete...
[2024-12-17 20:14:46,096] kopf.objects [INFO ]
[ncp0157/chargingfunction-ig1] progress - namespace: ncp0157, name:
chargingfunction-ig1, mode: install, system_names: ['ig1']
[2024-12-17 20:14:46,096] kopf.objects [ERROR ]
[ncp0157/chargingfunction-ig1] Timer 'progress' failed temporarily: Waiting for
initialization to complete...
[2024-12-17 20:14:51,085] kopf.objects [ERROR ]
[ncp0157/chargingfunction-ig1] Timer 'conditions' failed permanently: Missing
"status" parameter.
[2024-12-17 20:14:51,096] kopf.objects [INFO ]
[ncp0157/chargingfunction-ig1] deploy_chargingfunctions - namespace: ncp0157, name:
chargingfunction-ig1, mode: install, system_names: ['ig1']
[2024-12-17 20:14:51,097] kopf.objects [ERROR ]
[ncp0157/chargingfunction-ig1] Daemon 'deploy_chargingfunctions' failed
temporarily: Waiting for initialization to complete...
[2024-12-17 20:14:51,097] kopf.objects [INFO ]
[ncp0157/chargingfunction-ig1] progress - namespace: ncp0157, name:
chargingfunction-ig1, mode: install, system_names: ['ig1']
[2024-12-17 20:14:51,098] kopf.objects [ERROR ]
[ncp0157/chargingfunction-ig1] Timer 'progress' failed temporarily: Waiting for
initialization to complete...
[2024-12-17 20:14:56,099] kopf.objects [INFO ]
[ncp0157/chargingfunction-ig1] deploy_chargingfunctions - namespace: ncp0157, name:
chargingfunction-ig1, mode: install, system_names: ['ig1']
[2024-12-17 20:14:56,099] kopf.objects [ERROR ]
[ncp0157/chargingfunction-ig1] Daemon 'deploy_chargingfunctions' failed
temporarily: Waiting for initialization to complete...
[2024-12-17 20:14:56,100] kopf.objects [INFO ]
[ncp0157/chargingfunction-ig1] progress - namespace: ncp0157, name:
chargingfunction-ig1, mode: install, system_names: ['ig1']
[2024-12-17 20:14:56,100] kopf.objects [ERROR ]
[ncp0157/chargingfunction-ig1] Timer 'progress' failed temporarily: Waiting for
initialization to complete...
[2024-12-17 20:15:01,087] kopf.objects [ERROR ]
[ncp0157/chargingfunction-ig1] Timer 'conditions' failed permanently: Missing
"status" parameter.
[2024-12-17 20:15:01,101] kopf.objects [INFO ]
[ncp0157/chargingfunction-ig1] deploy_chargingfunctions - namespace: ncp0157, name:
chargingfunction-ig1, mode: install, system_names: ['ig1']
[2024-12-17 20:15:01,102] kopf.objects [ERROR ]
[ncp0157/chargingfunction-ig1] Daemon 'deploy_chargingfunctions' failed
temporarily: Waiting for initialization to complete...
[2024-12-17 20:15:01,102] kopf.objects [INFO ]
[ncp0157/chargingfunction-ig1] progress - namespace: ncp0157, name:
chargingfunction-ig1, mode: install, system_names: ['ig1']
[2024-12-17 20:15:01,102] kopf.objects [ERROR ]
[ncp0157/chargingfunction-ig1] Timer 'progress' failed temporarily: Waiting for
initialization to complete...
[2024-12-17 20:15:02,038] kopf.objects [INFO ] [ncp0157/chf-repo-24-11-
1-136] Timer 'helm_repo_timer' succeeded.
[2024-12-17 20:15:06,104] kopf.objects [INFO ]
[ncp0157/chargingfunction-ig1] deploy_chargingfunctions - namespace: ncp0157, name:
chargingfunction-ig1, mode: install, system_names: ['ig1']
[2024-12-17 20:15:06,105] kopf.objects [ERROR ]
[ncp0157/chargingfunction-ig1] Daemon 'deploy_chargingfunctions' failed
temporarily: Waiting for initialization to complete...
[2024-12-17 20:15:06,105] kopf.objects [INFO ]
[ncp0157/chargingfunction-ig1] progress - namespace: ncp0157, name:
chargingfunction-ig1, mode: install, system_names: ['ig1']
[2024-12-17 20:15:06,105] kopf.objects [ERROR ]
[ncp0157/chargingfunction-ig1] Timer 'progress' failed temporarily: Waiting for
initialization to complete...
[2024-12-17 20:15:11,089] kopf.objects [ERROR ]
[ncp0157/chargingfunction-ig1] Timer 'conditions' failed permanently: Missing
"status" parameter.
[2024-12-17 20:15:11,106] kopf.objects [INFO ]
[ncp0157/chargingfunction-ig1] deploy_chargingfunctions - namespace: ncp0157, name:
chargingfunction-ig1, mode: install, system_names: ['ig1']
[2024-12-17 20:15:11,106] kopf.objects [ERROR ]
[ncp0157/chargingfunction-ig1] Daemon 'deploy_chargingfunctions' failed
temporarily: Waiting for initialization to complete...
[2024-12-17 20:15:11,106] kopf.objects [INFO ]
[ncp0157/chargingfunction-ig1] progress - namespace: ncp0157, name:
chargingfunction-ig1, mode: install, system_names: ['ig1']
[2024-12-17 20:15:11,107] kopf.objects [ERROR ]
[ncp0157/chargingfunction-ig1] Timer 'progress' failed temporarily: Waiting for
initialization to complete...
[2024-12-17 20:15:16,107] kopf.objects [INFO ]
[ncp0157/chargingfunction-ig1] deploy_chargingfunctions - namespace: ncp0157, name:
chargingfunction-ig1, mode: install, system_names: ['ig1']
[2024-12-17 20:15:16,108] kopf.objects [ERROR ]
[ncp0157/chargingfunction-ig1] Daemon 'deploy_chargingfunctions' failed
temporarily: Waiting for initialization to complete...
[2024-12-17 20:15:16,108] kopf.objects [INFO ]
[ncp0157/chargingfunction-ig1] progress - namespace: ncp0157, name:
chargingfunction-ig1, mode: install, system_names: ['ig1']
[2024-12-17 20:15:16,108] kopf.objects [ERROR ]
[ncp0157/chargingfunction-ig1] Timer 'progress' failed temporarily: Waiting for
initialization to complete...
[2024-12-17 20:15:21,091] kopf.objects [ERROR ]
[ncp0157/chargingfunction-ig1] Timer 'conditions' failed permanently: Missing
"status" parameter.
[2024-12-17 20:15:21,109] kopf.objects [INFO ]
[ncp0157/chargingfunction-ig1] deploy_chargingfunctions - namespace: ncp0157, name:
chargingfunction-ig1, mode: install, system_names: ['ig1']
[2024-12-17 20:15:21,109] kopf.objects [ERROR ]
[ncp0157/chargingfunction-ig1] Daemon 'deploy_chargingfunctions' failed
temporarily: Waiting for initialization to complete...
[2024-12-17 20:15:21,109] kopf.objects [INFO ]
[ncp0157/chargingfunction-ig1] progress - namespace: ncp0157, name:
chargingfunction-ig1, mode: install, system_names: ['ig1']
[2024-12-17 20:15:21,109] kopf.objects [ERROR ]
[ncp0157/chargingfunction-ig1] Timer 'progress' failed temporarily: Waiting for
initialization to complete...
[2024-12-17 20:15:26,110] kopf.objects [INFO ]
[ncp0157/chargingfunction-ig1] deploy_chargingfunctions - namespace: ncp0157, name:
chargingfunction-ig1, mode: install, system_names: ['ig1']
[2024-12-17 20:15:26,111] kopf.objects [ERROR ]
[ncp0157/chargingfunction-ig1] Daemon 'deploy_chargingfunctions' failed
temporarily: Waiting for initialization to complete...
[2024-12-17 20:15:26,111] kopf.objects [INFO ]
[ncp0157/chargingfunction-ig1] progress - namespace: ncp0157, name:
chargingfunction-ig1, mode: install, system_names: ['ig1']
[2024-12-17 20:15:26,111] kopf.objects [ERROR ]
[ncp0157/chargingfunction-ig1] Timer 'progress' failed temporarily: Waiting for
initialization to complete...
[2024-12-17 20:15:31,093] kopf.objects [ERROR ]
[ncp0157/chargingfunction-ig1] Timer 'conditions' failed permanently: Missing
"status" parameter.
[2024-12-17 20:15:31,113] kopf.objects [INFO ]
[ncp0157/chargingfunction-ig1] deploy_chargingfunctions - namespace: ncp0157, name:
chargingfunction-ig1, mode: install, system_names: ['ig1']
[2024-12-17 20:15:31,113] kopf.objects [ERROR ]
[ncp0157/chargingfunction-ig1] Daemon 'deploy_chargingfunctions' failed
temporarily: Waiting for initialization to complete...
[2024-12-17 20:15:31,113] kopf.objects [INFO ]
[ncp0157/chargingfunction-ig1] progress - namespace: ncp0157, name:
chargingfunction-ig1, mode: install, system_names: ['ig1']
[2024-12-17 20:15:31,114] kopf.objects [ERROR ]
[ncp0157/chargingfunction-ig1] Timer 'progress' failed temporarily: Waiting for
initialization to complete...
[2024-12-17 20:15:32,102] kopf.objects [INFO ] [ncp0157/chf-repo-24-11-
1-136] Timer 'helm_repo_timer' succeeded.
[2024-12-17 20:15:36,115] kopf.objects [INFO ]
[ncp0157/chargingfunction-ig1] deploy_chargingfunctions - namespace: ncp0157, name:
chargingfunction-ig1, mode: install, system_names: ['ig1']
[2024-12-17 20:15:36,115] kopf.objects [ERROR ]
[ncp0157/chargingfunction-ig1] Daemon 'deploy_chargingfunctions' failed
temporarily: Waiting for initialization to complete...
[2024-12-17 20:15:36,116] kopf.objects [INFO ]
[ncp0157/chargingfunction-ig1] progress - namespace: ncp0157, name:
chargingfunction-ig1, mode: install, system_names: ['ig1']
[2024-12-17 20:15:36,116] kopf.objects [ERROR ]
[ncp0157/chargingfunction-ig1] Timer 'progress' failed temporarily: Waiting for
initialization to complete...
[2024-12-17 20:15:41,096] kopf.objects [ERROR ]
[ncp0157/chargingfunction-ig1] Timer 'conditions' failed permanently: Missing
"status" parameter.
[2024-12-17 20:15:41,116] kopf.objects [INFO ]
[ncp0157/chargingfunction-ig1] deploy_chargingfunctions - namespace: ncp0157, name:
chargingfunction-ig1, mode: install, system_names: ['ig1']
[2024-12-17 20:15:41,117] kopf.objects [ERROR ]
[ncp0157/chargingfunction-ig1] Daemon 'deploy_chargingfunctions' failed
temporarily: Waiting for initialization to complete...
[2024-12-17 20:15:41,117] kopf.objects [INFO ]
[ncp0157/chargingfunction-ig1] progress - namespace: ncp0157, name:
chargingfunction-ig1, mode: install, system_names: ['ig1']
[2024-12-17 20:15:41,117] kopf.objects [ERROR ]
[ncp0157/chargingfunction-ig1] Timer 'progress' failed temporarily: Waiting for
initialization to complete...
[2024-12-17 20:15:46,118] kopf.objects [INFO ]
[ncp0157/chargingfunction-ig1] deploy_chargingfunctions - namespace: ncp0157, name:
chargingfunction-ig1, mode: install, system_names: ['ig1']
[2024-12-17 20:15:46,118] kopf.objects [ERROR ]
[ncp0157/chargingfunction-ig1] Daemon 'deploy_chargingfunctions' failed
temporarily: Waiting for initialization to complete...
[2024-12-17 20:15:46,119] kopf.objects [INFO ]
[ncp0157/chargingfunction-ig1] progress - namespace: ncp0157, name:
chargingfunction-ig1, mode: install, system_names: ['ig1']
[2024-12-17 20:15:46,120] kopf.objects [ERROR ]
[ncp0157/chargingfunction-ig1] Timer 'progress' failed temporarily: Waiting for
initialization to complete...
[2024-12-17 20:15:51,099] kopf.objects [ERROR ]
[ncp0157/chargingfunction-ig1] Timer 'conditions' failed permanently: Missing
"status" parameter.
[2024-12-17 20:15:51,119] kopf.objects [INFO ]
[ncp0157/chargingfunction-ig1] deploy_chargingfunctions - namespace: ncp0157, name:
chargingfunction-ig1, mode: install, system_names: ['ig1']
[2024-12-17 20:15:51,120] kopf.objects [ERROR ]
[ncp0157/chargingfunction-ig1] Daemon 'deploy_chargingfunctions' failed
temporarily: Waiting for initialization to complete...
[2024-12-17 20:15:51,121] kopf.objects [INFO ]
[ncp0157/chargingfunction-ig1] progress - namespace: ncp0157, name:
chargingfunction-ig1, mode: install, system_names: ['ig1']
[2024-12-17 20:15:51,121] kopf.objects [ERROR ]
[ncp0157/chargingfunction-ig1] Timer 'progress' failed temporarily: Waiting for
initialization to complete...
[2024-12-17 20:15:56,121] kopf.objects [INFO ]
[ncp0157/chargingfunction-ig1] deploy_chargingfunctions - namespace: ncp0157, name:
chargingfunction-ig1, mode: install, system_names: ['ig1']
[2024-12-17 20:15:56,121] kopf.objects [ERROR ]
[ncp0157/chargingfunction-ig1] Daemon 'deploy_chargingfunctions' failed
temporarily: Waiting for initialization to complete...
[2024-12-17 20:15:56,122] kopf.objects [INFO ]
[ncp0157/chargingfunction-ig1] progress - namespace: ncp0157, name:
chargingfunction-ig1, mode: install, system_names: ['ig1']
[2024-12-17 20:15:56,122] kopf.objects [ERROR ]
[ncp0157/chargingfunction-ig1] Timer 'progress' failed temporarily: Waiting for
initialization to complete...
^C
-bash-4.2#
Tue Dec 17 21:10:01 2024
Your terminal (/dev/pts/2) has been idle for 60 min.
Press Enter key or you will be logged out any time after 299 min.

Socket error Event: 32 Error: 10053.


Connection closing...Socket close.

Connection closed by foreign host.

Disconnected from remote host(BASH_Tool_111) at 03:51:39.

Type `help' to learn how to use Xshell prompt.


[C:\~]$

You might also like