Skip to content

Commit

Permalink
Merge pull request #346 from flatcar/tormath1/akamai
Browse files Browse the repository at this point in the history
akamai: remove SSH keys limitation
  • Loading branch information
tormath1 committed Jun 28, 2024
2 parents 7b47efe + 46035f8 commit 38a4963
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions content/docs/latest/installing/community-platforms/akamai.md
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,7 @@ linode-cli image-upload \
--region "${REGION}" \
--label "flatcar-linux-alpha" \
--description "Flatcar Linux (alpha)" \
--cloud-init \
flatcar_production_akamai_image.bin.gz

export IMAGE_ID=$(linode-cli images list --label flatcar-linux-alpha --json | jq -r '.[0].id')
Expand Down Expand Up @@ -101,9 +102,7 @@ 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.
> **NOTE**: If you do not require Ignition, SSH keys associated to the user account will be injected via Akamai metadata service.
Translate the Butane configuration to the JSON expected by Ignition:

Expand Down Expand Up @@ -219,5 +218,4 @@ 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 38a4963

Please sign in to comment.