Bryce Palmer
Bryce Palmer
/testwith openshift/api/master/e2e-aws-ovn-hypershift openshift/hypershift#6137 openshift/cluster-authentication-operator#770
#2234 merged with changes behind a gate. Closing this /close
> Factoring the apply logic into a library ([example](https://github.com/kcp-dev/kcp/tree/main/pkg/reconciler/committer)) and testing that in isolation is likely a better way to ensure correctness. If you do that, the rest of `Reconcile()`...
It's odd to me that you are running into certificate verification issues with quay.io. I would expect those certs to be valid. Unfortunately there is not currently a way to...
Standing up a fresh KinD cluster I don't run into this cert issue when hitting quay.io. It looks like the right location to mount a new volume with the ca.crt...
Would you mind sharing the "version" you ran? If it was a release on GH, which one? if from `main`, which commit?
Ah, I think that was cut _just_ before I did a pretty large refactor of our caching logic. Would you mind verifying that you are not seeing this issue if...
You could try excluding issues based on the failure text emitted by kube-api-linter in your standard golangci-lint config. Here is a link to the golangci-lint docs on that: https://golangci-lint.run/docs/linters/false-positives/#exclude-issue-by-text
@LalatenduMohanty I could be misremembering, but I was under the impression that merges in this repo default to using the PR title+description for the commit message. If this is the...