You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: README.md
+6
Original file line number
Diff line number
Diff line change
@@ -73,6 +73,12 @@ To install Juju from snap, run this command:
73
73
sudo snap install juju --classic
74
74
```
75
75
76
+
On some machines there might be a missing folder which is required for juju to run correctly. Because of this please make sure to create this folder with:
77
+
78
+
```bash
79
+
mkdir -p ~/.local/share
80
+
```
81
+
76
82
Deploy a Juju controller to the Kubernetes we set up with MicroK8s:
0 commit comments