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
The DigitalOcean droplet image "fedora-27-x64-atomic" seems to have been deleted following the release of Fedora 28 and Fedora Atomic 28. Checking the DO API shows the only option is 28:
terraform apply the example Fedora Atomic Digital Ocean cluster. The Digital Ocean API now returns errors since the module uses image "".
* digitalocean_droplet.workers: Error creating droplet: POST https://api.digitalocean.com/v2/droplets: 422 You specified an invalid image for Droplet creation.
Unfortunately, Fedora Atomic 28 still has a systemd-journald issue and we haven't felt comfortable updating. Given 27 is no longer an option, we may try to ship 28 with workarounds or some jankiness (note Typhoon for Digital Ocean and Atomic is classified as alpha).
The text was updated successfully, but these errors were encountered:
Bug
Environment
Problem
The DigitalOcean droplet image "fedora-27-x64-atomic" seems to have been deleted following the release of Fedora 28 and Fedora Atomic 28. Checking the DO API shows the only option is 28:
Steps to Reproduce
terraform apply
the example Fedora Atomic Digital Ocean cluster. The Digital Ocean API now returns errors since the module uses image "".Unfortunately, Fedora Atomic 28 still has a systemd-journald issue and we haven't felt comfortable updating. Given 27 is no longer an option, we may try to ship 28 with workarounds or some jankiness (note Typhoon for Digital Ocean and Atomic is classified as alpha).
The text was updated successfully, but these errors were encountered: