Woojoong Kim | c173aa4 | 2020-03-09 20:15:25 -0700 | [diff] [blame] | 1 | name: production-edge-onf-tucson |
| 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.59.128.0/17 |
| 33 | extra_args: |
| 34 | feature-gates: "SCTPSupport=True" |
| 35 | kubelet: |
| 36 | cluster_domain: tucson.edge |
| 37 | cluster_dns_server: 10.59.128.10 |
| 38 | fail_swap_on: false |
| 39 | extra_args: |
Hyunsun Moon | b139aca | 2020-04-14 14:19:57 -0700 | [diff] [blame] | 40 | cpu-manager-policy: static |
| 41 | kube-reserved: 'cpu=500m,memory=256Mi' |
| 42 | system-reserved: 'cpu=500m,memory=256Mi' |
Woojoong Kim | c173aa4 | 2020-03-09 20:15:25 -0700 | [diff] [blame] | 43 | feature-gates: "SCTPSupport=True" |
| 44 | kube-controller: |
| 45 | cluster_cidr: 10.59.0.0/17 |
| 46 | service_cluster_ip_range: 10.59.128.0/17 |
| 47 | extra_args: |
| 48 | feature-gates: "SCTPSupport=True" |
| 49 | scheduler: |
| 50 | extra_args: |
| 51 | feature-gates: "SCTPSupport=True" |
| 52 | kubeproxy: |
| 53 | extra_args: |
| 54 | feature-gates: "SCTPSupport=True" |
| 55 | ssh_agent_auth: false |
| 56 | addon_job_timeout: 30 |
| 57 | addons: |- |
| 58 | --- |
| 59 | apiVersion: v1 |
| 60 | kind: ConfigMap |
| 61 | metadata: |
| 62 | namespace: kube-system |
| 63 | name: coredns |
| 64 | data: |
| 65 | Corefile: | |
| 66 | .:53 { |
| 67 | errors |
| 68 | health |
| 69 | kubernetes tucson.edge in-addr.arpa ip6.arpa { |
| 70 | pods insecure |
| 71 | upstream |
| 72 | fallthrough in-addr.arpa ip6.arpa |
| 73 | ttl 30 |
| 74 | } |
| 75 | prometheus :9153 |
| 76 | forward . "/etc/resolv.conf" |
| 77 | cache 30 |
| 78 | loop |
| 79 | reload |
| 80 | loadbalance |
| 81 | } |
| 82 | product.central:53 { |
| 83 | errors |
| 84 | cache 30 |
| 85 | forward . 10.52.128.10 |
| 86 | } |
Hyunsun Moon | c39e4c2 | 2020-03-24 20:54:25 -0700 | [diff] [blame] | 87 | aetherproject.net { |
| 88 | hosts { |
| 89 | 10.168.0.3 rancher.central.aetherproject.net |
| 90 | } |
| 91 | } |
Woojoong Kim | c173aa4 | 2020-03-09 20:15:25 -0700 | [diff] [blame] | 92 | addons_include: |
| 93 | - https://raw.githubusercontent.com/opencord/pod-configs/master/deployment-configs/aether/clusters/multus-daemonset-pre-1.16.yml |
| 94 | |
| 95 | windows_prefered_cluster: false |
| 96 | docker_root_dir: /var/lib/docker |
| 97 | local_cluster_auth_endpoint: |
| 98 | enabled: true |
| 99 | enable_network_policy: false |
| 100 | enable_cluster_alerting: false |
| 101 | enable_cluster_monitoring: false |