You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This ClusterRoleBinding previously pointed to a (now nonexistent) *-crd
ClusterRole. Kubernetes will not accept edits to the roleRef in a
ClusterRoleBinding, so during an upgrade, the ManifestWork would fail
to be applied correctly, and the framework addon could not function.
Renaming this will make the old binding be deleted, and the new binding
will be applied properly with the new configuration.
Refs:
- https://issues.redhat.com/browse/ACM-5383
Signed-off-by: Justin Kulikauskas <[email protected]>
0 commit comments