// This default system:nodes binding is deprecated in 1.7 with the availability of the Node authorizer.
// This default binding of the system:node role to the system:nodes group is deprecated in 1.7 with the availability of the Node authorizer.
// If an admin wants to grant the system:node role (which cannot partition Node API access), they will need to create their own clusterrolebinding.
// This leaves the binding, but with an empty set of subjects, so that tightening reconciliation can remove the subject.
// TODO: Remove the subjects from this binding in 1.8 (leave the empty binding for tightening reconciliation), and remove AddClusterRoleBindingFilter()