Skip to content

Commit f078cce

Browse files
committed
Add comment on LoadBalancerStartIP/LoadBalancerEndIP
1 parent c57375c commit f078cce

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pkg/minikube/config/types.go

+2-2
Original file line numberDiff line numberDiff line change
@@ -81,8 +81,8 @@ type KubernetesConfig struct {
8181
FeatureGates string // https://kubernetes.io/docs/reference/command-line-tools-reference/feature-gates/
8282
ServiceCIDR string // the subnet which kubernetes services will be deployed to
8383
ImageRepository string
84-
LoadBalancerStartIP string
85-
LoadBalancerEndIP string
84+
LoadBalancerStartIP string // currently only used by MetalLB addon
85+
LoadBalancerEndIP string // currently only used by MetalLB addon
8686
ExtraOptions ExtraOptionSlice
8787

8888
ShouldLoadCachedImages bool

0 commit comments

Comments
 (0)