Advertisement
Shodan76

Untitled

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