TsuyoshiUshio / KubernetesTask

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

Feature/istiointegration #22

Closed TsuyoshiUshio closed 7 years ago

TsuyoshiUshio commented 7 years ago

I add a several feature for kubernetes task. I'll merge this for adding new documentation.

New feature is ...

Motivation:

I try to create istio task. however, istio is tightly integrated with kubectl. also kubectl might use istioctl command. If I keep on old architecture, I can't build this task. So I decide to refactor the architecture.

downloader enable us download kubectl, istioctl, and helm with adding PATH environment variables and KUBECONFIG environemnt variables. it enable us to integrate helm and istio. Also, it simplify the development of the new task.

TsuyoshiUshio commented 7 years ago

I already test it.