mirror of
https://github.com/kubernetes-sigs/kubespray.git
synced 2025-12-13 21:34:40 +03:00
* 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 }
|