-
Notifications
You must be signed in to change notification settings - Fork 2.4k
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
Include auto-update label in generate kube #9763
Comments
Interested in opening a PR? |
Yeah, I should be able to start looking into it this weekend, and since I'm a bit more familiar with that part of the code now it shouldn't be too difficult. |
A friendly reminder that this issue had no activity for 30 days. |
@jwillikers DId you ever get a chance to work on this? |
@rhatdan Unfortunately, I haven't been able to work on it! |
An option we have here is there's a common idiom having an annotation of the form |
Can this be assigned to me? |
@EduardoVega Go for it! |
@EduardoVega done |
Is this a BUG REPORT or FEATURE REQUEST? (leave only one on its own line)
/kind feature
Description
I noticed that the label for auto-updates is not exported in
podman generate kube
.I'd like to be able to export a Kubernetes YAML file and import it back into Podman and get the same results.
Steps to reproduce the issue:
1.Create a container with the auto-update label.
$ podman run -d --pod "new:test-autoupdate-pod" --label io.containers.autoupdate=image --name test-autoupdate-ctr alpine
Describe the results you received:
Exporting the Kubernetes YAML resulted in a configuration missing the label
io.containers.autoupdate: image
.Describe the results you expected:
I expected the container to be exported with the label
io.containers.autoupdate: image
.Output of
podman version
:Output of
podman info --debug
:Package info (e.g. output of
rpm -q podman
orapt list podman
):Built from source.
Have you tested with the latest version of Podman and have you checked the Podman Troubleshooting Guide?
Yes
Additional environment details (AWS, VirtualBox, physical, etc.):
Running inside a GNOME Boxes VM.
The text was updated successfully, but these errors were encountered: