| commit | 1addc93e479dcb97fdfecc74606559d9897217ec | [log] [tgz] |
|---|---|---|
| author | Mark Beierl <mark.beierl@canonical.com> | Thu May 18 15:11:34 2023 -0400 |
| committer | Mark Beierl <mark.beierl@canonical.com> | Thu May 18 15:11:34 2023 -0400 |
| tree | d459f67235d34bf03d9b81371de7be2d29eb7f0e | |
| parent | e789898a1681e9b8568f57608d7604a447250fe5 [diff] |
Making main async The initializers for Helm attempt to schedule tasks in the event loop, but now that we are not starting one explicitly and passing it around, we need to have a loop already started at the time of constructor. By making start() async, there is a running loop, and functions like k8s_helm_conn.py (~ #81) can call asyncio.create_task Change-Id: Ia4bf25bd5060dc27f07e63c7395dae3a88247a0e Signed-off-by: Mark Beierl <mark.beierl@canonical.com>