blob: c1dcf6f7d4e92c490e4980840299f01ed861cac6 [file] [log] [blame]
Hyunsun Moon434e0f12019-11-05 17:08:40 -08001# 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---
16apiVersion: bootstrap.cluster.x-k8s.io/v1alpha2
17kind: KubeadmConfig
18metadata:
19 name: ${CLUSTER_NAME}-controlplane-0
20spec:
21 clusterConfiguration:
22 apiServer:
23 extraArgs:
Hyunsun Moon5aaf5432019-11-11 15:35:40 -070024 bind-address: 0.0.0.0
Hyunsun Moon434e0f12019-11-05 17:08:40 -080025 feature-gates: SCTPSupport=True
26 service-node-port-range: 2000-36767
Hyunsun Moon5aaf5432019-11-11 15:35:40 -070027 controllerManager:
28 extraArgs:
29 bind-address: 0.0.0.0
30 feature-gates: SCTPSupport=True
Hyunsun Moon434e0f12019-11-05 17:08:40 -080031 scheduler:
32 extraArgs:
Hyunsun Moon5aaf5432019-11-11 15:35:40 -070033 bind-address: 0.0.0.0
Hyunsun Moon434e0f12019-11-05 17:08:40 -080034 feature-gates: SCTPSupport=True
35---
36apiVersion: bootstrap.cluster.x-k8s.io/v1alpha2
37kind: KubeadmConfig
38metadata:
39 name: ${CLUSTER_NAME}-controlplane-1
40spec:
41 clusterConfiguration:
42 apiServer:
43 extraArgs:
Hyunsun Moon5aaf5432019-11-11 15:35:40 -070044 bind-address: 0.0.0.0
Hyunsun Moon434e0f12019-11-05 17:08:40 -080045 feature-gates: SCTPSupport=True
46 service-node-port-range: 2000-36767
Hyunsun Moon5aaf5432019-11-11 15:35:40 -070047 controllerManager:
48 extraArgs:
49 bind-address: 0.0.0.0
50 feature-gates: SCTPSupport=True
Hyunsun Moon434e0f12019-11-05 17:08:40 -080051 scheduler:
52 extraArgs:
Hyunsun Moon5aaf5432019-11-11 15:35:40 -070053 bind-address: 0.0.0.0
Hyunsun Moon434e0f12019-11-05 17:08:40 -080054 feature-gates: SCTPSupport=True
55---
56apiVersion: bootstrap.cluster.x-k8s.io/v1alpha2
57kind: KubeadmConfig
58metadata:
59 name: ${CLUSTER_NAME}-controlplane-2
60spec:
61 clusterConfiguration:
62 apiServer:
63 extraArgs:
Hyunsun Moon5aaf5432019-11-11 15:35:40 -070064 bind-address: 0.0.0.0
Hyunsun Moon434e0f12019-11-05 17:08:40 -080065 feature-gates: SCTPSupport=True
66 service-node-port-range: 2000-36767
Hyunsun Moon5aaf5432019-11-11 15:35:40 -070067 controllerManager:
68 extraArgs:
69 bind-address: 0.0.0.0
70 feature-gates: SCTPSupport=True
Hyunsun Moon434e0f12019-11-05 17:08:40 -080071 scheduler:
72 extraArgs:
Hyunsun Moon5aaf5432019-11-11 15:35:40 -070073 bind-address: 0.0.0.0
Hyunsun Moon434e0f12019-11-05 17:08:40 -080074 feature-gates: SCTPSupport=True