Search Options

Results per page
Sort
Preferred Languages
Advance

Results 31 - 32 of 32 for relu (0.03 sec)

  1. pkg/kubelet/kubelet_node_status.go

    	node := originalNode.DeepCopy()
    
    	podCIDRChanged := false
    	if len(node.Spec.PodCIDRs) != 0 {
    		// Pod CIDR could have been updated before, so we cannot rely on
    		// node.Spec.PodCIDR being non-empty. We also need to know if pod CIDR is
    		// actually changed.
    		var err error
    		podCIDRs := strings.Join(node.Spec.PodCIDRs, ",")
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue Jun 04 06:25:43 UTC 2024
    - 31.1K bytes
    - Viewed (0)
  2. pkg/volume/util/util.go

    // In its current form, this function can only reliably say for which volumes it's definitely forbidden. If it returns
    // false, it is not guaranteed that multi-attach is actually supported by the volume type and we must rely on the
    // attacher to fail fast in such cases.
    // Please see https://github.com/kubernetes/kubernetes/issues/40669 and https://github.com/kubernetes/kubernetes/pull/40148#discussion_r98055047
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri May 31 12:32:15 UTC 2024
    - 28.8K bytes
    - Viewed (0)
Back to top