Skip to content
This repository has been archived by the owner on Sep 30, 2020. It is now read-only.

Commit

Permalink
Merge pull request #291 from mumoshu/rename-controller-lb-private-flag
Browse files Browse the repository at this point in the history
Make it clear in cluster.yaml that controllerLoadBalancerPrivate flag is renamed
  • Loading branch information
mumoshu authored Feb 1, 2017
2 parents 9556f3d + 0855113 commit d602688
Showing 1 changed file with 4 additions and 9 deletions.
13 changes: 4 additions & 9 deletions config/templates/cluster.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -67,23 +67,18 @@ kmsKeyArn: "{{.KMSKeyARN}}"
# loadBalancer:
# # kube-aws creates the ELB for the k8s API endpoint as `Schema=internet-facing` by default and
# # only public subnets defined under the top-level `subnets` key are used for the ELB
# # private: false
# #
# private: false
# # If you like specific public subnets to be used by the internet-facing ELB:
# # subnets:
# # - name: ManagedPublicSubnet0
# #subnets:
# # - name: ManagedPublicSubnet0
#
# # When explicitly set to true, the ELB for the k8s API endpoint becomes `Schema=internal` rather than default `Schema=internet-facing` one and
# # only private subnets defined under the top-level `subnets` key are used for the ELB
# # private: true
# #
# private: true
# # If you like specific private subnets to be used by the internal ELB:
# # subnets:
# # - name: ManagedPrivateSubnet0

# Set to true to put the ELB on the public subnet although having controller nodes on private subnets
#controllerLoadBalancerPrivate: false

# Maximum time to wait for controller creation
#controllerCreateTimeout: PT15M

Expand Down

0 comments on commit d602688

Please sign in to comment.