Add guides for Longhorn storage and Traefik ingress; update local Vagrant cluster documentation
This commit is contained in:
parent
6c51fdfa3c
commit
c113ad1107
5 changed files with 58 additions and 7 deletions
19
src/content/docs/guides/local-vagrant-cluster-ingress.md
Normal file
19
src/content/docs/guides/local-vagrant-cluster-ingress.md
Normal 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
|
||||
```
|
||||
Loading…
Add table
Add a link
Reference in a new issue