5b1879aa09
- Make it less mixed. Each task file deploys one feature. - Deploy Metallb - Deploy Openstack provider network gateway Change-Id: I41f0353b286f817cb562b3bd59992e4baa473568
16 lines
360 B
YAML
16 lines
360 B
YAML
---
|
|
apiVersion: kubeproxy.config.k8s.io/v1alpha1
|
|
kind: KubeProxyConfiguration
|
|
mode: ipvs
|
|
ipvs:
|
|
strictARP: true
|
|
...
|
|
---
|
|
apiVersion: kubeadm.k8s.io/v1beta3
|
|
kind: ClusterConfiguration
|
|
networking:
|
|
serviceSubnet: "{{ kubeadm.service_cidr }}" # --service-cidr
|
|
podSubnet: "{{ kubeadm.pod_network_cidr }}" # --pod-network-cidr
|
|
dnsDomain: "cluster.local"
|
|
...
|