Results 4 issues of balu-ce

kubernetes.client.exceptions.ApiException: (500) when I tried to execute on kubernetes client for one of the pods > res = stream(client.connect_get_namespaced_pod_exec(pod_name, ns, container=container_name, command=comm,stderr=True, stdin=False,stdout=True, tty=False)) > kubernetes.client.exceptions.ApiException: (500) > Reason: Internal...

kind/bug

I am trying to generate data/values dynamically using golang Current Code : ``` dvs := []string{"x=hello", "y=world"} templatingOptions := yttcmd.NewOptions() input, err := templatesAsInput(tpl...) if err != nil { return...

helping with an issue

`provider := credentials.NewStaticCredentials(cred.token, cred.accountId) ` How can I create a session object using this provider

kind/support