Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 4 of 4 for lives (0.06 sec)

  1. pkg/kubelet/kuberuntime/kuberuntime_container.go

    	}
    	return "", fallbackToLogs
    }
    
    // readLastStringFromContainerLogs attempts to read up to the max log length from the end of the CRI log represented
    // by path. It reads up to max log lines.
    func (m *kubeGenericRuntimeManager) readLastStringFromContainerLogs(path string) string {
    	value := int64(kubecontainer.MaxContainerTerminationMessageLogLines)
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue Jun 04 06:25:43 UTC 2024
    - 54.7K bytes
    - Viewed (0)
  2. pkg/proxy/nftables/proxier.go

    	)
    
    	// The part of name before the "__" can be up to 205 characters (as with
    	// servicePortChainNameBase above). An IPv6 address can be up to 39 characters, and
    	// a port can be up to 5 digits, plus 3 punctuation characters gives a max total
    	// length of 252, well over chainNameBaseLengthMax (240), so truncation is
    	// theoretically possible (though incredibly unlikely).
    	return hashAndTruncate(name)
    }
    
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Sat Jun 08 13:48:54 UTC 2024
    - 55.5K bytes
    - Viewed (0)
  3. staging/src/k8s.io/apiserver/pkg/storage/cacher/cacher_whitebox_test.go

    	//    up these events from the channel, after consuming the whole time
    	//    budget (defaulted to 100ms) on waiting, we will simply close the watch,
    	//    which will cause the test failure
    	// Using fakeTimeBudget gives us always a budget to wait and have a test
    	// pick up something from ResultCh in the meantime.
    	//
    	// The same can potentially happen in production, but in that case a watch
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Jun 12 10:12:02 UTC 2024
    - 82.9K bytes
    - Viewed (0)
  4. cmd/kubelet/app/server.go

    		legacyregistry.RawMustRegister(metrics.NewGaugeFunc(
    			&metrics.GaugeOpts{
    				Subsystem: kubeletmetrics.KubeletSubsystem,
    				Name:      "certificate_manager_client_ttl_seconds",
    				Help: "Gauge of the TTL (time-to-live) of the Kubelet's client certificate. " +
    					"The value is in seconds until certificate expiry (negative if already expired). " +
    					"If client certificate is invalid or unused, the value will be +INF.",
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Jun 07 00:05:34 UTC 2024
    - 53.9K bytes
    - Viewed (0)
Back to top