Skip to content

Latest commit

 

History

History
22 lines (13 loc) · 663 Bytes

README.md

File metadata and controls

22 lines (13 loc) · 663 Bytes

Kubernetes OVN setup scripts

This repository contains scripts to automatically deploy the kubenetes with OVN and SRIOV device plugin.

How to use:

  • Configure the local.conf file as needed.

  • Run the setup_kubernetes.sh script on the master node and copy the token and ca_hash.

  • Edit the local.conf file in the worker nodes and set the token and ca_hash.

  • Run the setup_kubernetes.sh on the worker nodes.

  • Run the ovn/ovnkube_deploy.sh script on the worker nodes.

  • Run the ovn/ovnkube_deploy.sh script on the master node.

  • Run the sriov_multus_deploy.sh script on the master node