dongjoon-hyun commented on PR #153:
URL: 
https://github.com/apache/spark-kubernetes-operator/pull/153#issuecomment-2614850032

   > I am not sure, I am submitting this PR for the error I encountered while 
install operator by executing below command. `helm install 
spark-kubernetes-operator --create-namespace -f 
build-tools/helm/spark-kubernetes-operator/values.yaml 
build-tools/helm/spark-kubernetes-operator/`
   
   Did you follow the full instructions in `README.md`? Probably,  the first 3 
commands for local testing are missed. Could you confirm that?
   ```
   $ ./gradlew build -x test
   $ ./gradlew buildDockerImage
   $ ./gradlew spark-operator-api:relocateGeneratedCRD
   $ helm install spark-kubernetes-operator --create-namespace -f 
build-tools/helm/spark-kubernetes-operator/values.yaml 
build-tools/helm/spark-kubernetes-operator/
   ```
   
   > 
   > It seems that the commands at
   > 
   > 
https://github.com/apache/spark-kubernetes-operator/blob/020199409402c67fddda6f89962e0dc215193d41/.github/workflows/publish_snapshot_chart.yml#L41-L42
   > 
   > were not executed, as I don't see the updates in 
https://github.com/apache/spark-kubernetes-operator/blob/main/build-tools/helm/spark-kubernetes-operator/values.yaml#L17-L19
   
   FYI, `publish_snapshot_chart.yml` is our `GitHub Action` script for nightly 
run in the following. It's irrelevant from a local testing.
   - 
https://github.com/apache/spark-kubernetes-operator/actions/workflows/publish_snapshot_chart.yml
   


-- 
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