Skip to content

Commit

Permalink
Merge pull request #375 from flatcar/tormath1/akamai
Browse files Browse the repository at this point in the history
akamai: add troubleshooting section
  • Loading branch information
tormath1 authored Dec 3, 2024
2 parents 786a1ca + 20f42f2 commit 44b94c3
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions content/docs/latest/installing/community-platforms/akamai.md
Original file line number Diff line number Diff line change
Expand Up @@ -102,8 +102,6 @@ systemd:
WantedBy=multi-user.target
```
> **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:
```bash
Expand Down Expand Up @@ -211,6 +209,11 @@ Now that you have a running Flatcar instance, it is time to play around!
Check out the [Flatcar Container Linux Quickstart][quickstart] guide, or dig
into [more specific topics][doc-index].

## Troubleshooting and known issues

* If the instance is booted with a Private IP option, the IP will not be set automatically on Flatcar. It is the "Linode helpers" that take care of this, to do so on Flatcar: `ip addr add "${COREOS_AKAMAI_PRIVATE_IPV4_0}" dev eth0`
* It is not possible to configure SSH keys against a user account with Afterburn. If SSH keys are needed on the instance, it must be done through Ignition. (See: https://github.com/coreos/afterburn/issues/1111 and https://www.linode.com/community/questions/24938/v1ssh-keys-is-empty-when-deploying-a-private-image)

[akamai-connected-cloud]: https://www.linode.com/
[doc-index]: ../../
[linode-api]: https://www.linode.com/docs/api/
Expand Down

0 comments on commit 44b94c3

Please sign in to comment.