Uploaded image for project: 'Apache YuniKorn'
  1. Apache YuniKorn
  2. YUNIKORN-1631

UI doesn't show the pytorchjob in the application list

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Closed
    • Major
    • Resolution: Won't Fix
    • None
    • 1.2.0
    • webapp
    • yunikorn1.2.0 kubenetes 1.23.16 ubuntu 22.04

    Description

      I use this website to install kubeflow https://yunikorn.apache.org/docs/user_guide/workloads/run_tf/

      when I  had set kubeflow application  , I watched the website http://localhost:9889 and I notice that the application yunikorn-kubeflow-autogen didn't appear.

      the command I applied  below
      wget https://raw.githubusercontent.com/kubeflow/training-operator/master/examples/pytorch/simple.yaml
      kubectl apply -k "github.com/kubeflow/training-operator/manifests/overlays/standalone?ref=v1.5.0"
      kubectl apply -f simple.yaml
      the yaml I used below:

      apiVersion: "kubeflow.org/v1"
      kind: PyTorchJob
      metadata:
        name: pytorch-simple
        namespace: kubeflow
      spec:
        pytorchReplicaSpecs:
          Master:
            replicas: 1
            restartPolicy: OnFailure
            template:
              spec:
                schedulerName: yunikorn
                containers:
                  - name: pytorch
                    image: docker.io/kubeflowkatib/pytorch-mnist:v1beta1-45c5727
                    imagePullPolicy: Always
                    command:
                      - "python3"
                      - "/opt/pytorch-mnist/mnist.py"
                      - "--epochs=1"
          Worker:
            replicas: 1
            restartPolicy: OnFailure
            template:
              spec:
                schedulerName: yunikorn
                containers:
                  - name: pytorch
                    image: docker.io/kubeflowkatib/pytorch-mnist:v1beta1-45c5727
                    imagePullPolicy: Always
                    command:
                      - "python3"
                      - "/opt/pytorch-mnist/mnist.py"
                      - "--epochs=1"

      Attachments

        1. image-2023-03-13-16-34-47-769.png
          93 kB
          Keep Cooking Life
        2. unnamed (1).png
          42 kB
          Keep Cooking Life
        3. unnamed (2).png
          82 kB
          Keep Cooking Life
        4. 截圖 2023-03-14 上午10.40.29.png
          338 kB
          Hsuan Zong Wu

        Activity

          People

            Unassigned Unassigned
            kcl7420 Keep Cooking Life
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: