-
- Downloads
feat: support for Robot servers (#561)
Based on the Fork by Syself[0] and the Design Doc[1]. [0] https://github.com/syself/hetzner-cloud-controller-manager [1] https://github.com/hetznercloud/hcloud-cloud-controller-manager/issues/523#issue-1925577588 This ports most features of the fork while refactoring them to match our coding style and the improvements I made in preparation for this. Closes #525 #526 #527 --------- Co-authored-by:janiskemper <janis.kemper@syself.com> Co-authored-by:
Mawe Sprenger <mawe.sprenger@denkweit.de> Co-authored-by:
Thomas Guettler <thomas.guettler@syself.com> Co-authored-by:
Anurag <contact.anurag7@gmail.com> Co-authored-by:
batistein <sven.batista-steinbach@syself.com>
Showing
- .github/workflows/test_e2e.yml 128 additions, 3 deletions.github/workflows/test_e2e.yml
- .golangci.yaml 6 additions, 0 deletions.golangci.yaml
- README.md 9 additions, 0 deletionsREADME.md
- chart/templates/daemonset.yaml 4 additions, 0 deletionschart/templates/daemonset.yaml
- chart/templates/deployment.yaml 4 additions, 0 deletionschart/templates/deployment.yaml
- chart/values.yaml 19 additions, 0 deletionschart/values.yaml
- deploy/ccm-networks.yaml 12 additions, 0 deletionsdeploy/ccm-networks.yaml
- deploy/ccm.yaml 12 additions, 0 deletionsdeploy/ccm.yaml
- go.mod 1 addition, 0 deletionsgo.mod
- go.sum 2 additions, 23 deletionsgo.sum
- hack/dev-up.sh 13 additions, 1 deletionhack/dev-up.sh
- hack/robot-e2e/ansible.cfg 7 additions, 0 deletionshack/robot-e2e/ansible.cfg
- hack/robot-e2e/autosetup.j2 15 additions, 0 deletionshack/robot-e2e/autosetup.j2
- hack/robot-e2e/e2e-setup-robot-server.yml 101 additions, 0 deletionshack/robot-e2e/e2e-setup-robot-server.yml
- hack/robot-e2e/inventory.yml 8 additions, 0 deletionshack/robot-e2e/inventory.yml
- hack/robot-e2e/requirements.yml 3 additions, 0 deletionshack/robot-e2e/requirements.yml
- hcloud/cloud.go 18 additions, 7 deletionshcloud/cloud.go
- hcloud/cloud_test.go 17 additions, 7 deletionshcloud/cloud_test.go
- hcloud/instances.go 172 additions, 28 deletionshcloud/instances.go
- hcloud/instances_test.go 266 additions, 7 deletionshcloud/instances_test.go
Loading