-
Notifications
You must be signed in to change notification settings - Fork 84
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
WIP: Add support for configmaps #100
base: main
Are you sure you want to change the base?
Conversation
Skipping CI for Draft Pull Request. |
I was typing this up, but thinking about it...perhaps it should land in ostree-ext so it can be shared with rpm-ostree? Or...maybe we publish a crate for bootc and pull that into rpm-ostree too... |
d040dfe
to
84f3edf
Compare
9d4fa2b
to
6b0a900
Compare
Prep for configmap support.
This is part of containers#22
OK what I'm getting hung up on a bit here is exactly what the API is to upload objects outside of kubernetes. It looks like podman play kube basically punts on this and you point the command at an arbitrary directory...which is rather un-opinionated - and also has some annoying ergonomics because then you typically want to delete the files after they've been created. The typical systemd-style pattern of supporting e.g. We'd want to have |
This is part of #22