datawire / kubernaut

Instant ephemeral Kubernetes clusters for development and testing
Apache License 2.0
117 stars 8 forks source link

try to follow the manual. this is what i got #47

Open anatolyrossinsky opened 5 years ago

anatolyrossinsky commented 5 years ago

❱ kubernaut config backend create --url="https://next.kubernaut.io" --name="v2" --activate $TOKEN Traceback (most recent call last): File "kubernaut/cli.py", line 47, in File "site-packages/click/core.py", line 764, in call File "site-packages/click/core.py", line 717, in main File "site-packages/click/core.py", line 1134, in invoke File "site-packages/click/core.py", line 956, in invoke File "site-packages/click/core.py", line 555, in invoke File "site-packages/click/decorators.py", line 17, in new_func File "kubernaut/cli.py", line 32, in cli File "kubernaut/config/model.py", line 72, in load File "pathlib.py", line 1189, in read_text File "pathlib.py", line 1176, in open IsADirectoryError: [Errno 21] Is a directory: '/Users/anatoly/Library/Application Support/kubernaut/config' [16789] Failed to execute script cli

jachinte commented 5 years ago

Same here