Tsuyoshi Ushio

Results 100 comments of Tsuyoshi Ushio

I run my pipeline to set 2.6.0, then it works. I'd like to reproduce. Could you share your pipeline, please? What I did on the comment is like this. ```...

The change I released yesterday is, it fails when I've got error when we execute a command. Before that I had a issue it doesn't error, even if it fails....

Thank you for your feedback. I tried. However, it works. Maybe we have different environment. Do you use VSTS or TFS? Also, I recommend to use k8s downloader + kubectl...

Hi @xingyu217 . Unfortunately, this task doesn't support TFS 2015. The production team said that they change the endpoint spec after that. A gentlemen try to folk this repo and...

Hi @richardjharding Sorry, I didn't notice your issue. It's very good to know. :) I'll have a look and try to come up with how to do it . :)

1.x is the same. Let's encode the kubecnfig file into Base64. Then it will be solved. See 5.1. Create an endopint on the README. :)

I don't know why. But I realised that if you have multiple lines of the parameter, vsts prints from the second line. VSTS doesn't print the first line. I should...

@dtzar It seems automatically printout when I use this. ``` this.kubeconfig = tl.getEndpointAuthorizationParameter(this.endpoint, 'kubeconfig', true); ``` I can't avoid it. However, this line smells. I'll investigate it. https://github.com/Microsoft/vsts-task-lib/blob/master/node/task.ts#L364

Resolved. It was because my helm was old. ``` $ helm versionClient: &version.Version{SemVer:"v2.7.0", GitCommit:"08c1144f5eb3e3b636d9775617287cc26e53dba4", GitTreeState:"clean"} ``` When I upgrade the helm, it works fine. ``` $ helm version Client: &version.Version{SemVer:"v2.13.1",...