mirror of
https://github.com/batonogov/learn-devops.git
synced 2026-03-04 04:43:49 +00:00
Add L2 Load Balancer (#16)
Co-authored-by: Fedor Batonogov <f.batonogov@yandex.ru>
This commit is contained in:
committed by
GitHub
parent
55deb994c6
commit
52a3d0eb3b
8
kubeadm/cilium/ippool.yaml
Normal file
8
kubeadm/cilium/ippool.yaml
Normal file
@@ -0,0 +1,8 @@
|
||||
---
|
||||
apiVersion: "cilium.io/v2alpha1"
|
||||
kind: CiliumLoadBalancerIPPool
|
||||
metadata:
|
||||
name: "pool"
|
||||
spec:
|
||||
blocks:
|
||||
- cidr: "10.0.75.199/32"
|
||||
Reference in New Issue
Block a user