ff3787c2ad
This removes the reliance on coredns for APIserver discovery, allowing a simpler configuration that is compatible with corednx 1.0.x Change-Id: Ia3b7b5627c16ec47af6b0d6d5e8dee2674e9b1ee
43 lines
874 B
YAML
43 lines
874 B
YAML
---
|
|
schema: promenade/KubernetesNetwork/v1
|
|
metadata:
|
|
schema: metadata/Document/v1
|
|
name: kubernetes-network
|
|
layeringDefinition:
|
|
abstract: false
|
|
layer: site
|
|
data:
|
|
dns:
|
|
cluster_domain: cluster.local
|
|
service_ip: 10.96.0.10
|
|
bootstrap_validation_checks:
|
|
- calico-etcd.kube-system.svc.cluster.local
|
|
- google.com
|
|
- kubernetes-etcd.kube-system.svc.cluster.local
|
|
- kubernetes.default.svc.cluster.local
|
|
upstream_servers:
|
|
- 8.8.8.8
|
|
- 8.8.4.4
|
|
|
|
kubernetes:
|
|
apiserver_port: 6443
|
|
haproxy_port: 6553
|
|
pod_cidr: 10.97.0.0/16
|
|
service_cidr: 10.96.0.0/16
|
|
service_ip: 10.96.0.1
|
|
|
|
etcd:
|
|
container_port: 2379
|
|
haproxy_port: 2378
|
|
|
|
hosts_entries:
|
|
- ip: 192.168.77.1
|
|
names:
|
|
- registry
|
|
|
|
# proxy:
|
|
# url: http://proxy.example.com:8080
|
|
# additional_no_proxy:
|
|
# - 10.0.1.1
|
|
...
|