Hi, is it possible to have multiple Flyte deployme...
# ask-the-community
m
Hi, is it possible to have multiple Flyte deployments within one k8s cluster? We did deploy and noticed that propeller picks up other deployment's workflows, is there any way to make them work isolated?
second finding: after configuring a different leader, I had to change
limit-namespace
. If I don't specify any, it will race/override with the other propeller instance. Can the
limit-namespace
be a list so that we can specify multiple namespaces instead of all or one
k
It’s not recommended but possible
d
@Mücahit the
limit-namespace
parameter can only be a single value. Probably the easiest way to achieve this is by using the include / exclude flyte project / domain configuration values on propeller. These were originally introduced for using propeller manager to automatically scale-out propeller. You could use this component, or if you wanted to manually manage each propeller instance (rather than having the manager handle them all) you can pass specific values for inlcude / exclude.
m
@Dan Rammer (hamersaw) this is exactly what I needed, thank you!
r
+1 to this @Dan Rammer (hamersaw) - this was very helpful to tip up a staging deployment to test out a backend version bump