Reorganized for new stable/waypoint versioning design.
This commit is contained in:
1
metallb/versions/v0/README.md
Normal file
1
metallb/versions/v0/README.md
Normal file
@@ -0,0 +1 @@
|
||||
|
||||
3
metallb/versions/v0/configuration/kustomization.yaml
Normal file
3
metallb/versions/v0/configuration/kustomization.yaml
Normal file
@@ -0,0 +1,3 @@
|
||||
namespace: metallb-system
|
||||
resources:
|
||||
- pool.yaml
|
||||
19
metallb/versions/v0/configuration/pool.yaml
Normal file
19
metallb/versions/v0/configuration/pool.yaml
Normal file
@@ -0,0 +1,19 @@
|
||||
---
|
||||
apiVersion: metallb.io/v1beta1
|
||||
kind: IPAddressPool
|
||||
metadata:
|
||||
name: first-pool
|
||||
namespace: metallb-system
|
||||
spec:
|
||||
addresses:
|
||||
- {{ .ipAddressPool }}
|
||||
|
||||
---
|
||||
apiVersion: metallb.io/v1beta1
|
||||
kind: L2Advertisement
|
||||
metadata:
|
||||
name: l2-advertisement
|
||||
namespace: metallb-system
|
||||
spec:
|
||||
ipAddressPools:
|
||||
- first-pool
|
||||
3
metallb/versions/v0/installation/kustomization.yaml
Normal file
3
metallb/versions/v0/installation/kustomization.yaml
Normal file
@@ -0,0 +1,3 @@
|
||||
namespace: metallb-system
|
||||
resources:
|
||||
- github.com/metallb/metallb/config/native?ref=v0.15.0
|
||||
6
metallb/versions/v0/kustomization.yaml
Normal file
6
metallb/versions/v0/kustomization.yaml
Normal file
@@ -0,0 +1,6 @@
|
||||
apiVersion: kustomize.config.k8s.io/v1beta1
|
||||
kind: Kustomization
|
||||
|
||||
resources:
|
||||
- installation
|
||||
- configuration
|
||||
13
metallb/versions/v0/manifest.yaml
Normal file
13
metallb/versions/v0/manifest.yaml
Normal file
@@ -0,0 +1,13 @@
|
||||
version: v0.15.0
|
||||
deploymentName: controller
|
||||
defaultConfig:
|
||||
namespace: metallb-system
|
||||
ipAddressPool: "192.168.1.240-192.168.1.250"
|
||||
loadBalancerIp: "192.168.1.240"
|
||||
deploy:
|
||||
phases:
|
||||
- path: installation
|
||||
waitFor:
|
||||
name: controller
|
||||
timeout: "60s"
|
||||
- path: configuration
|
||||
Reference in New Issue
Block a user