For example adding:
// +kubebuilder:rbac:groups="",resources=pods,verbs=get;watch;list
to a controller should result in updated controller roles manifests (e.g. clusterrole.yaml
), otherwise we won't be able to deploy properly configured Federation.
Currently, when testing #136, by simply running make
those changes are not occurring.