kuryr-kubernetes/kuryr_kubernetes/controller/handlers
Michał Dulko 9743f6b3c9 Civilize logging vol 2
This is another attempt at getting the useless tracebacks out of logs
for any level higher than debug. In particular:

* All pools logs regarding "Kuryr-controller not yet ready to *" are now
  on debug level.
* The ugly ResourceNotReady raised from _populate_pool is now suppressed
  if method is run from eventlet.spawn(), which prevents that exception
  being logged by eventlet.
* ResourceNotReady will only print namespace/name or name, not the full
  resource representation.
* ConnectionResetError is suppressed on Retry handler level just as any
  other K8sClientError.

Change-Id: Ic6e6ee556f36ef4fe3429e8e1e4a2ddc7e8251dc
2020-09-17 12:15:39 +02:00
..
__init__.py Controller event handling pipeline 2016-11-03 13:08:29 +00:00
kuryrnetwork.py Implement add_finalizer and remove_finalizer 2020-07-28 19:01:22 +02:00
kuryrnetwork_population.py Namespace event handling through KuryrNet CRD 2020-03-13 12:30:07 +01:00
kuryrnetworkpolicy.py Merge "NP: Protect from disappearing resources" 2020-09-04 12:50:47 +00:00
kuryrport.py Catch exceptions for deleted pod. 2020-09-04 14:02:22 +02:00
lbaas.py Civilize logging vol 2 2020-09-17 12:15:39 +02:00
loadbalancer.py Ensure updated lb sgs is used on the CRD 2020-09-08 18:20:20 +00:00
namespace.py Civilize logging 2020-07-03 15:09:52 +02:00
pipeline.py Prevent Kuryr restart due to connection issue 2019-11-21 17:01:45 +00:00
pod_label.py Cleanup minor thing for KuryrPort feature. 2020-08-13 10:19:03 +02:00
policy.py KuryrNetworkPolicy CRD 2020-07-31 14:44:15 +02:00
vif.py Catch exceptions for deleted pod. 2020-09-04 14:02:22 +02:00