Skip to content

Commit

Permalink
Expose kubeadm's feature gate option, update k8s
Browse files Browse the repository at this point in the history
  • Loading branch information
discordianfish committed May 22, 2018
1 parent 32d1935 commit 547d648
Showing 1 changed file with 10 additions and 3 deletions.
13 changes: 10 additions & 3 deletions kubernetes.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -44,11 +44,15 @@ Parameters:

KubeVersion:
Type: String
Default: 1.10.0
Default: 1.10.3

KubeletImageTag:
Type: String
Default: v1.10.0_coreos.0
Default: v1.10.3_coreos.0

KubeadmFeatureGates:
Type: CommaDelimitedList
Default: ""

WorkerFeatureGates:
Type: String
Expand All @@ -60,7 +64,7 @@ Parameters:

KubeadmVersion:
Type: String
Default: v1.10.1-beta.0
Default: v1.10.3

KubeadmURLRoot:
Type: String
Expand Down Expand Up @@ -1146,9 +1150,12 @@ Resources:
mountPath: /usr/libexec/kubernetes/kubelet-plugins/volume/exec
schedulerExtraArgs:
address: 0.0.0.0
featureGates:
${FeatureGates}
- DomainName: !Ref DomainName
KubeVersion: !Ref KubeVersion
ApiserverCount: !Ref ControllerPoolSize
FeatureGates: !Join [ "\n ", !Ref KubeadmFeatureGates ]

domain: !Ref DomainName
kubeadmURL: !Join
Expand Down

0 comments on commit 547d648

Please sign in to comment.