You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I use the following ignition string as user data for a Digitalocean droplet: { "ignition": { "version": "2.2.0", "config": { "replace": { "source": "http://${digitalocean_droplet.bootstrap-helper.ipv4_address}:80/bootstrap.ign" } } } }
The droplet boot up, get the initial user-data and try to fetch the remote config. This not working at the moment.
Operating System Version
Droplet images coreos-{stable,beta,alpha}
Ignition Version
2.2.0
Environment
Digitalocean
Expected Behavior
Coreos should fetch the ignition file from the http url
Actual Behavior
the http client produces get error
Reproduction Steps
Create a do droplet with core os image
Put the ignition config above as userdata
Boot the droplet
Other Information
I think the network connection is not configured at the moment of fetching the file. I seems DO does not provide the network configuration by DHCP.
The text was updated successfully, but these errors were encountered:
On DigitalOcean, Container Linux doesn't have a publicly routable IP address when Ignition runs (coreos/bugs#2205), so Ignition can't fetch arbitrary URLs. We're not going to be able to fix that on Container Linux, but we hope to address the issue on Fedora CoreOS.
This isn't actually an Ignition bug -- it's the responsibility of bootengine on Container Linux or ignition-dracut on Fedora CoreOS -- so I'll close. Thanks for reporting.
Bug
I use the following ignition string as user data for a Digitalocean droplet:
{ "ignition": { "version": "2.2.0", "config": { "replace": { "source": "http://${digitalocean_droplet.bootstrap-helper.ipv4_address}:80/bootstrap.ign" } } } }
The droplet boot up, get the initial user-data and try to fetch the remote config. This not working at the moment.
Operating System Version
Droplet images coreos-{stable,beta,alpha}
Ignition Version
2.2.0
Environment
Digitalocean
Expected Behavior
Coreos should fetch the ignition file from the http url
Actual Behavior
the http client produces get error
Reproduction Steps
Other Information
I think the network connection is not configured at the moment of fetching the file. I seems DO does not provide the network configuration by DHCP.
The text was updated successfully, but these errors were encountered: