-
-
Notifications
You must be signed in to change notification settings - Fork 9
Closed
Description
This is currently not allowed because it would let users escalate "Is allowed to create sandboxed ZNodes" to "Is allowed to take ownership of any named ZNode".
However, this is preventing users from restoring failed clusters from backups, since there is no way to influence the UID generation at all. One possible compromise would be to introduce a new field ZookeeperZnode.status.znodePath
, which defaults to /{uid}
. This would let administrators status-patch the object to override the path, while regular users are typically prohibited (by K8s) from editing the status subresource.
Metadata
Metadata
Assignees
Type
Projects
Status
Done