A juju charm for Kubernetes implementation with OVN
Python Shell
Switch branches/tags
Nothing to show
Fetching latest commit…
Cannot retrieve the latest commit at this time.
Permalink
Failed to load latest commit information.
bundles
interfaces/master-config
layers/ovn
.gitignore
README.md
env-setup.sh

README.md

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