mirror of
https://github.com/linuxkit/linuxkit.git
synced 2025-07-20 01:29:07 +00:00
Explicitly define metadata provider for Vultr
Vultr provides an API that looks a lot like the AWS api, resulting in the AWS provider succeeding, but missing certain metadata parts that one would expect to work out of the box on Vultr, such as SSH PubKey fetching. Signed-off-by: Sachi King <nakato@nakato.io>
This commit is contained in:
parent
f966dea6ff
commit
d4c6c5be47
@ -14,6 +14,7 @@ onboot:
|
||||
command: ["/sbin/dhcpcd", "--nobackground", "-f", "/dhcpcd.conf", "-1"]
|
||||
- name: metadata
|
||||
image: linuxkit/metadata:v0.7
|
||||
command: ["/usr/bin/metadata", "vultr"]
|
||||
services:
|
||||
- name: getty
|
||||
image: linuxkit/getty:v0.7
|
||||
|
Loading…
Reference in New Issue
Block a user