Allow Flux to be deployed on tainted Kubernetes nodes

Signed-off-by: Stefan Prodan <stefan.prodan@gmail.com>
This commit is contained in:
Stefan Prodan 2021-02-11 15:20:19 +02:00
parent fa6e3d3706
commit 37f5587085
No known key found for this signature in database
GPG key ID: 3299AEB0E4085BAF
11 changed files with 42 additions and 7 deletions

View file

@ -35,6 +35,7 @@ type Options struct {
Timeout time.Duration
TargetPath string
ClusterDomain string
TolerationKeys []string
}
func MakeDefaultOptions() Options {