• Kubernetes Submit Queue's avatar
    Merge pull request #34276 from freehan/cri-runtime-config · d7c0eb32
    Kubernetes Submit Queue authored
    Automatic merge from submit-queue
    
    add UpdateRuntimeConfig interface
    
    Expose UpdateRuntimeConfig interface in RuntimeService for kubelet to pass a set of configurations to runtime. Currently it only takes PodCIDR.
    
    The use case is for kubelet to pass configs to runtime. Kubelet holds some config/information which runtime does not have, such as PodCIDR. I expect some of kubelet configurations will gradually move to runtime, but I believe cases like PodCIDR, which dynamically assigned by k8s master, need to stay for a while.
    d7c0eb32
Name
Last commit
Last update
..
.gitattributes Loading commit data...
exceptions.txt Loading commit data...
excluded-flags.txt Loading commit data...
known-flags.txt Loading commit data...