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: _posts/2021-05-12-kim.md
+7-3
Original file line number
Diff line number
Diff line change
@@ -46,9 +46,9 @@ You'll need a Virtual Machine (VM) since kim currently does not work with [K3d](
46
46
47
47
All commands need to be run on your client, not on the VM. Do not log into the VM, it's unnecessary.
48
48
49
-
### Create a VM for K3s
49
+
### Create a local VM
50
50
51
-
You can create a VM on your own computing using [Multipass](https://multipass.run).
51
+
You can create a VM on your own computer using [Multipass](https://multipass.run) and Ubuntu.
52
52
53
53
```bash
54
54
multipass launch \
@@ -60,7 +60,9 @@ multipass launch \
60
60
61
61
You can use `multipass exec k3s-kim bash` to add your public SSH key to the `.ssh/authorized_keys` file. Then find the IP using `multipass info`
62
62
63
-
Or pick your favourite cloud. Linode are a homepage sponsor for OpenFaaS, [you can get 100 USD of free credit to create VMs](https://linode.dev).
63
+
### Or create a VM in the cloud
64
+
65
+
Or pick your favourite cloud. [Linode](https://linode.com) is a homepage sponsor for OpenFaaS and a developer cloud. You can get [100 USD of free credit to create VMs for K3s](https://linode.com).
64
66
65
67
Once you have your VM, install your SSH key if you haven't already:
66
68
@@ -87,7 +89,9 @@ arkade get k3sup
87
89
Then use [k3sup](https://k3sup.dev/) to install K3s:
0 commit comments