mvk/src/content/docs/guides/local-vagrant-cluster-ingress.md

19 lines
425 B
Markdown
Raw Normal View History

---
title: Traefik ingress
description: A guide to adding ingress.
---
This section follows on from [Add Longhorn Storage](/guides/local-vagrant-cluster-storage/). Be sure to complete that before commencing with this.
metallb can be installed with
```bash
LOG_FORMAT=basic infctl -f pipelines/vagrant-metallb.json
```
ingress can be installed with
```bash
LOG_FORMAT=basic infctl -f pipelines/vagrant-ingress.json
```