Skip to content

Commit

Permalink
🌱 Remove code that is not used anymore. And added docs. (#52)
Browse files Browse the repository at this point in the history
  • Loading branch information
guettli authored Dec 17, 2024
1 parent 4c40fbe commit 62cb91e
Show file tree
Hide file tree
Showing 33 changed files with 17 additions and 2,298 deletions.
73 changes: 0 additions & 73 deletions .github/workflows/ci.yml

This file was deleted.

2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -7,3 +7,5 @@ deploy/gen/
./hetzner-cloud-controller-manager
*.tgz
hack/.*
/*.kubeconfig
/etc
92 changes: 0 additions & 92 deletions .gitlab-ci.yml

This file was deleted.

1 change: 0 additions & 1 deletion .gitlab/CODEOWNERS

This file was deleted.

490 changes: 0 additions & 490 deletions CHANGELOG.md

This file was deleted.

5 changes: 0 additions & 5 deletions Dockerfile

This file was deleted.

15 changes: 15 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -57,10 +57,25 @@ TODO:

* from quay.io to ghcr.io

## Installing Syself CCM

```sh
helm repo add syself https://charts.syself.com
helm repo update syself

helm upgrade --install ccm syself/ccm-hetzner --version X.Y.Z \
--namespace kube-system \
--set privateNetwork.enabled=false
```

See [CAPH docs](https://syself.com/docs/caph/topics/baremetal/creating-workload-cluster#deploying-the-hetzner-cloud-controller-manager) for more details.

---

End of "About the fork"

Docs below that line are likely out of date.

---

## Features
Expand Down
23 changes: 0 additions & 23 deletions chart/.helmignore

This file was deleted.

4 changes: 0 additions & 4 deletions chart/Chart.yaml

This file was deleted.

57 changes: 0 additions & 57 deletions chart/README.md

This file was deleted.

5 changes: 0 additions & 5 deletions chart/templates/NOTES.txt

This file was deleted.

7 changes: 0 additions & 7 deletions chart/templates/_helpers.tpl

This file was deleted.

12 changes: 0 additions & 12 deletions chart/templates/clusterrolebinding.yaml

This file was deleted.

Loading

0 comments on commit 62cb91e

Please sign in to comment.