Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Introduce image service proxy under cri scenario #168

Merged
merged 1 commit into from
May 24, 2022

Commits on May 24, 2022

  1. Introduce image service proxy under cri scenario

    for kubelet, when --image-service-endpoint is not set, kubelet would use
    the runtime socket as the image-service endpoint.
    
    under kubelet using runtime-manager as remote runtime and image-service not configured scenario :
    	kubelet xx --container-runtime-endpoint=/var/run/runtime-manager/runtimemanager.sock
    runtime-manager should implement image service proxy, otherwise there would be image related errors
    as no image-service exists.
    
    runtime-manager just forwards image request to backend containerd tranparently.
    
    Signed-off-by: honpey <honpey@gmail.com>
    honpey committed May 24, 2022
    Configuration menu
    Copy the full SHA
    a757cb8 View commit details
    Browse the repository at this point in the history