I add a several feature for kubernetes task. I'll merge this for adding new documentation.
New feature is ...
downloader task which enables us to dowonload kubectl, istioctl, and helm.
istioctl task enable us to use istioctl
helm task enable us to use helm
kubectl task enable us to use kubectl however, the prerequisite is to use downloader in advance.
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.
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.