Eric Sauer
Eric Sauer
Creating secrets should be fairly straightforward, but we don't have many examples of declaratively defining links from secrets to serviceaccounts. The classic example is creating a source secret and linking...
We need an example of an deploying an operator and configuring its CRs to "make it do something". We'll need to handle the race condition where we can't try to...
- [x] I have read [Pelorus Contributing guidelines](https://github.com/dora-metrics/pelorus/blob/master/CONTRIBUTING.md) ## Description This PR pulls in updated versions of all the packages involved in building our docs with `mkdocs`. This should fix...
### OpenShift version Not related to OpenShift ### Problem description When looking at the vulnerability reports in Quay, I see that the pelorus images are looking pretty gross right now....
### OpenShift version Not related to OpenShift ### Problem description There's something wrong with how we are calculating the mean time to restore for individual issues. I'm not sure why,...
### Feature description Currently deploy_timestamp looks like this: ``` deploy_timestamp{app="/pelorus-api/", image_sha="sha256:224670e8fa597b2aa5c6bb242e5d5c69522a73dcf4a364c59e85b9e55b8545e5"} ``` I would like to modify it to also include the pull URL for the image so that users...
### Feature description Currently the commit timestamp metric looks like this: ``` commit_timestamp{app="/pelorus-api/", commit="159c63792a5c1b0d34902be8bc2280406ad1ef06", image_sha="sha256:fad7883875aadddd22bcc7d5c03ac581be84795205dbf412c8c1253342b6ee71"} ``` In order to be able to trace the commit back to the source, I...
### Feature description The lead time for change measure combines two different metrics: - commit_timestamp - uniquely identified by a commit sha - deploy_timestamp - uniquely identified by an image...
### Feature description Keeping track of developer docs updates that are needed: * https://pelorus.readthedocs.io/en/v2.0.9/Development/#updating-the-chart-versions says to use `./scripts/bump-version` for chart version updates, but now we have `make rc-release` instead. *...