Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- [2023-06-15 12:11:56,518] kopf._core.engines.a [INFO ] Initial authentication has been initiated.
- [2023-06-15 12:11:56,525] kopf.activities.auth [INFO ] Activity 'login_via_client' succeeded.
- [2023-06-15 12:11:56,526] kopf._core.engines.a [INFO ] Initial authentication has finished.
- [2023-06-15 12:11:56,603] 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.
- [2023-06-15 12:16:12,876] kopf.objects [INFO ] [test/regcred-secret] Handler 'on_field_data/data' succeeded.
- [2023-06-15 12:16:13,106] kopf.objects [ERROR ] [test/regcred-secret] Handler 'create_fn' failed with an exception. Will retry.
- Traceback (most recent call last):
- File "/usr/local/lib/python3.9/site-packages/kopf/_core/actions/execution.py", line 283, in execute_handler_once
- result = await invoke_handler(
- File "/usr/local/lib/python3.9/site-packages/kopf/_core/actions/execution.py", line 378, in invoke_handler
- result = await invocation.invoke(
- File "/usr/local/lib/python3.9/site-packages/kopf/_core/actions/invocation.py", line 117, in invoke
- result = await fn(**kwargs) # type: ignore
- File "/src/handlers.py", line 114, in create_fn
- matchedns = get_ns_list(logger,body,v1)
- File "/src/csHelper.py", line 66, in get_ns_list
- if re.match(matchns, ns.metadata.name):
- File "/usr/local/lib/python3.9/re.py", line 191, in match
- return _compile(pattern, flags).match(string)
- File "/usr/local/lib/python3.9/re.py", line 304, in _compile
- p = sre_compile.compile(pattern, flags)
- File "/usr/local/lib/python3.9/sre_compile.py", line 764, in compile
- p = sre_parse.parse(p, flags)
- File "/usr/local/lib/python3.9/sre_parse.py", line 948, in parse
- p = _parse_sub(source, state, flags & SRE_FLAG_VERBOSE, 0)
- File "/usr/local/lib/python3.9/sre_parse.py", line 443, in _parse_sub
- itemsappend(_parse(source, state, verbose, nested + 1,
- File "/usr/local/lib/python3.9/sre_parse.py", line 668, in _parse
- raise source.error("nothing to repeat",
- re.error: nothing to repeat at position 0
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement