Skip to content

Commit

Permalink
Enable neg crd by default
Browse files Browse the repository at this point in the history
  • Loading branch information
swetharepakula committed Aug 26, 2020
1 parent ba1d551 commit 430a6df
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/flags/flags.go
Original file line number Diff line number Diff line change
Expand Up @@ -218,7 +218,7 @@ L7 load balancing. CSV values accepted. Example: -node-port-ranges=80,8080,400-5
flag.BoolVar(&F.RunIngressController, "run-ingress-controller", true, `Optional, whether or not to run IngressController as part of glbc. If set to false, ingress resources will not be processed. Only the L4 Service controller will be run, if that flag is set to true.`)
flag.BoolVar(&F.RunL4Controller, "run-l4-controller", false, `Optional, whether or not to run L4 Service Controller as part of glbc. If set to true, services of Type:LoadBalancer with Internal annotation will be processed by this controller.`)
flag.BoolVar(&F.EnableBackendConfigHealthCheck, "enable-backendconfig-healthcheck", false, "Enable configuration of HealthChecks from the BackendConfig")
flag.BoolVar(&F.EnableNegCrd, "enable-neg-crd", false, "Enable NEG CRD")
flag.BoolVar(&F.EnableNegCrd, "enable-neg-crd", true, "Enable NEG CRD")
}

type RateLimitSpecs struct {
Expand Down

0 comments on commit 430a6df

Please sign in to comment.