Amit Nanaware
Results
2
comments of
Amit Nanaware
@lhriley The error says that the api is not getting any response for deployments. the code is as below: ``` deployments = self.extensions_v1_beta1.list_namespaced_deployment(self.options.kubernetes_namespace, label_selector="app={}".format(self.options.kubernetes_deployment)) return deployments.items[0] ``` Make sure the...
Hi @shreyabatra4 yes this issue is still exists. On Mon, 7 Feb 2022 at 11:40 PM, Shreya Batra ***@***.***> wrote: > Hi @amitnanaware , are you still facing > this...