Skip to content

Commit 11df893

Browse files
Update doc
1 parent 349eaa9 commit 11df893

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

main.go

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -113,8 +113,8 @@ func main() {
113113
"The backend config name used for functions&sinks&sources in the same namespace")
114114
flag.BoolVar(&secureMetrics, "metrics-secure", true, "If set, the metrics endpoint is served securely via HTTPS."+
115115
" Use --metrics-secure=false to use HTTP instead.")
116-
flag.BoolVar(&addDefaultAffinity, "add-default-affinity", lookupEnvOrBool("ADD_DEFAULT_AFFINITY", true), "If set, the generated pod will add two default podAntiAffinities:"+
117-
" one is make pods prefer to be in different zones (soft rule), and one is make pods must not be scheduled on the same node (hard rule).")
116+
flag.BoolVar(&addDefaultAffinity, "add-default-affinity", lookupEnvOrBool("ADD_DEFAULT_AFFINITY", true), "If set, the generated pod will add one default podAntiAffinity:"+
117+
" make pods prefer not be scheduled on the same node (soft rule).")
118118
flag.Parse()
119119

120120
ctrl.SetLogger(zap.New(zap.UseDevMode(true)))

0 commit comments

Comments
 (0)