Robert Krawitz

Results 35 comments of Robert Krawitz

@makoscafee The k/website PR is https://github.com/kubernetes/website/pull/14268

The PR for this is https://github.com/kubernetes/kubernetes/pull/66928

On 4/29/20 10:57 AM, Harsha Narayana wrote: > Hey there @RobertKrawitz , 1.19 Enhancements shadow here. I wanted to check in and see if you think this Enhancement will be...

xref https://github.com/distributed-system-analysis/pbench/issues/2368

I'm using a session ID since I'm grabbing images from private and nonpublic albums. The difference in performance is sufficient that it might be worth trying this optimization and falling...

To clarify, I'm using a session ID but not an explicit apikey. My particular use case is downloading one of my own private albums that's automatically populated by my phone...

> @RobertKrawitz, You right, fix it with the following code: > > ``` > # Check if the image exists > if [[ "$(sudo podman images -q ${QUAY_BENCHMARK_RUNNER_REPOSITORY} 2> /dev/null)"...

> I want to remove the image and not only the running container, thats the reason I must use rmi and not rm Agreed, but when you do `podman rm`...

It's important to determine why ssh fails if this happens. It may be due to the VM not coming up, but it could be due to other network issues or...