google-kubernetes-engine-plugin
google-kubernetes-engine-plugin copied to clipboard
[Code Cleanup]: Re-factor apply logic
Currently the plugin does an exec to kubectl apply for deployment. This requires that the customer has kubectl installed in their Jenkins environment. Once the k8s server-side apply function is available we should do the work to use it so that we can remove this pre-req
Server-side apply k8s issue: https://github.com/kubernetes/enhancements/issues/555
Blocked on GKE release of 1.14