-
Notifications
You must be signed in to change notification settings - Fork 15
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
October 2024 revamp #88
October 2024 revamp #88
Conversation
86630a4
to
5048824
Compare
c4e45cd
to
59a9c9b
Compare
59a9c9b
to
47c0a24
Compare
47c0a24
to
0b0ac79
Compare
What about encoding the initial password in base64? It is just an initial password, you still need to perform the Rancher bootstrap process :) |
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.
terraform apply
of examples/demo_cluster succeeded.
Cluster and demo app ingress was accessible. NodeIP was private.
lgtm
spec:
podCIDR: 10.42.0.0/24
podCIDRs:
- 10.42.0.0/24
providerID: k3s://demo-cluster-cp-aio
status:
addresses:
- address: 10.25.17.3
type: InternalIP
- address: 147.28.227.125
type: ExternalIP
- address: demo-cluster-cp-aio
type: Hostname
I want to walk through the RKE deployment and the optional rancher deployment too. I'll give these a try later today. |
0b0ac79
to
5192b26
Compare
Great! I've just pushed a new version. Now contains a helper script to perform the Rancher bootstrap process automatically as well as importing all the clusters to it. |
e2c81ac
to
ce9b45c
Compare
- Replaced Bird by native MetalLB - Setup Ingress IP properly - Deploy an extra Ingress to handle the Global IP (instead of abusing the regular Ingress that makes unable to expose cluster-wide apps and only global ones) - Added Rancher deployment (Rancher flavor and version can be provided) - K3s or RKE2 (any version can be specified) - Added a helper script to perform the Rancher bootstrap process automatically as well as importing all the clusters to it - Added `shfmt` to the pre-commit action - Switched to Terraform >= 1.9.0 (as required to include a new validation) - Fixed pre-commit action -> pre-commit/action#210 Closes equinix-labs#53, closes equinix-labs#81, closes equinix-labs#67, closes equinix-labs#66
ce9b45c
to
3be137a
Compare
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.
@e-minguez LGTM. I tested your changes and don't see anything outstanding.
shfmt
to the pre-commit actionCloses #53, closes #81, closes #67, closes #66