All checks were successful
Build / precommit (pull_request) Successful in 5m6s
- manage rke2 repos - add rke2 module (init, params, install, config, service) - split roles::infra::k8s::node -> control/compute roles - moved common k8s config into k8s.yaml - add bootstrap_node, manage server and token fields in rke2 config - manage install of helm - manage node attributes (from puppet facts) - manage frr exclusions for service/cluster network
19 lines
301 B
YAML
19 lines
301 B
YAML
---
|
|
apiVersion: metallb.io/v1beta1
|
|
kind: IPAddressPool
|
|
metadata:
|
|
name: common-pool
|
|
namespace: metallb-system
|
|
spec:
|
|
addresses:
|
|
- 198.18.200.0/24
|
|
---
|
|
apiVersion: metallb.io/v1beta1
|
|
kind: IPAddressPool
|
|
metadata:
|
|
name: dmz-pool
|
|
namespace: metallb-system
|
|
spec:
|
|
addresses:
|
|
- 198.18.199.0/24
|