Adam Kaplan
Adam Kaplan
One potential issue is that the migration instructions for v1.5.0 ask developers to specifically create the ServiceAccount manifest [1]. When `make bundle` is run, it generates the serviceaccount YAML for...
Observed this on Fedora 28, kernel 4.18.16-200.fc28.x86_64
> I see fuse-overlayfs, is this rootless podman? https://kind.sigs.k8s.io/docs/user/rootless/ This is rootless podman, and I believe I configured the `delegate.conf` and `iptables.conf` files in `/etc` per the instructions. > capture...
Also added results of the systemctl hints from the main container process to the gist.
Shipwright's operator uses the approach above, and we can confirm that this works with upstream operatorhub.io catalog
bump @nikhil-thomas - operatorhub.io still has v0.49.0, whereas the latest community operator is at v0.60.0
Thanks to @vdemeester and @khrm who encouraged me to turn my PoC into a TEP.
Agree that this docs on these markers are needed. For example, what does the `kubebuilder:scaffold:scheme` marker do? Can I add other schemes besides the ones needed for my project's APIs?
@camilamacedo86 unsure how I was assigned to this issue (if I ever was). I am not actively working on this issue.
#298 has been closed as it was a stale/rotten PR. Do we have any idea how someone could implement `oneOf` validation (this seems to be the biggest use case that...