rSrkn
rSrkn
We are exactly having the same issue where we need to"**Apply**" some **CRDs** via Python K8s client. As @govindKAG mentioned, is there any temporary workaround that you could suggest?
@micw523 Thanks for the info. We use ISTIO for traffic management and would like to manage/create/edit CRD resources (VirtualService, Gateway ...) from Python client. create_from_yaml is the only way I...
@micw523 Thank you , I will check the PR. Let me give little info about what we try to achieve. We run a web api (Python/Flask) inside a pod. This...