Skip to content
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

add support for installing nonKIND cluster via kubeadm #46

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

vjayaramrh
Copy link
Collaborator

allows for installing nonKIND K8S cluster on ubuntu and fedora for e2e test cases

allows for installing nonKIND K8S cluster on ubuntu and fedora for e2e test cases
@electrocucaracha
Copy link
Member

There are several things to consider for this approach:

Copy link
Collaborator

@radoslawc radoslawc left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

/approve

@@ -0,0 +1,9 @@
containerd_ver: 1.6.19
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I like that those are in vars file, gj

@nephio-prow
Copy link
Contributor

nephio-prow bot commented May 25, 2023

[APPROVALNOTIFIER] This PR is APPROVED

This pull-request has been approved by: radoslawc, vjayaramrh

The full list of commands accepted by this bot can be found here.

The pull request process is described here

Needs approval from an approver in each of these files:

Approvers can indicate their approval by writing /approve in a comment
Approvers can cancel approval by writing /approve cancel in a comment

@nephio-prow nephio-prow bot added the approved label May 25, 2023
@vjayaramrh
Copy link
Collaborator Author

There are several things to consider for this approach:

* Maintenance: There are [plenty of mature options](https://www.cncf.io/certification/software-conformance/) to deploy production-ready Kubernetes clusters. [Kubespray](https://kubespray.io/#/) has been used by several projects, but we can make a deep analysis on others.

* Cluster API support: Using non-KinD cluster will result in a different [Infrastructure Cluster API provider](https://cluster-api.sigs.k8s.io/reference/providers.html).

@electrocucaracha Great points, This is now a first step and we should definitely iterate to get there.

@radoslawc
Copy link
Collaborator

/lgtm

@electrocucaracha
Copy link
Member

electrocucaracha commented Jun 13, 2023

/hold

This needs more discussion and input from others

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
3 participants