Ievgenii Shepeliuk

Results 162 comments of Ievgenii Shepeliuk

@nolar your suggestion worked, `pip install kubernetes` made my code works locally.

1. we're not using google, we're using own SSO service 1. i tried interactive `pykube-ng` many times in different combinations, `kubernetes` was not installed, operator never worked

@styk-tv as soon I change k8s client as described abov, all is working. So I don't think it's RBAC issue.

Hi Any updates on this ? Also interested in similar feature, although for different scenario. My operator is not limited to a single namespace, but it watches cluster wide events...

Hi @nolar there's a confusion here, My case is different from the origin of the issue. I don't need to get CLI parameters in handlers at all. Instead, I'd like...

@nolar does kopf have any social communications tools, like gitter, twitter, slack ?

This issue also may be related to my question in #367

@nolar is there any advantage of using dedicated threads for polling ? Versus using asyncio based libraries, like https://github.com/gawel/aiocron ?

@nolar the entire question was about different topic 1. Since all kopf framework is based on asyncio, but the example you've given is using threads, the quesion pops up immediately...

@nolar thnx your intention of explaning via threads is clear now. one more question to continue - daemons and timers are bound to some K8S resource now and are active...