Search Options

Results per page
Sort
Preferred Languages
Advance

Results 11 - 12 of 12 for containerLogMaxFiles (0.26 sec)

  1. pkg/kubelet/kubelet.go

    	// setup containerLogManager for CRI container runtime
    	containerLogManager, err := logs.NewContainerLogManager(
    		klet.runtimeService,
    		kubeDeps.OSInterface,
    		kubeCfg.ContainerLogMaxSize,
    		int(kubeCfg.ContainerLogMaxFiles),
    		int(kubeCfg.ContainerLogMaxWorkers),
    		kubeCfg.ContainerLogMonitorInterval,
    	)
    	if err != nil {
    		return nil, fmt.Errorf("failed to initialize container log manager: %v", err)
    	}
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Jun 14 16:09:17 UTC 2024
    - 126.1K bytes
    - Viewed (0)
  2. pkg/generated/openapi/zz_generated.openapi.go

    							Type:        []string{"string"},
    							Format:      "",
    						},
    					},
    					"containerLogMaxFiles": {
    						SchemaProps: spec.SchemaProps{
    							Description: "containerLogMaxFiles specifies the maximum number of container log files that can be present for a container. Default: 5",
    							Type:        []string{"integer"},
    							Format:      "int32",
    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