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
In #50 I have reported that I tried to install the Flux operator with kubectl-operator, and I learned it includes some service accounts and some ClusterRoleBindings which should be associated with them.
The Flux operator sets operatorframework.io/preferred-namespace, but as #50 explains, kubectl-operator does not honor it today. However there is a -n or --namespace option which I assumed is meant to set the target namespace for the operator lifecycle manager to install the operator itself into.
Apologies, I have just tried this again and it seems to work as expected. I thought I should report it anyway because we agreed I would, and thus someone was likely expecting it to show up in the issue queue, but I will close it now.
Perhaps the issue was a stray instance of the flux package that got absorbed somehow into my new installation attempt.
In #50 I have reported that I tried to install the Flux operator with kubectl-operator, and I learned it includes some service accounts and some ClusterRoleBindings which should be associated with them.
The Flux operator sets
operatorframework.io/preferred-namespace
, but as #50 explains, kubectl-operator does not honor it today. However there is a-n
or--namespace
option which I assumed is meant to set the target namespace for the operator lifecycle manager to install the operator itself into.The text was updated successfully, but these errors were encountered: