XMLWordPrintable

    • False
    • None
    • False
    • Release Notes
    • No
    • No
    • Hide
      == Juypter notebook administration tab is unavailable
      After OpenShift Data Science is upgraded to version 1.17, the Juypter notebook administration tab is unavailable. As a result, administrators will be unable to stop a user's notebook server from the Jupyter administration tab.

      *Workaround*: Use the following steps to stop a user's notebook server using the `oc` client:

      .. Log in to your cluster using the `oc` client.
      .. View available notebooks
      +
      ----
      $ oc get notebooks.kubeflow.org -n rhods-notebooks
      ----
      .. Patch the notebook to stop it.
      +
      ----
      $ oc patch notebook.kubeflow.org <notebook name> \
       -n rhods-notebooks \
       --type merge \
       -p "{\"metadata\": { \"annotations\": {\"kubeflow-resource-stopped\": \"$(date +%Y-%m-%dT%H:%M:%SZ)\"}}}"
      ----
      Show
      == Juypter notebook administration tab is unavailable After OpenShift Data Science is upgraded to version 1.17, the Juypter notebook administration tab is unavailable. As a result, administrators will be unable to stop a user's notebook server from the Jupyter administration tab. *Workaround*: Use the following steps to stop a user's notebook server using the `oc` client: .. Log in to your cluster using the `oc` client. .. View available notebooks + ---- $ oc get notebooks.kubeflow.org -n rhods-notebooks ---- .. Patch the notebook to stop it. + ---- $ oc patch notebook.kubeflow.org <notebook name> \  -n rhods-notebooks \  --type merge \  -p "{\"metadata\": { \"annotations\": {\"kubeflow-resource-stopped\": \"$(date +%Y-%m-%dT%H:%M:%SZ)\"}}}" ----
    • Known Issue
    • Documented as Known Issue
    • No
    • Pending
    • None
    • RHODS 1.17

      Some minor issues that were fixed upstream can be brought into RHODS 1.17

      Refine notebook controller routes

      https://github.com/opendatahub-io/odh-dashboard/issues/452

      Invert Access/Stop notebook server buttons on notebook server control panel

      https://github.com/opendatahub-io/odh-dashboard/issues/466

      Added handling of the case when no GPUs are configured/present

      https://github.com/opendatahub-io/odh-dashboard/issues/428

      Support not having an issue if the Notebook was deleted

      https://github.com/opendatahub-io/odh-dashboard/issues/474

      Disable KFNBC Administration Tab

      https://github.com/opendatahub-io/odh-dashboard/issues/566
       

              aballantyne Andrew Ballantyne
              jkoehler@redhat.com Jacqueline Koehler
              Tarun Kumar Tarun Kumar
              Votes:
              0 Vote for this issue
              Watchers:
              7 Start watching this issue

                Created:
                Updated:
                Resolved: