namespace-configuration-operator
namespace-configuration-operator copied to clipboard
The namespace-configuration-operator helps keeping configurations related to Users, Groups and Namespaces aligned with one of more policies specified as a CRs
This PR includes mainly 2 things: **Add environment variables to enable/disable controllers respectively** * If `ENABLE_GROUPCONFIG_CONTROLLER` is true or not defined, `GroupConfig` controller is enabled. * If `ENABLE_USERCONFIG_CONTROLLER` is true...
``` 2m24s Normal BeingReplaced clusterserviceversion/namespace-configuration-operator.v1.2.2 being replaced by csv: namespace-configuration-operator.v1.2.3 2m24s Normal RequirementsUnknown clusterserviceversion/namespace-configuration-operator.v1.2.3 requirements not yet checked 2m23s Normal RequirementsNotMet clusterserviceversion/namespace-configuration-operator.v1.2.3 one or more requirements couldn't be found 2m2s...
Whenever we start the operator, memory consumption goes upto 20GB and our api server becomes unresponsive. API server starts consuming more than 15GB and then it gets killed and the...
I tried deleting a NamespaceConfiguration resource, but it won't be deleted due to a stuck finalizer, and the operator tries updating the object with a finalizer, which is not allowed...
it looks like if an error occur while processing templates it does not bubble up to the status.
So that we can add recommended and internal labels easily using a custom values file
When using a `GroupConfig` template with a `Namespace` resource definition I've noticed it causes the operator to throw an error. I've seen the same error also while deleting resources, like...
This issue lists Renovate updates and detected dependencies. Read the [Dependency Dashboard](https://docs.renovatebot.com/key-concepts/dashboard/) docs to learn more.[View this repository on the Mend.io Web Portal](https://developer.mend.io/github/redhat-cop/namespace-configuration-operator). > [!NOTE] These dependencies have not received...
This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [k8s.io/api](https://redirect.github.com/kubernetes/api) | `v0.28.2` -> `v0.33.2` | [](https://docs.renovatebot.com/merge-confidence/) | [](https://docs.renovatebot.com/merge-confidence/)...
This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [github.com/openshift/api](https://redirect.github.com/openshift/api) | require | digest | `f404f2b` -> `41708f6` | --- ### Configuration...