Hyunsun Moon | 434e0f1 | 2019-11-05 17:08:40 -0800 | [diff] [blame] | 1 | # Copyright 2019-present Open Networking Foundation |
| 2 | # |
| 3 | # Licensed under the Apache License, Version 2.0 (the "License"); |
| 4 | # you may not use this file except in compliance with the License. |
| 5 | # You may obtain a copy of the License at |
| 6 | # |
| 7 | # http://www.apache.org/licenses/LICENSE-2.0 |
| 8 | # |
| 9 | # Unless required by applicable law or agreed to in writing, software |
| 10 | # distributed under the License is distributed on an "AS IS" BASIS, |
| 11 | # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. |
| 12 | # See the License for the specific language governing permissions and |
| 13 | # limitations under the License. |
| 14 | |
| 15 | --- |
| 16 | apiVersion: bootstrap.cluster.x-k8s.io/v1alpha2 |
| 17 | kind: KubeadmConfig |
| 18 | metadata: |
| 19 | name: ${CLUSTER_NAME}-controlplane-0 |
| 20 | spec: |
| 21 | clusterConfiguration: |
| 22 | apiServer: |
| 23 | extraArgs: |
Hyunsun Moon | 5aaf543 | 2019-11-11 15:35:40 -0700 | [diff] [blame] | 24 | bind-address: 0.0.0.0 |
Hyunsun Moon | 434e0f1 | 2019-11-05 17:08:40 -0800 | [diff] [blame] | 25 | feature-gates: SCTPSupport=True |
| 26 | service-node-port-range: 2000-36767 |
Hyunsun Moon | 5aaf543 | 2019-11-11 15:35:40 -0700 | [diff] [blame] | 27 | controllerManager: |
| 28 | extraArgs: |
| 29 | bind-address: 0.0.0.0 |
| 30 | feature-gates: SCTPSupport=True |
Hyunsun Moon | 434e0f1 | 2019-11-05 17:08:40 -0800 | [diff] [blame] | 31 | scheduler: |
| 32 | extraArgs: |
Hyunsun Moon | 5aaf543 | 2019-11-11 15:35:40 -0700 | [diff] [blame] | 33 | bind-address: 0.0.0.0 |
Hyunsun Moon | 434e0f1 | 2019-11-05 17:08:40 -0800 | [diff] [blame] | 34 | feature-gates: SCTPSupport=True |
| 35 | --- |
| 36 | apiVersion: bootstrap.cluster.x-k8s.io/v1alpha2 |
| 37 | kind: KubeadmConfig |
| 38 | metadata: |
| 39 | name: ${CLUSTER_NAME}-controlplane-1 |
| 40 | spec: |
| 41 | clusterConfiguration: |
| 42 | apiServer: |
| 43 | extraArgs: |
Hyunsun Moon | 5aaf543 | 2019-11-11 15:35:40 -0700 | [diff] [blame] | 44 | bind-address: 0.0.0.0 |
Hyunsun Moon | 434e0f1 | 2019-11-05 17:08:40 -0800 | [diff] [blame] | 45 | feature-gates: SCTPSupport=True |
| 46 | service-node-port-range: 2000-36767 |
Hyunsun Moon | 5aaf543 | 2019-11-11 15:35:40 -0700 | [diff] [blame] | 47 | controllerManager: |
| 48 | extraArgs: |
| 49 | bind-address: 0.0.0.0 |
| 50 | feature-gates: SCTPSupport=True |
Hyunsun Moon | 434e0f1 | 2019-11-05 17:08:40 -0800 | [diff] [blame] | 51 | scheduler: |
| 52 | extraArgs: |
Hyunsun Moon | 5aaf543 | 2019-11-11 15:35:40 -0700 | [diff] [blame] | 53 | bind-address: 0.0.0.0 |
Hyunsun Moon | 434e0f1 | 2019-11-05 17:08:40 -0800 | [diff] [blame] | 54 | feature-gates: SCTPSupport=True |
| 55 | --- |
| 56 | apiVersion: bootstrap.cluster.x-k8s.io/v1alpha2 |
| 57 | kind: KubeadmConfig |
| 58 | metadata: |
| 59 | name: ${CLUSTER_NAME}-controlplane-2 |
| 60 | spec: |
| 61 | clusterConfiguration: |
| 62 | apiServer: |
| 63 | extraArgs: |
Hyunsun Moon | 5aaf543 | 2019-11-11 15:35:40 -0700 | [diff] [blame] | 64 | bind-address: 0.0.0.0 |
Hyunsun Moon | 434e0f1 | 2019-11-05 17:08:40 -0800 | [diff] [blame] | 65 | feature-gates: SCTPSupport=True |
| 66 | service-node-port-range: 2000-36767 |
Hyunsun Moon | 5aaf543 | 2019-11-11 15:35:40 -0700 | [diff] [blame] | 67 | controllerManager: |
| 68 | extraArgs: |
| 69 | bind-address: 0.0.0.0 |
| 70 | feature-gates: SCTPSupport=True |
Hyunsun Moon | 434e0f1 | 2019-11-05 17:08:40 -0800 | [diff] [blame] | 71 | scheduler: |
| 72 | extraArgs: |
Hyunsun Moon | 5aaf543 | 2019-11-11 15:35:40 -0700 | [diff] [blame] | 73 | bind-address: 0.0.0.0 |
Hyunsun Moon | 434e0f1 | 2019-11-05 17:08:40 -0800 | [diff] [blame] | 74 | feature-gates: SCTPSupport=True |