Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

akamai: add troubleshooting section #375

Merged
merged 1 commit into from
Dec 3, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
Loading