-
Notifications
You must be signed in to change notification settings - Fork 38
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
Conversation
There are several things to consider for this approach:
|
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.
/approve
e2e/provision/vars/kubeadm.yaml
Outdated
@@ -0,0 +1,9 @@ | |||
containerd_ver: 1.6.19 |
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 like that those are in vars file, gj
@electrocucaracha Great points, This is now a first step and we should definitely iterate to get there. |
/lgtm |
/hold This needs more discussion and input from others |
New changes are detected. LGTM label has been removed. |
6f6eab2
to
83f86fd
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.
Changes noted per testing on Fedora 34, including the change to the Kubernetes repo source and versioning. Either the k8s_ver flag should be removed as suggested, or a higher version that is supported on Fedora should be used for this flag
e2e/provision/roles/deploy_kubeadm_k8s/tasks/kubeadm-RedHat.yaml
Outdated
Show resolved
Hide resolved
e2e/provision/roles/deploy_kubeadm_k8s/tasks/kubeadm-RedHat.yaml
Outdated
Show resolved
Hide resolved
@vjayaramrh: The following tests failed, say
Full PR test history. Your PR dashboard. Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository. I understand the commands that are listed here. |
[APPROVALNOTIFIER] This PR is NOT APPROVED This pull-request has been approved by: radoslawc The full list of commands accepted by this bot can be found here.
Needs approval from an approver in each of these files:
Approvers can indicate their approval by writing |
…46) (#296) * add support for installing nonKIND cluster via kubeadm allows for installing nonKIND K8S cluster on ubuntu and fedora for e2e test cases * Add support for installing nonKIND cluster via kubeadm, moving file locations Co-authored-by: Vishwanath Jayaraman <vjayaram@redhat.com> * Change yml file suffix in main --------- Co-authored-by: vjayaramrh <vjayaram@redhat.com>
…ephio-project#46) (nephio-project#296) * add support for installing nonKIND cluster via kubeadm allows for installing nonKIND K8S cluster on ubuntu and fedora for e2e test cases * Add support for installing nonKIND cluster via kubeadm, moving file locations Co-authored-by: Vishwanath Jayaraman <vjayaram@redhat.com> * Change yml file suffix in main --------- Co-authored-by: vjayaramrh <vjayaram@redhat.com>
* add support for installing nonKIND cluster via kubeadm allows for installing nonKIND K8S cluster on ubuntu and fedora for e2e test cases * Add support for installing nonKIND cluster via kubeadm, moving file locations Co-authored-by: Vishwanath Jayaraman <vjayaram@redhat.com> * adds prow job to install Nephio components on kubeadm cluster Co-authored-by: Daniel Kostecki <dkosteck@redhat.com> * add support for installing nonKIND cluster via kubeadm (previously PR #46) (#296) * add support for installing nonKIND cluster via kubeadm allows for installing nonKIND K8S cluster on ubuntu and fedora for e2e test cases * Add support for installing nonKIND cluster via kubeadm, moving file locations Co-authored-by: Vishwanath Jayaraman <vjayaram@redhat.com> * Change yml file suffix in main --------- Co-authored-by: vjayaramrh <vjayaram@redhat.com> * adds prow job to install nephio components on kubeadm cluster Co-authored-by: Daniel Kostecki <dkosteck@redhat.com> --------- Co-authored-by: Daniel Kostecki <dkosteck@redhat.com> Co-authored-by: Daniel Kostecki <84861140+dkosteck@users.noreply.github.com>
allows for installing nonKIND K8S cluster on ubuntu and fedora for e2e test cases