-
Notifications
You must be signed in to change notification settings - Fork 4.7k
hetzner: Add support for Object Storage #17453
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
Conversation
/cc @rifelpet |
/test pull-kops-e2e-k8s-gce-ipalias |
return kops.CloudProviderAzure, nil | ||
case strings.HasPrefix(path, "do://"): | ||
return kops.CloudProviderDO, nil | ||
case strings.HasPrefix(path, "hos://"): |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Nit: do they use this prefix elsewhere? I'm just wondering whether we're going to have to change it...
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
They don't use any prefix or acronym. Unless we want to use hetzner://
, I think this is good as is.
Also, in the future, we could add aliases without too much trouble.
/approve I do wonder about that prefix, but it doesn't look too hard to change / support two prefixes if we need to |
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: justinsb The full list of commands accepted by this bot can be found here. The pull request process is described here
Needs approval from an approver in each of these files:
Approvers can indicate their approval by writing |
Closes #17147