-
Notifications
You must be signed in to change notification settings - Fork 1.3k
Closed
Description
This is a parent issue to track the current work happening on Simplifying State Management as per linkerd/rfc#35
- Add a new linkerd-config-overrides secret
- Update the control-plane components to be able to get most configuration through
flags, and remove the dependency on the current linkerd cm. - Remove the generation of
linkerd-config
cm. - Update the upgrade flow to use the secrets, and give it priority over the
currentlinkerd-config
. - Update the check workflow to understand the current cluster state from the
new format. - Update Add-ons individually to have its own configuration resource, and
update CLI for upgrades and checks accordingly.