Skip to content

Is it possible to deploy VolSync as a namespace operator rather than cluster based operator? #793

Answered by JohnStrunk
scoutjohn asked this question in Q&A
Discussion options

You must be logged in to vote

VolSync isn't designed to be deployed at the Namespace level, though once it's installed, no permissions beyond Namespace-level are required to use it.

VolSync has associated ReplicationSource and ReplicationDestination CRDs that needs to be installed into the cluster. This is an admin-level operation, so I don't think there's any way around having elevated permissions during installation. The operator also watches all namespaces for RS and RD instances--- I believe a fairly simple code change could confine it to watching one NS, but that doesn't fix the CRD installation issue.

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by scoutjohn
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants