kubeasz/roles/cluster-addon/templates/metallb/layer2.yaml.j2

13 lines
216 B
Plaintext
Raw Normal View History

2018-10-28 21:20:26 +08:00
apiVersion: v1
kind: ConfigMap
metadata:
namespace: metallb-system
name: config
data:
config: |
address-pools:
- name: my-ip-space
protocol: layer2
addresses:
- {{ metallb_vip_pool }}