Open
Description
Bug Description
Implementing the dss initialize
and dss create-notebook
commands with timeout affects the dss user experience, where the timeout failure logs commands are sometimes not helpful. For example as mentioned here for dss initialize
and here for dss create-notebook
.
It's necessary to consider, with the help of the UX team, whether the commands should have timeout and how to make the status of dss visible to users.
To Reproduce
Install dss from source and run the commands
KUBECONFIG=~/.kube/config
pip install .
dss initialize --kubeconfig $KUBECONFIG