Job Deletion

  1. Log in to the management node and go to the directory where the YAML file is stored.
  2. Run the following command on the management node to delete a training job using the YAML file:
    kubectl delete -f XXX.yaml
    For example:
    kubectl delete -f a800_vcjob.yaml
    Command output:
    1
    2
    configmap/rings-config-mindx-dls-test deleted
    job.batch.volcano.sh/mindx-dls-test deleted