This repository was archived by the owner on Sep 30, 2020. It is now read-only.
File tree Expand file tree Collapse file tree 1 file changed +4
-9
lines changed Expand file tree Collapse file tree 1 file changed +4
-9
lines changed Original file line number Diff line number Diff line change @@ -67,23 +67,18 @@ kmsKeyArn: "{{.KMSKeyARN}}"
67
67
# loadBalancer:
68
68
# # kube-aws creates the ELB for the k8s API endpoint as `Schema=internet-facing` by default and
69
69
# # only public subnets defined under the top-level `subnets` key are used for the ELB
70
- # # private: false
71
- # #
70
+ # private: false
72
71
# # If you like specific public subnets to be used by the internet-facing ELB:
73
- # # subnets:
74
- # # - name: ManagedPublicSubnet0
72
+ # #subnets:
73
+ # # - name: ManagedPublicSubnet0
75
74
#
76
75
# # When explicitly set to true, the ELB for the k8s API endpoint becomes `Schema=internal` rather than default `Schema=internet-facing` one and
77
76
# # only private subnets defined under the top-level `subnets` key are used for the ELB
78
- # # private: true
79
- # #
77
+ # private: true
80
78
# # If you like specific private subnets to be used by the internal ELB:
81
79
# # subnets:
82
80
# # - name: ManagedPrivateSubnet0
83
81
84
- # Set to true to put the ELB on the public subnet although having controller nodes on private subnets
85
- # controllerLoadBalancerPrivate: false
86
-
87
82
# Maximum time to wait for controller creation
88
83
# controllerCreateTimeout: PT15M
89
84
You can’t perform that action at this time.
0 commit comments