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

digitalocean image ubuntu-18-04-x64 is no longer available #166

Closed
dleidisch opened this issue Oct 24, 2023 · 5 comments
Closed

digitalocean image ubuntu-18-04-x64 is no longer available #166

dleidisch opened this issue Oct 24, 2023 · 5 comments

Comments

@dleidisch
Copy link

dleidisch commented Oct 24, 2023

Expected Behaviour

The operator should create a new droplet at DigitalOcean.

Current Behaviour

The inlets-operator attempts to create a new droplet at DigitalOcean, but the image (ubuntu-18-04-x64) is no longer available, and DigitalOceanrejects the droplet createion with the error message "You specified an invalid image for Droplet creation., requeuing."

Possible Solution

The creation should at least use Ubuntu 20-04-x64 (LTS) - ubuntu-20-04-x64

OS: "ubuntu-20-04-x64",

https://github.com/inlets/inlets-operator/blob/master/controller.go#L773

Your Environment

  • inlets-operator version: ghcr.io/inlets/inlets-operator:0.17.5
  • Cloud provisioner: digitalocean
@alexellis
Copy link
Member

Hi @dleidisch

I'd be happy to take a look into this for you.

Are you interested in contributing the fix?

Regards,

Alex

@alexellis
Copy link
Member

Actually, this is something I can take and test quite quickly, here's the fix:

7201a00

Expect a new release shortly.

Thanks again for being a loyal customer.

@dleidisch
Copy link
Author

Thank you for the fast help!

@alexellis
Copy link
Member

inlets-patch

No worries, here is a sample of running it locally. Let us know if your issue is resolved with the latest release I just published.

@dleidisch
Copy link
Author

Thanks! The creation process is working again.

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

No branches or pull requests

2 participants