Add guides for Longhorn storage and Traefik ingress; update local Vagrant cluster documentation

This commit is contained in:
jon brookes 2025-08-24 18:20:33 +01:00
parent 6c51fdfa3c
commit c113ad1107
5 changed files with 58 additions and 7 deletions

View file

@ -0,0 +1,19 @@
---
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
```