Skip to content

Commit

Permalink
add support for installing nonKIND cluster via kubeadm (previously PR n…
Browse files Browse the repository at this point in the history
…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>
  • Loading branch information
dkosteck and vjayaramrh committed Aug 20, 2024
1 parent 42d42f8 commit 8e07fa9
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions e2e/provision/playbooks/roles/kubeadm/tasks/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -207,6 +207,7 @@
ansible.builtin.shell: kubectl taint node $(hostname) node-role.kubernetes.io/control-plane-
register: my_output
changed_when: my_output.rc != 0
<<<<<<< HEAD

- name: Wait for deployments to complete
ansible.builtin.include_tasks: wait-deployments.yml
Expand All @@ -215,3 +216,5 @@
loop_var: namespace
vars:
context: "{{ k8s.context }}"
=======
>>>>>>> 4a828c2 (add support for installing nonKIND cluster via kubeadm (previously PR #46) (#296))

0 comments on commit 8e07fa9

Please sign in to comment.