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

Commit 0855113

Browse files
committed
Drop controllerLoadBalancerPrivate in favor of controller.loadBalancer.private
1 parent 9556f3d commit 0855113

File tree

1 file changed

+4
-9
lines changed

1 file changed

+4
-9
lines changed

config/templates/cluster.yaml

Lines changed: 4 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -67,23 +67,18 @@ kmsKeyArn: "{{.KMSKeyARN}}"
6767
# loadBalancer:
6868
# # kube-aws creates the ELB for the k8s API endpoint as `Schema=internet-facing` by default and
6969
# # only public subnets defined under the top-level `subnets` key are used for the ELB
70-
# # private: false
71-
# #
70+
# private: false
7271
# # If you like specific public subnets to be used by the internet-facing ELB:
73-
# # subnets:
74-
# # - name: ManagedPublicSubnet0
72+
# #subnets:
73+
# # - name: ManagedPublicSubnet0
7574
#
7675
# # When explicitly set to true, the ELB for the k8s API endpoint becomes `Schema=internal` rather than default `Schema=internet-facing` one and
7776
# # only private subnets defined under the top-level `subnets` key are used for the ELB
78-
# # private: true
79-
# #
77+
# private: true
8078
# # If you like specific private subnets to be used by the internal ELB:
8179
# # subnets:
8280
# # - name: ManagedPrivateSubnet0
8381

84-
# Set to true to put the ELB on the public subnet although having controller nodes on private subnets
85-
#controllerLoadBalancerPrivate: false
86-
8782
# Maximum time to wait for controller creation
8883
#controllerCreateTimeout: PT15M
8984

0 commit comments

Comments
 (0)