Hyunsun Moon | b4b4d2f | 2019-12-08 19:23:10 -0800 | [diff] [blame] | 1 | name: production-global |
| 2 | rancher_kubernetes_engine_config: |
| 3 | addon_job_timeout: 30 |
| 4 | authentication: |
| 5 | strategy: x509 |
| 6 | cloud_provider: |
| 7 | name: gce |
| 8 | customCloudProvider: |- |
| 9 | [global] |
| 10 | project-id = m-cord |
| 11 | network-project-id = onf-vpn |
| 12 | network-name = default |
| 13 | subnetwork-name = default |
| 14 | regional = true |
| 15 | multizone = true |
| 16 | ignore_docker_version: true |
| 17 | ingress: |
| 18 | provider: nginx |
| 19 | kubernetes_version: v1.15.6-rancher1-2 |
| 20 | monitoring: |
| 21 | provider: none |
| 22 | network: |
| 23 | options: |
| 24 | calico_cloud_provider: gce |
| 25 | plugin: calico |
| 26 | services: |
| 27 | etcd: |
| 28 | backup_config: |
| 29 | enabled: true |
| 30 | interval_hours: 12 |
| 31 | retention: 6 |
| 32 | safe_timestamp: false |
| 33 | creation: 12h |
| 34 | extra_args: |
| 35 | election-timeout: 5000 |
| 36 | heartbeat-interval: 500 |
| 37 | gid: 0 |
| 38 | retention: 72h |
| 39 | snapshot: false |
| 40 | uid: 0 |
| 41 | kube_api: |
| 42 | always_pull_images: false |
| 43 | pod_security_policy: false |
| 44 | service_node_port_range: 2000-36767 |
| 45 | service_cluster_ip_range: 10.45.128.0/17 |
| 46 | extra_args: |
| 47 | feature-gates: "SCTPSupport=True" |
| 48 | kubelet: |
| 49 | cluster_domain: global |
| 50 | cluster_dns_server: 10.45.128.10 |
| 51 | fail_swap_on: false |
| 52 | extra_args: |
| 53 | feature-gates: "SCTPSupport=True" |
| 54 | kube-controller: |
| 55 | cluster_cidr: 10.45.0.0/17 |
| 56 | service_cluster_ip_range: 10.45.128.0/17 |
| 57 | extra_args: |
| 58 | feature-gates: "SCTPSupport=True" |
| 59 | scheduler: |
| 60 | extra_args: |
| 61 | feature-gates: "SCTPSupport=True" |
| 62 | kubeproxy: |
| 63 | extra_args: |
| 64 | feature-gates: "SCTPSupport=True" |
| 65 | ssh_agent_auth: false |
| 66 | addons: |- |
| 67 | --- |
| 68 | apiVersion: v1 |
| 69 | kind: ConfigMap |
| 70 | metadata: |
| 71 | namespace: kube-system |
| 72 | name: coredns |
| 73 | data: |
| 74 | Corefile: | |
| 75 | .:53 { |
| 76 | errors |
| 77 | health |
| 78 | kubernetes global in-addr.arpa ip6.arpa { |
| 79 | pods insecure |
| 80 | upstream |
| 81 | fallthrough in-addr.arpa ip6.arpa |
| 82 | ttl 30 |
| 83 | } |
| 84 | prometheus :9153 |
| 85 | forward . "/etc/resolv.conf" |
| 86 | cache 30 |
| 87 | loop |
| 88 | reload |
| 89 | loadbalance |
| 90 | } |
| 91 | product.central:53 { |
| 92 | errors |
| 93 | cache 30 |
| 94 | forward . 10.52.128.10 |
| 95 | } |
| 96 | staging.central:53 { |
| 97 | errors |
| 98 | cache 30 |
| 99 | forward . 10.47.128.10 |
| 100 | } |
| 101 | menlo.edge:53 { |
| 102 | errors |
| 103 | cache 30 |
| 104 | forward . 10.53.128.10 |
| 105 | } |
| 106 | a.staging.edge:53 { |
| 107 | errors |
| 108 | cache 30 |
| 109 | forward . 10.48.128.10 |
| 110 | } |
| 111 | b.staging.edge:53 { |
| 112 | errors |
| 113 | cache 30 |
| 114 | forward . 10.49.128.10 |
| 115 | } |
| 116 | c.staging.edge:53 { |
| 117 | errors |
| 118 | cache 30 |
| 119 | forward . 10.50.128.10 |
| 120 | } |
| 121 | |
| 122 | windows_prefered_cluster: false |
| 123 | local_cluster_auth_endpoint: |
| 124 | enabled: true |
| 125 | docker_root_dir: /var/lib/docker |
| 126 | enable_cluster_alerting: false |
| 127 | enable_cluster_monitoring: false |
| 128 | enable_network_policy: false |