Skip to content

Commit

Permalink
Merge pull request #1235 from swetharepakula/enable-neg-crd
Browse files Browse the repository at this point in the history
Cherry Pick #1230 [Enable neg crd by default]
  • Loading branch information
k8s-ci-robot committed Aug 26, 2020
2 parents ff7d73d + 430a6df commit 7d31eab
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 7d31eab

Please sign in to comment.