-
Notifications
You must be signed in to change notification settings - Fork 55
Add a opinionated home-lab friendly ClusterClass with a shared ippool and helm-addon #499
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
base: main
Are you sure you want to change the base?
Add a opinionated home-lab friendly ClusterClass with a shared ippool and helm-addon #499
Conversation
TestsPlease note that running unit and e2e tests requires manual approval from a team member. e2e testsWe use labels to control which e2e tests contexts are run:
ℹ️ Ask a team member to add the requested labels if you don't have enough permissions. |
|
this PR is really good, thx |
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.
Thank you for this contribution, but this is so much manifests that we could take ownership of maintaining it.
I recommend you create your own repo, and we would create an examples section and mention it here.
How about that?
e9d2cb4 to
4ae6387
Compare
|
This sounds good! |
README.md
Outdated
| ## Launching a Kubernetes cluster on Proxmox VE | ||
|
|
||
| Check out the [quickstart guide](./docs/Usage.md#quick-start) for launching a cluster on Proxmox VE. | ||
| Check out the [quickstart guide](./docs/Usage.md#quick-start) for launching a cluster on Proxmox VE. For a more opinionated walkthrough, have a look at the [Examples](#examples). |
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.
Please start with a new line.
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.
Thanks for looking at it, if its fine feel free to resolve the conversation.
| We take security seriously. | ||
| Please read our [security policy](SECURITY.md) for information on how to report security issues. | ||
|
|
||
| ## Examples |
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.
I'm unsure whether we place it here or in the Usage document.
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.
@wikkyk what do you think?
Placing the examples section here or in the Usage?
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.
I would name this section something like 'external links'. I wouldn't want to accidentally leave an impression of endorsement.
|



Hi folks,
I'm currently writing a beginner-friendly, end-to-end blog post for CAPMOX on "How to Use Cluster-API in a Home-Lab."
For this, I created a highly opinionated ClusterClass with a shared IP pool and automatic Cilium installation using the Cluster API Helm add-on. I'd really like to give something back, so it would be an honor to host the files in the upstream project rather than in one of my own repositories.
The blog post needs some fine-tuning and testing, but I believe the basic structure is solid. You can read it here (not yet public).
If you would agree to host the files here i could reference this repository in my Guide.