-
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
kube down
should be able to remove "external" storage containers
#20025
Comments
Copying my other comment from the discussion:
|
Note this isn't strictly related to kube, Most likely this is the result of increased error reporting in c/storage: #18831 (comment) Regardless of the cause I think removing the storage container by default makes sense, otherwise we could break all these non interactive systemd units which is very bad (and very much not self healing if a users has to fix this by hand). |
A friendly reminder that this issue had no activity for 30 days. |
Bump |
@umohnani8 PTAL |
@vrothberg Did you ever fix this? |
@rhatdan no, I only filed the issue |
Fixes: containers#20025 Signed-off-by: Daniel J Walsh <dwalsh@redhat.com>
Agreed. I have systemd generated units which call |
Discussed in #20021
Originally posted by poperigby September 18, 2023
I have a collection of containers that are orchestrated with
.kube
files. Seemingly at random, a service will fail to start on reboot. When I go to start it manually withpodman kube play service.yaml
, it will say something like this:I then have to run something like this to fix it:
It just recently (about a month ago), started doing this, so I'm not sure what happened.
Here's one of my
.kube
files:Here's one of my Kubernetes style YAML files:
The text was updated successfully, but these errors were encountered: