ajaygk95 commented on a change in pull request #3240: [ZEPPELIN-3840] Zeppelin on Kubernetes URL: https://github.com/apache/zeppelin/pull/3240#discussion_r248565818
########## File path: zeppelin-plugins/launcher/k8s-standard/src/main/java/org/apache/zeppelin/interpreter/launcher/Kubectl.java ########## @@ -0,0 +1,157 @@ +/* Review comment: The Issue with fabric8 library related to kubectl apply or delete of resources using a single API is working with [#1300](https://github.com/fabric8io/kubernetes-client/pull/1300) which is merged to master branch. When it is available in the next release of fabric8io/kubernetes-client we can integrate the same. Using the above fix from fabric8 the change has been validated in the master branch of [zep-k8sctl](https://github.com/ajaygk95/zep-k8sctl). Can you please let us know if we create new JIRA issues so that we follow up or we will follow some different procedure. ---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: [email protected] With regards, Apache Git Services
