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
I ended up with two operators running. 1 in the default namespace and 1 in the knative-operator namespace. I ended up deleteing the operator and webhook deployments in the default namespace however, this doesn't feel very clean. i am guessing i should go back and look at the yaml and delete the secrets, sa and maybe some other things that were created in the default namespace.
Expected Behavior
Following the instructions on installing the operator is confusing. On the Install knative operator page, the following statement is displayed:
However, the namespace the operator is installed into is
knative-operator
and it is specific in the YAML files for the version provided in the URL.Actual Behavior
I expect the operator is installed in the
default
namespace.Steps to Reproduce the Problem
The text was updated successfully, but these errors were encountered: