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
There is no information on on what is the difference weather the operator should be installed for all namespaces or in a separate namespace. I find that in both the operand allows to:
Specify where the instances are deployed (spec.namespace parameter)
Which CIS namespaces will be able to watch
Some guidelines should be provided to clarify the namespace usage for the operator, and where the CIS is installed.
There are no general guidelines on how to setup the operand.
The following section applies when deploying an operand, not the operator IMHO
Before you install CIS using Operators on OpenShift, you must create BIG-IP login credentials to use with Operator Helm Charts:
oc create secret generic <SECRET-NAME> -n kube-system
--from-literal=username=<USERNAME> --from-literal=password=<PASSWORD>
The text was updated successfully, but these errors were encountered:
Title
Improve OpenShift operator documentation
Description
At present:
There is no information on on what is the difference weather the operator should be installed for all namespaces or in a separate namespace. I find that in both the operand allows to:
Some guidelines should be provided to clarify the namespace usage for the operator, and where the CIS is installed.
There are no general guidelines on how to setup the operand.
The following section applies when deploying an operand, not the operator IMHO
The text was updated successfully, but these errors were encountered: