Frederic Giloux
Frederic Giloux
pushed a rebase and a fix for field and var names in unit tests that were not reflecting the new approach
Created a [PR](https://github.com/operator-framework/enhancements/pull/111) to update the enhancement proposal with the new approach
Additional suggestions: - improving the developer documentation. - cleaning Makefile - Making build work with podman some background here: https://github.com/operator-framework/operator-lifecycle-manager/pull/2504#issuecomment-984722191
"sudo pip install --upgrade urllib3" fixed the issue for me
I have created another operator for vegeta: https://github.com/fgiloux/vegeta-operator It is also leveraging the operator-sdk, similar to what @dastergon did, just on a newer version. I did look at what @dastergon...
/remove-lifecycle stale
/remove-lifecycle stale
/remove-lifecycle rotten
Unfortunately the version is pinned [here](https://github.com/operator-framework/operator-sdk/blob/542966812906456a8d67cf7284fc6410b104e118/go.mod#L257) The containerd version, which is [also pinned](https://github.com/operator-framework/operator-sdk/blob/542966812906456a8d67cf7284fc6410b104e118/go.mod#L255) could also be looked at as part of this issue. It has a few CVEs, among them...
Hi @acelinkit Thanks for pointing out GitOps considerations. That's a really good point. I think that we should add the port protocol to the manifests. That said it is possible...