You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
flagSet.BoolVar(&c.EnableReverseSync, "enable-reverse-sync", false, `Send configuration to Kong even if the configuration checksum has not changed since previous update.`)
Is there an existing issue for this?
Does this enhancement require public documentation?
Problem Statement
Method
kubernetes-ingress-controller/internal/dataplane/kong_client.go
Line 393 in cf2efda
can use optimization that for now is reserved for Fallback configuration
in its
main
path to avoid redundant submissions of config to Kong GatewayProposed Solution
Additional information
There is a flag mysterious flag
kubernetes-ingress-controller/internal/manager/config.go
Line 181 in cf2efda
Acceptance Criteria
Update
returns without sending configuration to Kong--enable-reverse-sync
is madeThe text was updated successfully, but these errors were encountered: