mirror of
https://github.com/kubernetes-sigs/kubespray.git
synced 2026-01-21 14:38:02 -03:30
* add metallb as loadbalancer for on premise deployments * improve configuration * add variables to DaemonSet
7 lines
89 B
YAML
7 lines
89 B
YAML
---
|
|
- hosts: kube-master[0]
|
|
tags:
|
|
- "provision"
|
|
roles:
|
|
- { role: provision }
|