You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
What happened:
Failed to deploy pod which uses a large image, image pulling is always timeout.
What you expected to happen:
Successfully deploy the pod
How to reproduce it (as minimally and precisely as possible):
I have a pod uses a large container image(>7GB, based on windoze/fasttext), and the deployment was almost always fail because it exceeded the image pulling deadline.
According to the K8S document I need to change --runtime-request-timeout parameter for kubelet service, but I didn't find anywhere to change it in AKS.
Anything else we need to know?:
Environment:
Kubernetes version (use kubectl version):
Size of cluster (how many worker nodes are in the cluster?)
General description of workloads in the cluster (e.g. HTTP microservices, Java app, Ruby on Rails, machine learning, etc.)
Others:
The text was updated successfully, but these errors were encountered:
What happened:
Failed to deploy pod which uses a large image, image pulling is always timeout.
What you expected to happen:
Successfully deploy the pod
How to reproduce it (as minimally and precisely as possible):
I have a pod uses a large container image(>7GB, based on windoze/fasttext), and the deployment was almost always fail because it exceeded the image pulling deadline.
According to the K8S document I need to change
--runtime-request-timeout
parameter forkubelet
service, but I didn't find anywhere to change it in AKS.Anything else we need to know?:
Environment:
kubectl version
):The text was updated successfully, but these errors were encountered: