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

Fix examples/platform-aws.yml: add dhcpcd service to keep instance reachable after lease #3830

Merged
merged 1 commit into from
Dec 29, 2022

Conversation

jf
Copy link
Contributor

@jf jf commented Oct 2, 2022

- What I did

add dhcpcd as a service as well in order to have the instance not invariably become unreachable after the lease expires

- How to verify it

  1. Follow the instructions in the docs to create an AMI
  2. create an instance from the AMI
  3. wait 3600 seconds (or however long the lease is in your case)
  4. observe how the instance loses connectivity at the very second after the lease expires
  5. now create another AMI, but with this fix and observe how the instance stays up (I have one instance that hasn't become unreachable, with an up time of over 22 hours)

…achable after lease

Signed-off-by: Jeffrey 'jf' Lim <jf@users.noreply.github.com>
@rn rn merged commit 6700de3 into linuxkit:master Dec 29, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants