From 2a516773a6731821edbe7d4264bf375164f775b0 Mon Sep 17 00:00:00 2001 From: Nick Saika Date: Mon, 24 Jun 2024 15:22:18 +0000 Subject: [PATCH] fixup! community-platforms: Add installation docs for Akamai/Linode --- .../docs/latest/installing/community-platforms/akamai.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/content/docs/latest/installing/community-platforms/akamai.md b/content/docs/latest/installing/community-platforms/akamai.md index c27ebac5..0f634e3e 100644 --- a/content/docs/latest/installing/community-platforms/akamai.md +++ b/content/docs/latest/installing/community-platforms/akamai.md @@ -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 @@ -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}" \ @@ -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]: ../