Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 4 of 4 for ContainerRuntimeEndpoint (0.31 sec)

  1. pkg/kubelet/apis/config/helpers_test.go

    		"TypeMeta.Kind",
    		"VolumeStatsAggPeriod.Duration",
    		"VolumePluginDir",
    		"ShutdownGracePeriod.Duration",
    		"ShutdownGracePeriodCriticalPods.Duration",
    		"MemoryThrottlingFactor",
    		"ContainerRuntimeEndpoint",
    		"ImageServiceEndpoint",
    		"Tracing.Endpoint",
    		"Tracing.SamplingRatePerMillion",
    		"LocalStorageCapacityIsolation",
    	)
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue Jun 04 06:25:43 UTC 2024
    - 10.2K bytes
    - Viewed (0)
  2. cmd/kubelet/app/server.go

    	}
    
    	if kubeDeps.CAdvisorInterface == nil {
    		imageFsInfoProvider := cadvisor.NewImageFsInfoProvider(s.ContainerRuntimeEndpoint)
    		kubeDeps.CAdvisorInterface, err = cadvisor.New(imageFsInfoProvider, s.RootDirectory, cgroupRoots, cadvisor.UsingLegacyCadvisorStats(s.ContainerRuntimeEndpoint), s.LocalStorageCapacityIsolation)
    		if err != nil {
    			return err
    		}
    	}
    
    	// Setup event recorder if required.
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Jun 07 00:05:34 UTC 2024
    - 53.9K bytes
    - Viewed (0)
  3. pkg/kubelet/kubelet.go

    	remoteImageEndpoint := kubeCfg.ImageServiceEndpoint
    	if remoteImageEndpoint == "" && kubeCfg.ContainerRuntimeEndpoint != "" {
    		remoteImageEndpoint = kubeCfg.ContainerRuntimeEndpoint
    	}
    	var err error
    
    	var tp trace.TracerProvider
    	if utilfeature.DefaultFeatureGate.Enabled(features.KubeletTracing) {
    		tp = kubeDeps.TracerProvider
    	}
    
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Jun 14 16:09:17 UTC 2024
    - 126.1K bytes
    - Viewed (1)
  4. pkg/generated/openapi/zz_generated.openapi.go

    							Type:        []string{"boolean"},
    							Format:      "",
    						},
    					},
    					"containerRuntimeEndpoint": {
    						SchemaProps: spec.SchemaProps{
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Jun 05 18:37:07 UTC 2024
    - 3M bytes
    - Viewed (0)
Back to top