-
Notifications
You must be signed in to change notification settings - Fork 1
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
Deploy csi-driver #50
Comments
Sounds good :) So far we only added what we needed in hcloud-cloud-controller-manager and csi-driver. Installing the csi-driver might be interesting for when we use this in cluster-autoscaler. Out of curiosity, where are you using |
Okay, I'll send a PR :)
I'm using it for developing my own stuff in order to lean more about K8S and want to have a development environment that's comparable to a managed K8S service at some large cloud provider (without paying a stupid amount of money). I could have used https://github.com/vitobotta/hetzner-k3s, but this project already has a registry configured (don't know about hetzner-k3s) and it just works! Or would you recommend a different solution that might better fit my needs? But maybe I did not fully understand the intent of your question 😅 |
When we wrote this we had the very specific use-case of developing our integrations in mind. To keep it simple the project is really only intended for very short lived clusters used in development & testing. When we created this project there was some discussion around people using it to deploy their long-lived clusters, which is why we added the disclaimers and warning to the README. I had not considered that it can be used for (regular application) development by other people, but nice to hear that its working for you :) |
Yeah, that makes sense. I'm using it for short-lived clusters. Unfortunately some (stateful) applications require volumes, and solutions like |
🤖 I have created a release *beep* *boop* --- ## [0.6.0](v0.5.2...v0.6.0) (2024-10-23) ### Features * optional csi-driver deployment ([#51](#51)) ([331c11b](331c11b)), closes [#50](#50) ### Bug Fixes * Move infrastructure to Helsinki ([#57](#57)) ([08dfcfd](08dfcfd)) --- This PR was generated with [Release Please](https://github.com/googleapis/release-please). See [documentation](https://github.com/googleapis/release-please#release-please). Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
TL;DR
It would save me a few keystrokes each time if there was an option to deploy https://github.com/hetznercloud/csi-driver :)
Expected behavior
https://github.com/hetznercloud/csi-driver would be deployed if a variable (e.g.
deploy_csi_driver
) is set totrue
.I can create a PR if you'd be willing to accept it.
The text was updated successfully, but these errors were encountered: