You are viewing a plain text version of this content. The canonical link for it is here.
Posted to reviews@spark.apache.org by GitBox <gi...@apache.org> on 2022/03/10 17:53:18 UTC

[GitHub] [spark] dongjoon-hyun edited a comment on pull request #35773: [SPARK-38453][K8S][DOCS] Add `volcano` section to K8s IT `README.md`

dongjoon-hyun edited a comment on pull request #35773:
URL: https://github.com/apache/spark/pull/35773#issuecomment-1064335951


   Hi, @Yikun . It seems that the volcano image is outdated. This instruction only work on Minikube and doesn't work in the production EKS ARM64 environment. Could you describe the limitation?
   
   ```
   $ kubectl apply -f https://raw.githubusercontent.com/volcano-sh/volcano/master/installer/volcano-development-arm64.yaml
   
   $ k get pods -n volcano-system
   NAME                                   READY   STATUS             RESTARTS   AGE
   volcano-admission-54b4798bff-jkww9     0/1     CrashLoopBackOff   6          6m26s
   volcano-admission-init-9s6sh           0/1     Completed          0          6m26s
   volcano-controllers-865f496899-6mmqq   0/1     CrashLoopBackOff   6          6m24s
   volcano-scheduler-5f8844cd99-nlmgl     1/1     Running            0          6m22s
   
   $ k logs volcano-admission-54b4798bff-jkww9 -n volcano-system
   unknown flag: --admission-conf
   Usage of /vc-webhook-manager:
   ```


-- 
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: reviews-unsubscribe@spark.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: reviews-unsubscribe@spark.apache.org
For additional commands, e-mail: reviews-help@spark.apache.org