Michael Smith

Results 78 comments of Michael Smith

Yes, what we saw was that containerd would get EBUSY trying to umount2 the directory (used strace). Disabling security scanning software bypassed the issue. We only saw the issue with...

I ran into this using 1.4.4, but I don't recall the OS specifics.

Ok, had the wrong URL.

That's a little tricky to do in my case. Are you running `helm render` or something that replaces `{{ .Release.Namespace }}` with an empty string?

https://github.com/openssl/openssl/issues/1418 is likely the root of why it doesn't work. Although I'm also in favor of this workaround.

This now appears to be a hard failure with Popeye v0.9.1: ``` ___ ___ _____ _____ D .-'-. | _ \___| _ \ __\ \ / / __| O __|...

The composite namevar does seem to make sense here. For not finding them, could `list_instances_of` be omitting the namespace? Then they wouldn't match because the composite namevar is used for...

Could it be referring to a namespace that doesn't exist? I don't really have a lot of ideas.

Any way you could publish a release candidate? Looking at doing my own testing with this and a published version would make it easier.

I'm trying to model things behind an API as files that you can read and update. I was hoping that the way most editors worked when overwriting a file would...