canonical / data-science-stack

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

docs: Use proper microk8s config command #127

Closed kimwnasptd closed 4 months ago

kimwnasptd commented 4 months ago

Currently the instructions have a typo. The command for the kubeconfig should be

dss initialize --kubeconfig="$(microk8s config)"

With the current command we see the following error

[INFO] Executing initialize command
[INFO] Storing provided kubeconfig to /home/ubuntu/snap/data-science-stack/13/.dss/config
[ERROR] Failed to initialize dss: expected '<document start>', but found '<scalar>'
  in "<unicode string>", line 1, column 14:
    'kubeconfig' is not a valid MicroK8s subcommand.