Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 3 of 3 for Monitoring (1.01 sec)

  1. cluster/gce/gci/configure-helper.sh

        # The default latency is null which cannot be wrapped as a string so we must
        # do it here instead of the printf.
        latency="\"${latency}\""
      fi
    
      printf '[cloud.kubernetes.monitoring.proto.SerialportLog] {"cluster_hash":"%s","vm_instance_name":"%s","boot_id":"%s","timestamp":"%s","bootstrap_status":{"step_name":"%s","status":"%s","status_reason":"%s","latency":%s}}\n' \
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Mon Jun 10 22:07:47 UTC 2024
    - 141.1K bytes
    - Viewed (0)
  2. pkg/kubelet/kubelet.go

    	// the expected length between housekeeping periods, which explicitly refreshes
    	// the cache.
    	runtimeCacheRefreshPeriod = housekeepingPeriod + housekeepingWarningDuration
    
    	// Period for performing eviction monitoring.
    	// ensure this is kept in sync with internal cadvisor housekeeping.
    	evictionMonitoringPeriod = time.Second * 10
    
    	// The path in containers' filesystems where the hosts file is mounted.
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Jun 14 16:09:17 UTC 2024
    - 126.1K bytes
    - Viewed (0)
  3. pkg/controller/job/job_controller_test.go

    						},
    					},
    				},
    			},
    			pods: []v1.Pod{
    				{
    					Status: v1.PodStatus{
    						Phase: v1.PodFailed,
    						ContainerStatuses: []v1.ContainerStatus{
    							{
    								Name: "monitoring-container",
    								State: v1.ContainerState{
    									Terminated: &v1.ContainerStateTerminated{
    										ExitCode: 5,
    									},
    								},
    							},
    							{
    								Name: "main-container",
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue Jun 11 15:36:36 UTC 2024
    - 229.2K bytes
    - Viewed (0)
Back to top