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
At present, most customisations of fluxd (a.k.a., weave-flux-agent) will be reset when the launcher agent re-applies configuration.
In the absence of a redesign of how that mechanism works, we can at least add some of the flags from fluxd to those that can be configured by supplying them in the URL.
These would be useful to scrape and use in the URL, if present in the deployment manifest:
--registry-ecr-region ([]string)
--registry-require ([]string, but in practice either ecr or not supplied)
--git-timeout (duration e.g., 30s)
--git-poll-interval (duration e.g., 2m)
--sync-garbage-collection (bool)
--memcached-service (string; especially useful is the ability to set it to empty, implying the memcached service should not have clusterIP: None)
--registry-exclude-image ([]string)
--k8s-allow-namespace ([]string)
--git-set-author (bool)
--git-ci-skip (bool)
The text was updated successfully, but these errors were encountered:
Perhaps, but that advocates for a general mechanism for round-tripping flag values. This issue is asking for an application of the existing, specific mechanism to additional flags. (If a solution to #78 is imminent, then it would be better to expand that. But I do not believe it is imminent.)
At present, most customisations of fluxd (a.k.a., weave-flux-agent) will be reset when the launcher agent re-applies configuration.
In the absence of a redesign of how that mechanism works, we can at least add some of the flags from fluxd to those that can be configured by supplying them in the URL.
These would be useful to scrape and use in the URL, if present in the deployment manifest:
--registry-ecr-region
([]string)--registry-require
([]string, but in practice eitherecr
or not supplied)--git-timeout
(duration e.g.,30s
)--git-poll-interval
(duration e.g.,2m
)--sync-garbage-collection
(bool)--memcached-service
(string; especially useful is the ability to set it to empty, implying the memcached service should not haveclusterIP: None
)--registry-exclude-image
([]string)--k8s-allow-namespace
([]string)--git-set-author
(bool)--git-ci-skip
(bool)The text was updated successfully, but these errors were encountered: