Jonathan Berkhahn

Results 12 issues of Jonathan Berkhahn

Fix #5738

do-not-merge/hold
lgtm

Hey, At Kubecon I attended a [talk about operators as a threat vector to cluster security](https://kccnceu2022.sched.com/event/ytpr/tweezering-kubernetes-resources-operating-on-operators-kevin-ward-controlplane?iframe=no). I spoke with Kevin Ward (@wakeward), one of the maintainers on the project, about...

priority/important-longterm
lifecycle/stale

couple edits to the release docs based on my experience cutting 1.17.0 - GPG_TTY needs to be set for me otherwise `git tag` fails. Not really sure why exactly this...

do-not-merge/hold
lgtm
needs-rebase
lifecycle/stale

the link to the example controller implementation in https://sdk.operatorframework.io/docs/building-operators/golang/tutorial/ still points to the old v3 location. I checked the docs source in the repo, and it's already been updated to...

per the discussion at the steering committee meeting today

We need to keep track of the things we own and how to transfer permissions to access them. Known things: - operatorframework.io - domain is CNCF: https://www.whois.com/whois/operatorframework.io - github operatorframework...

## Feature Request I would like a section of the docs for on-ramping new contributors. #### Describe the problem you need a feature to resolve. As discussed in [this thread](https://github.com/operator-framework/community/pull/12#discussion_r448640845)...

This would likely necessitate some sort of config file that a user would write to include the details of the cloud foundry deployment to point at, e.g. bluemix, a local...

Refactored execute to add some abstraction. Removed layers of the wrappers to their own lines, with some variable names to try and explain what is actually happening here.