Skip to content

Commit

Permalink
fixup! community-platforms: Add installation docs for Akamai/Linode
Browse files Browse the repository at this point in the history
  • Loading branch information
Nick Saika committed Jun 24, 2024
1 parent bd5db1f commit 2a51677
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion content/docs/latest/installing/community-platforms/akamai.md
Original file line number Diff line number Diff line change
Expand Up @@ -104,6 +104,10 @@ systemd:
WantedBy=multi-user.target
```
> **NOTE**: For now, it is [not possible to have your public SSH keys injected
> through the Metadata Service][linode-qanda]. It is recommended to pass your
> public keys in via Ignition.
Translate the Butane configuration to the JSON expected by Ignition:
```bash
Expand Down Expand Up @@ -135,7 +139,6 @@ Create a new Linode instance that is **not booted**.
For convenience, we will retrieve the new Linode's ID and store it in an
environment variable:


```bash
linode-cli linodes create \
--region "${REGION}" \
Expand Down Expand Up @@ -219,4 +222,5 @@ into [more specific topics][doc-index].
[linode-cloud-manager]: https://cloud.linode.com/
[linode-metadata-service]: https://www.linode.com/docs/products/compute/compute-instances/guides/metadata-api/
[linode-region-availability]: https://www.linode.com/global-infrastructure/availability/
[linode-qanda]: https://www.linode.com/community/questions/24938/v1ssh-keys-is-empty-when-deploying-a-private-image
[quickstart]: ../

0 comments on commit 2a51677

Please sign in to comment.