Steve Kuznetsov
Steve Kuznetsov
I am a user, in my repo I am making use of the `controller-runtime` client. I wish to see the debug/trace-level logging that I would get from a `client-go` client...
When I set up a watch, the examples quickly set up an infinite loop over the two channels: ```go go func() { for { select { case event :=
There are explicitly allowed boilerplate headers for different file extensions in this repo. However, there is no `bazel` target to inject them where they are not found, for automatic updates....
### What would you like to be added? Today, unit-level tests only exist for `*etcd3.store{}`, and cannot be run against any other implementation of `storage.Interface`. In general, these tests define...
We're getting close to being ready for the move. Items we know we need to accomplish is here: - [x] reconfigure config updater for prow.k8s.io https://github.com/kubernetes/test-infra/pull/11781 - [x] move remaining...
After conversations with @cjwagner and @BenTheElder we realized that the most robust approach to GCS uploading will be a standalone server that knows how to: - watch for `ProwJob`s being...
### Dev-cut: - [x] create `LDAPInterface` for Active Directory schema (@deads2k) https://github.com/openshift/origin/pull/4972 - [x] install OpenLDAP client on Jenkins so that our sync jobs can mutate LDAP at will with...
``` • [FAILED] [0.023 seconds] OperatorCondition The OperatorCondition Reconciler when a CSV exists that owns a deployment and an OperatorCondition with a different name than the CSV includes that deployment...
``` time="2023-10-10T16:33:40Z" level=warning msg="error getting bundle stream" action="refresh cache" err="rpc error: code = Unavailable desc = connection error: desc = \"transport: Error while dialing dial tcp [::1]:50052: connect: connection refused\""...
Today, when a `CatalogSource` is created, the `Pod` that serves catalog content uses `opm` to do so; the version of the server that's used is whichever version happens to be...