@@ -80,6 +80,16 @@ In addition, you can use the option `--k8s_monitor` to install an add-on to moni
./install_osm.sh -c k8s --k8s_monitor
```
#### Installation on MicroK8s using Charms
From Release SEVEN, OSM can also be deployed using charms on Kubernetes.
```bash
./install_osm.sh --charmed
```
Note: by default [MicroK8s](https://microk8s.io) is used as the Kubernetes substrate and the VCA is deployed in the same machine. For more information on advanced uses, please check the [Advanced charms installation](15-k8s-installation.md#advanced-charms-installation).
#### Other installation options
- You can also run OSM using a pre-built [vagrant](https://app.vagrantup.com/osm/boxes/releaseseven) image. You can find here detailed instruction on [how to install OSM in Vagrant](03-installing-osm.md#vagrant-installation)