Hyunsun Moon | b4b4d2f | 2019-12-08 19:23:10 -0800 | [diff] [blame] | 1 | name: production-edge-onf-menlo |
| 2 | rancher_kubernetes_engine_config: |
| 3 | authentication: |
| 4 | strategy: x509 |
| 5 | ignore_docker_version: true |
| 6 | ingress: |
| 7 | provider: nginx |
| 8 | kubernetes_version: v1.15.6-rancher1-2 |
| 9 | monitoring: |
| 10 | provider: none |
| 11 | network: |
| 12 | plugin: calico |
| 13 | services: |
| 14 | etcd: |
| 15 | backup_config: |
| 16 | enabled: true |
| 17 | interval_hours: 12 |
| 18 | retention: 6 |
| 19 | safe_timestamp: false |
| 20 | creation: 12h |
| 21 | extra_args: |
| 22 | election-timeout: 5000 |
| 23 | heartbeat-interval: 500 |
| 24 | gid: 0 |
| 25 | retention: 72h |
| 26 | snapshot: false |
| 27 | uid: 0 |
| 28 | kube_api: |
| 29 | always_pull_images: false |
| 30 | pod_security_policy: false |
| 31 | service_node_port_range: 2000-36767 |
| 32 | service_cluster_ip_range: 10.53.128.0/17 |
| 33 | extra_args: |
| 34 | feature-gates: "SCTPSupport=True" |
| 35 | kubelet: |
| 36 | cluster_domain: menlo.edge |
| 37 | cluster_dns_server: 10.53.128.10 |
| 38 | fail_swap_on: false |
| 39 | extra_args: |
| 40 | feature-gates: "SCTPSupport=True" |
| 41 | kube-controller: |
| 42 | cluster_cidr: 10.53.0.0/17 |
| 43 | service_cluster_ip_range: 10.53.128.0/17 |
| 44 | extra_args: |
| 45 | feature-gates: "SCTPSupport=True" |
| 46 | scheduler: |
| 47 | extra_args: |
| 48 | feature-gates: "SCTPSupport=True" |
| 49 | kubeproxy: |
| 50 | extra_args: |
| 51 | feature-gates: "SCTPSupport=True" |
| 52 | ssh_agent_auth: false |
| 53 | addon_job_timeout: 30 |
| 54 | addons: |- |
| 55 | --- |
| 56 | apiVersion: v1 |
| 57 | kind: ConfigMap |
| 58 | metadata: |
| 59 | namespace: kube-system |
| 60 | name: coredns |
| 61 | data: |
| 62 | Corefile: | |
| 63 | .:53 { |
| 64 | errors |
| 65 | health |
| 66 | kubernetes menlo.edge in-addr.arpa ip6.arpa { |
| 67 | pods insecure |
| 68 | upstream |
| 69 | fallthrough in-addr.arpa ip6.arpa |
| 70 | ttl 30 |
| 71 | } |
| 72 | prometheus :9153 |
| 73 | forward . "/etc/resolv.conf" |
| 74 | cache 30 |
| 75 | loop |
| 76 | reload |
| 77 | loadbalance |
| 78 | } |
| 79 | product.central:53 { |
| 80 | errors |
| 81 | cache 30 |
| 82 | forward . 10.52.128.10 |
| 83 | } |
| 84 | addons_include: |
Hyunsun Moon | 5881cb8 | 2020-01-23 22:29:44 -0800 | [diff] [blame] | 85 | - https://raw.githubusercontent.com/opencord/pod-configs/master/deployment-configs/aether/clusters/multus-daemonset-pre-1.16.yml |
Hyunsun Moon | b4b4d2f | 2019-12-08 19:23:10 -0800 | [diff] [blame] | 86 | |
| 87 | windows_prefered_cluster: false |
| 88 | docker_root_dir: /var/lib/docker |
| 89 | local_cluster_auth_endpoint: |
| 90 | enabled: true |
| 91 | enable_network_policy: false |
| 92 | enable_cluster_alerting: false |
| 93 | enable_cluster_monitoring: false |