Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for networksConfig (0.22 sec)

  1. pkg/kubelet/kuberuntime/kuberuntime_manager.go

    	// field of the config?
    	klog.InfoS("Updating runtime config through cri with podcidr", "CIDR", podCIDR)
    	return m.runtimeService.UpdateRuntimeConfig(ctx,
    		&runtimeapi.RuntimeConfig{
    			NetworkConfig: &runtimeapi.NetworkConfig{
    				PodCidr: podCIDR,
    			},
    		})
    }
    
    func (m *kubeGenericRuntimeManager) CheckpointContainer(ctx context.Context, options *runtimeapi.CheckpointContainerRequest) error {
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed May 22 02:01:31 UTC 2024
    - 64.7K bytes
    - Viewed (0)
Back to top