Skip to content
#

hetzner-cloud

Here are 176 public repositories matching this topic...

bsebusiness
bsebusiness commented Sep 29, 2020

Hello.

Although it's not documented on the official documentation https://docs.hetzner.cloud/#images , the API method only returns 25 results per page. And again, the following two GET parameters aren't documented either,
Option 1 is to raise the per_page limit such as https://api.hetzner.cloud/v1/images?per_page=50
Option 2 is to query additional pages such as https://api.hetzner.cloud/v1/

enhancement good first issue
minectl
dirien
dirien commented Nov 24, 2021

The VEXXHOST provisioner has a function with a very high cyclomatic

pkg/cloud/vexxhost/vexxhost.go:96:1: cyclomatic complexity 34 of func `(*VEXXHOST).CreateServer` is high (> 30) (gocyclo)
func (v *VEXXHOST) CreateServer(args automation.ServerArgs) (*automation.RessourceResults, error) {

We should split the fn to reduce the complexity

enhancement good first issue cloud-provider

Multi-cloud infrastructure inventory and management tool, supporting AWS, Google Cloud, Azure, Oracle Cloud, Rackspace Cloud, Hetzner Cloud, Alibaba Cloud, e24cloud.com, Linode, Cloudflare, GoDaddy and Backblaze B2.

  • Updated Feb 10, 2022
  • Python
alexzimmer96
alexzimmer96 commented Jun 18, 2022

Running the project results in a deprecation notice

│ Warning: Argument is deprecated
│ 
│   with module.cluster_init.hcloud_load_balancer.rancher_management_lb,
│   on module-cluster-init/resources_hetzner.tf line 70, in resource "hcloud_load_balancer" "rancher_management_lb":
│   70: resource "hcloud_load_balancer" "rancher_management_lb" {
│ 
│ Use hcloud_load_balancer_target reso
enhancement good first issue

Improve this page

Add a description, image, and links to the hetzner-cloud topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the hetzner-cloud topic, visit your repo's landing page and select "manage topics."

Learn more