Closed alexp-openai closed 4 months ago
Thanks for reporting this, I'm taking a look on our side --
It's interesting that there is a slash in front of "http" for the docker image url.
Did some digging and that appears to be normal.
Hello, @alexp-openai I tried to repro earlier today but was unable to get the same error. I tried using both the latest jupyter/datascience-notebook from docker and the latest from quay.io but was not able to repro. I do notice that the image in question I converted is not identical to the one you have converted by looking at acr logs so there may be something further in there. Would you be able to provide us with a more specific image (using a fixed tag or digest) that you are aware fails for us to verify with? We are committed to making sure the service is reliable for all workloads.
As a side note we are in the process of rolling out a new version of the underlying service responsible for conversion so I would suggest trying again in the next couple of days as that rolls out to verify if any of the fixes there affect your scenario. Beyond that I will continue to try reproducing and understanding what may have gone wrong.
So, this was a first public image that I have tried. I just pulled it from public docker hub last week. I can try with another one a bit later. Also maybe there is something wrong with my cluster setup. This AKS cluster was set up last week as well, so versions should be new.
If you have some suggestions on how to troubleshoot it further, feel free to share.
@alexp-openai If you debug the node w/ kubectl debug nodes/<node-name> -it --image bash
(you'll need to do chroot /host
when that connects) there are some logs you can collect,
1) overlaybd logs -
journalctl -u overlaybd-snapshotter
3) containerd logs journalctl -u containerd
4) dmesg
5) acr-mirror logs journalctl -u acr-mirror
Hi @alexp-openai just wanted to check in. Have you continued to encounter the issue? Is there any more info you would like us to take a look at? It might be best to follow up with a support ticket.
Closing since the issue has been open for three weeks with no further input. Please let us know if we can provide further assistance in a support ticket https://azure.microsoft.com/en-us/support/create-ticket/
Describe the bug I'm evaluating ACR streaming preview, and hit a problem where my container cannot start when streaming is enabled.
kubelet is repeatedly logging errors like that:
It's interesting that there is a slash in front of "http" for the docker image url.
To Reproduce Steps to reproduce the behavior:
Expected behavior Container should start
Screenshots If applicable, add screenshots to help explain your problem.
Any relevant environment information
AKS cluster was deployed a few days ago and is on the latest version for the control plane and node pool.
Additional context Add any other context about the problem here.
If any information is a concern to post here, you can create a support ticket or send an email to acrsup@microsoft.com.