-
Notifications
You must be signed in to change notification settings - Fork 8
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Can't initialize DSS latest/edge, is MLFlow not deployed with --trust? #191
Labels
bug
Something isn't working
Comments
Thank you for reporting us your feedback! The internal ticket has been created: https://warthogs.atlassian.net/browse/KF-6635.
|
Checking the ~$ 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' |
This was referenced Dec 3, 2024
Looks like it's an underlying issue with gtsystem/lightkube#78 and we can also see it in
EDIT: For the solution we'll need to bump lightkube to |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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
The text was updated successfully, but these errors were encountered: