blob: 05b3ac95a6542adeb4de126ac31f343cc157f1ab [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:
24 feature-gates: SCTPSupport=True
25 service-node-port-range: 2000-36767
26 scheduler:
27 extraArgs:
28 feature-gates: SCTPSupport=True
29---
30apiVersion: bootstrap.cluster.x-k8s.io/v1alpha2
31kind: KubeadmConfig
32metadata:
33 name: ${CLUSTER_NAME}-controlplane-1
34spec:
35 clusterConfiguration:
36 apiServer:
37 extraArgs:
38 feature-gates: SCTPSupport=True
39 service-node-port-range: 2000-36767
40 scheduler:
41 extraArgs:
42 feature-gates: SCTPSupport=True
43---
44apiVersion: bootstrap.cluster.x-k8s.io/v1alpha2
45kind: KubeadmConfig
46metadata:
47 name: ${CLUSTER_NAME}-controlplane-2
48spec:
49 clusterConfiguration:
50 apiServer:
51 extraArgs:
52 feature-gates: SCTPSupport=True
53 service-node-port-range: 2000-36767
54 scheduler:
55 extraArgs:
56 feature-gates: SCTPSupport=True