Skip to content
This repository has been archived by the owner on Dec 4, 2023. It is now read-only.

0.13.2-rc2: Remove explicit multitenant mode in address controller

Compare
Choose a tag to compare
@lulf lulf released this 12 Oct 18:46
· 4481 commits to master since this release
With this change the address controller no longer requires you to use
it in single or multitenant mode. If you deploy an address space to its
namespace, it will assume single tenant mode and not require cluster
admin privileges.

With this approach, you can choose to not deploy any address spaces by
default, in which case you are free to choose later if you want to run
in multitenant mode or not, and also gives you the ability to configure
properties of the single tenant address space.

This fixes #350