Thomas Mueller
Thomas Mueller
We have deployed reloader 0.0.114 cluster-wide. We have a OpenShift 4.8 cluster with about 190 Namespaces, 5900 Secrets and 3200 ConfigMaps. Raw size of exported secrets+configmaps (`kubectl get secrets,configmaps -A...
For RHEL/CentOS users using certifi like here https://github.com/kubernetes-client/python/blob/master/kubernetes/client/rest.py#L77 will forcefully override system provided CA configuration and reset it to the Mozilla CA pem. Missing any internal CA certs and thus...
#### What is this PR About? The cronjob pod exists unsuccessful when it deletes old backups (sometimes). It depends on how find lists the directories to be passed to `rm...
new error with rubocop-rspec 1.12: ``` spec/acceptance/selinux_permissive_spec.rb:9:5: C: RSpec/BeforeAfterAll: Beware of using before/after(:all) as it may cause state to leak between tests. If you are using rspec-rails, and use_transactional_fixtures is...
Write acceptance tests for #183 , #177, #175, #174
problem ------------ If a user adds a filecontext with puppet-selinux (or just plain exec calling semanage fcontext) and a file is managed by puppet which is affected by this change...
Affected version: 1.3.9, 1.3.0 (not verified others) I'm seeing about 20 lines per second with DEBUG messages like this: ``` 2022-04-22T12:09:28.875Z DEBUG util.api object is not ConditionsAware, not setting status...
I've configured `enableCertManager=true` in my helm values. I discovered the Service `cert-utils-operator-controller-manager-metrics-service` has the `service.alpha.openshift.io/serving-cert-secret-name: cert-utils-operator-certs` annotation. and additionally the Certificate resource `metrics-serving-cert` is created which also points to the...
If one provides the `--filter_local` param it first looked up with REST and then in local yaml files overriding the earlier results. Looks like the conditon was accidentially added below...
I've got some parse order dependent code. To be able to switch to this or any external classifier I'd need some way to influence the order the classes are included....