Open motjuste opened 1 day ago
Thank you for reporting us your feedback!
The internal ticket has been created: https://warthogs.atlassian.net/browse/KF-6635.
This message was autogenerated
Checking the dss status
I get:
~$ dss status
[ERROR] Failed to retrieve status: deployments.apps "mlflow" is forbidden: User "system:anonymous" cannot get resource "deployments" in API group "apps" in the namespace "dss".
~$ sudo dss status
Traceback (most recent call last):
File "/snap/data-science-stack/39/bin/dss", line 5, in <module>
from dss.main import main
File "/snap/data-science-stack/39/lib/python3.10/site-packages/dss/main.py", line 4, in <module>
from dss.create_notebook import create_notebook
File "/snap/data-science-stack/39/lib/python3.10/site-packages/dss/create_notebook.py", line 19, in <module>
from dss.remove_notebook import remove_notebook
File "/snap/data-science-stack/39/lib/python3.10/site-packages/dss/remove_notebook.py", line 8, in <module>
from dss.utils import does_notebook_exist
File "/snap/data-science-stack/39/lib/python3.10/site-packages/dss/utils.py", line 21, in <module>
logger = setup_logger("logs/dss.log")
File "/snap/data-science-stack/39/lib/python3.10/site-packages/dss/logger.py", line 52, in setup_logger
os.makedirs(os.path.dirname(log_file_path))
File "/usr/lib/python3.10/os.py", line 225, in makedirs
mkdir(name, mode)
PermissionError: [Errno 13] Permission denied: 'logs'
Bug Description
There seems to be some issue with the latest/edge update version
0.1-2237f5211c19...
release on 2-Dec-2024 where DSS cannot be initialized. This was seen during the Checkbox validation run for DSS and all validations failed for latest/edge with the same error, for example here.To Reproduce
microk8s
1.28/stable or 1.31/stable, classic snap, and enablehostpath-storage dns rbac
.data-science-stack
snap from channel latest/edge.dss initialize --kubeconfig="$(sudo microk8s config)"
Environment
Relevant Log Output
Additional Context
No response