19 lines
425 B
Markdown
19 lines
425 B
Markdown
|
|
---
|
||
|
|
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
|
||
|
|
```
|