canonical / data-science-stack

Stack with machine learning tools needed for local development.
Apache License 2.0
18 stars 7 forks source link

Remove repeated output while waiting for initialization. #159

Closed misohu closed 2 months ago

misohu commented 3 months ago

Bug Description

Every time we initialize DSS it outputs

[INFO] Waiting for deployment mlflow in namespace dss to be ready...

We want to output it just once.

To Reproduce

sudo snap install dss dss initialize --kubeconfig=$(microk8s config)

Environment

any

Relevant Log Output

[INFO] Executing initialize command
[INFO] Storing provided kubeconfig to /home/pocik/snap/data-science-stack/16/.dss/config
[INFO] Waiting for deployment mlflow in namespace dss to be ready...
[INFO] Waiting for deployment mlflow in namespace dss to be ready...
[INFO] Waiting for deployment mlflow in namespace dss to be ready...
[INFO] Waiting for deployment mlflow in namespace dss to be ready...
[INFO] Deployment mlflow in namespace dss is ready
[INFO] DSS initialized. To create your first notebook run the command:
...

Additional Context

No response

syncronize-issues-to-jira[bot] commented 3 months ago

Thank you for reporting us your feedback!

The internal ticket has been created: https://warthogs.atlassian.net/browse/KF-6099.

This message was autogenerated