dongjoon-hyun commented on code in PR #69:
URL: 
https://github.com/apache/spark-kubernetes-operator/pull/69#discussion_r1722213148


##########
.github/workflows/build_and_test.yml:
##########
@@ -89,12 +89,6 @@ jobs:
           kubectl create clusterrolebinding serviceaccounts-cluster-admin 
--clusterrole=cluster-admin --group=system:serviceaccounts || true
           eval $(minikube docker-env)
           ./gradlew buildDockerImage
-          kubectl run spark-kubernetes-operator 
--image=spark-kubernetes-operator:0.1.0 --restart=Never
-          sleep 5
-          kubectl get pods -A
-          kubectl logs spark-kubernetes-operator
-          kubectl delete pod spark-kubernetes-operator
-          # helm

Review Comment:
   `helm install` test includes the above.



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to