Skip to content

Commit

Permalink
Merge pull request #68 from carverauto/updates/ory_api
Browse files Browse the repository at this point in the history
🔧 retry
  • Loading branch information
mfreeman451 authored Nov 27, 2024
2 parents 1ed6724 + 16d594e commit ba5c708
Show file tree
Hide file tree
Showing 3 changed files with 25 additions and 0 deletions.
10 changes: 10 additions & 0 deletions k8s/metallb/02-ip-pool.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
apiVersion: metallb.io/v1beta1
kind: IPAddressPool
metadata:
name: k3s-pool
namespace: metallb-system
spec:
addresses:
- "10.43.0.3-10.43.0.254"
- "2001:470:c0b5:5::1-2001:470:c0b5:5::ffff"

9 changes: 9 additions & 0 deletions k8s/metallb/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
# Metallb

Load balancer for bare metal Kubernetes clusters.

## Installation

```bash
kubectl apply -f https://raw.githubusercontent.com/metallb/metallb/v0.14.5/config/manifests/metallb-frr.yaml
```
6 changes: 6 additions & 0 deletions k8s/metallb/metallb-namespace.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
apiVersion: v1
kind: Namespace
metadata:
name: metallb-system
labels:
app: metallb

0 comments on commit ba5c708

Please sign in to comment.