TsuyoshiUshio / KubernetesTask

Kubernetes Task for Visual Studio Team Services
34 stars 14 forks source link

Error: Spawn UNKOWN #20

Closed wmeints closed 7 years ago

wmeints commented 7 years ago

I am running into a problem with the kubernetes task. Quite frequently I receive an error Spawn UNKOWN. The task doesn't always fail, but it does so quite frequently.

Do you have any idea what might cause the problem?

2017-06-16T09:32:59.5621981Z ##[section]Starting: kubectl apply
2017-06-16T09:32:59.5631815Z ==============================================================================
2017-06-16T09:32:59.5631815Z Task         : Deploy to Kubernetes
2017-06-16T09:32:59.5631815Z Description  : Deploy, configure, update your Kubernetes cluster in Azure Container Service by running kubectl commands.
2017-06-16T09:32:59.5631815Z Version      : 0.1.2
2017-06-16T09:32:59.5631815Z Author       : Microsoft Corporation
2017-06-16T09:32:59.5631815Z Help         : [More Information](https://go.microsoft.com/fwlink/?linkid=846415)
2017-06-16T09:32:59.5641828Z ==============================================================================
2017-06-16T09:32:59.9501814Z 64788582-b6e6-49a5-a731-2a1c46e9ebb0 exists true
2017-06-16T09:33:00.6651809Z ##[error]Error: spawn UNKNOWN
2017-06-16T09:33:00.6721809Z ##[section]Finishing: kubectl apply
TsuyoshiUshio commented 7 years ago

This Kubernetes task is official one. Not this repository one. https://github.com/Microsoft/vsts-tasks/tree/master/Tasks/Kubernetes Could you create an issue on that repository? My kubernetes task is shipped before the official one is out. If you want to use my Kuberentes task, please find it via Market Place.

wmeints commented 7 years ago

Ah sorry about that. Looking back it should have been pretty clear to me. Funny fact: Yours is easier to find on Google than the task from Microsoft.

I will move this one over to their repo.