Skip to content

Commit 5101385

Browse files
committed
Fix typo and URL
Thanks @Waterdrips Signed-off-by: Alex Ellis (OpenFaaS Ltd) <[email protected]>
1 parent b0babf5 commit 5101385

File tree

1 file changed

+7
-3
lines changed

1 file changed

+7
-3
lines changed

_posts/2021-05-12-kim.md

+7-3
Original file line numberDiff line numberDiff line change
@@ -46,9 +46,9 @@ You'll need a Virtual Machine (VM) since kim currently does not work with [K3d](
4646

4747
All commands need to be run on your client, not on the VM. Do not log into the VM, it's unnecessary.
4848

49-
### Create a VM for K3s
49+
### Create a local VM
5050

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.
5252

5353
```bash
5454
multipass launch \
@@ -60,7 +60,9 @@ multipass launch \
6060

6161
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`
6262

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).
6466

6567
Once you have your VM, install your SSH key if you haven't already:
6668

@@ -87,7 +89,9 @@ arkade get k3sup
8789
Then use [k3sup](https://k3sup.dev/) to install K3s:
8890

8991
```bash
92+
# Set the public IP here
9093
export IP=""
94+
9195
k3sup install \
9296
--ip $IP \
9397
--user root \

0 commit comments

Comments
 (0)