Eric Satterwhite
Eric Satterwhite
already an open issue here #268
No, nothing that complex. I only need to stay connected to the current primary. I'm new to lua/resty and how it manages connections / pools is a bit confusing to...
So this snippet I've got here is basically it? Maybe just a little more / smarter error handling? Do I need to explicitly close a connection if `set_keepalive` errors?
is a function call returning an error the only way to know that something is off with the connection? or are there any state properties once can introspect?
@pintsized is it safe to use the pool settings when using sentinel? It looks like to me if the pool name is set it will use the same values when...
Our build process generates a dynamic image tag and renders kubernetes manifests that are loaded into kuttl for testing. Not able to load that image directly in to kind using...
@kensipe does this answer your question?
Actually, I think I figured this out. you can specify the image name w/o a tag, And that generally works fine. ```yaml kindConfig: kuttl-kind.yaml artifactsDir: coverage kindContainers: - a-local-image -...
Confirmed, problem exists on `1.21`, fine on `1.20`
Is this still in progress. Would love to get this feature landed