mafei-github
mafei-github
volcano-v1alpha1-test
 Is this necessary? How do you use it?
1:  2:  Are these two steps the way to use Java to access Volcano? How to create a pod inside a container?
 This is a pod created before, it is possible    May I ask why this cannot inherit the client's IP and port
  
 queue、podgroup volcanojob?
How to create volcanojob in this project
public interface V1beta1APIGroupDSL extends Client { MixedOperation podGroups(); MixedOperation queues(); MixedOperation volcanoJobs(); } ------ VolcanoJob volcanoJob = new VolcanoJobBuilder() .withNewMetadata() .withNamespace(namespace) .withName("test-job") .withLabels(baseLabels) // .withResourceVersion("66").withSelfLink("/apis/scheduling.volcano.sh/v1beta1/volcanojob/test-job") .endMetadata() .withNewSpec() .withSchedulerName("volcano") .withMinAvailable(1) .withWeight(2)...
[2NPU-volcanojob.txt](https://github.com/user-attachments/files/16244276/2NPU-volcanojob.txt) java.lang.IllegalStateException: com.fasterxml.jackson.databind.JsonMappingException: Conflicting setter definitions for property "volumes": com.dmai.model.common.k8s.volcano.model.src.scheduling.VolcanoJobSpec#setVolumes(1 params) vs com.dmai.model.common.k8s.volcano.model.src.scheduling.VolcanoJobSpec#setVolumeMounts(1 params)
step one:create queue  is ok  ------------- step two:create podgroup  is ok  The queue and podgroup in the first two steps actually refers to this project --------------...