Skip to content

Switch to globally available Hetzner instance type #14762

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

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Conversation

KingMob
Copy link

@KingMob KingMob commented Apr 3, 2025

The old cx* Intel instance types are only available in EU data centers. The cpx* AMD types are available in the US and Asia as well.

Description

Motivation and Context

Fixes #14562 for the moment.

How Has This Been Tested?

I replaced the default with cpx11 and verified that that the cpx type worked in Hetzner's US data center.

Types of changes

  • Bug fix (non-breaking change which fixes an issue)

Checklist:

  • I have read the CONTRIBUTING document.
  • My code follows the code style of this project.
  • [] My change requires a change to the documentation.
  • [] I have updated the documentation accordingly.
  • [] I have added tests to cover my changes.
  • [] All new and existing tests passed.

The old cx* Intel instance type was only available in EU data centers. The cpx* AMD type is available in the US and Asia as well.
@KingMob KingMob requested a review from jackivanov as a code owner April 3, 2025 05:36
@CLAassistant
Copy link

CLAassistant commented Apr 3, 2025

CLA assistant check
All committers have signed the CLA.

config.cfg Outdated
@@ -206,7 +206,7 @@ cloud_providers:
image: Ubuntu 22.04 Jammy Jellyfish
arch: x86_64
hetzner:
server_type: cx22
server_type: cpx21
Copy link
Collaborator

@jackivanov jackivanov Apr 3, 2025

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

We should probably use CPX11 instead of CPX21 by default. People who need more resources can opt for an upgrade.

Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

OK. I'm not sure what the resource requirements are, and they don't map neatly between Intel and AMD types, so I guessed the cpx21 was the closest to the cx22.

@jackivanov jackivanov enabled auto-merge (squash) April 4, 2025 19:58
@KingMob
Copy link
Author

KingMob commented Apr 5, 2025

CI is failing but it looks unrelated. It's complaining about dpkg locks.

Want me to retrigger it with a dummy commit?

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.

Hetzner’s cx11 server size not available in US locations
3 participants