Skip to content

Commit 876dda0

Browse files
harivallkishorj
authored andcommitted
fix flag description
1 parent 60d1056 commit 876dda0

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,7 @@ site
2323

2424
# editor and IDE paraphernalia
2525
.idea
26+
.vscode
2627
*.swp
2728
*.swo
2829
*~

pkg/config/controller_config.go

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ type ControllerConfig struct {
6868
// the SSL Policy annotation.
6969
DefaultSSLPolicy string
7070

71-
// Enable EndpointSlices for IP targets instead of Endpoints
71+
// Enable EndpointSlices for IP targets instead of Endpoints
7272
EnableEndpointSlices bool
7373

7474
// Max concurrent reconcile loops for Service objects
@@ -108,7 +108,7 @@ func (cfg *ControllerConfig) BindFlags(fs *pflag.FlagSet) {
108108
fs.StringVar(&cfg.BackendSecurityGroup, flagBackendSecurityGroup, "",
109109
"Backend security group id to use for the ingress rules on the worker node SG")
110110
fs.BoolVar(&cfg.EnableEndpointSlices, flagEnableEndpointSlices, defaultEnableEndpointSlices,
111-
"Use EndpointSlices(true) or Endpoints(false) resources in endpoint and TGB resolution")
111+
"Enable EndpointSlices for IP targets instead of Endpoints")
112112
cfg.AWSConfig.BindFlags(fs)
113113
cfg.RuntimeConfig.BindFlags(fs)
114114

0 commit comments

Comments
 (0)