google-kubernetes-engine-plugin icon indicating copy to clipboard operation
google-kubernetes-engine-plugin copied to clipboard

[Code Cleanup]: Re-factor apply logic

Open stephenashank opened this issue 6 years ago • 1 comments

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

stephenashank avatar Mar 01 '19 02:03 stephenashank

Blocked on GKE release of 1.14

stephenashank avatar Sep 24 '19 18:09 stephenashank