AakashKT / ovn-kubernetes-charm

A juju charm for Kubernetes implementation with OVN
2 stars 0 forks source link

ovn-kubernetes-charm

Deploy the bundle

cd bundles/kubernetes-ovn/
juju deploy bundle.yaml

Note: Of course, you have to have juju bootstraped to a cloud env first. Have a look at https://jujucharms.com/docs/stable/getting-started

Steps to build the charm for Ubuntu Xenial:

cd ~/Desktop
git clone https://github.com/AakashKT/ovn-kubernetes-charm.git

cd ovn-kubernetes-charm
source env-setup.sh

charm build ovn --series=xenial

Deploy the bundle using the bundle/kubernetes-ovn/bundle.yaml file