Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 4 of 4 for 876000h (0.13 sec)

  1. pkg/kubelet/cm/cpumanager/policy_static_test.go

    				},
    			},
    			stDefaultCPUSet: largeTopoSock1CPUSet.Union(cpuset.New(10, 34, 22, 47, 53, 173, 61, 181, 108, 228,
    				115, 235)),
    			pod:         makePod("fakePod", "fakeContainer5", "76000m", "76000m"),
    			expErr:      nil,
    			expCPUAlloc: true,
    			expCSet:     largeTopoSock1CPUSet.Union(cpuset.New(10, 34, 22, 47)),
    		},
    	}
    
    	// testcases for the default behaviour of the policy.
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Apr 24 18:25:29 UTC 2024
    - 40.8K bytes
    - Viewed (0)
  2. cmd/kubeadm/app/apis/kubeadm/types.go

    	// CertificateValidityPeriod specifies the validity period for a non-CA certificate generated by kubeadm.
    	// Default value: 8760h (365 days * 24 hours = 1 year)
    	CertificateValidityPeriod *metav1.Duration
    
    	// CACertificateValidityPeriod specifies the validity period for a CA certificate generated by kubeadm.
    	// Default value: 87600h (365 days * 24 hours * 10 = 10 years)
    	CACertificateValidityPeriod *metav1.Duration
    }
    
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri May 17 03:12:52 UTC 2024
    - 32.6K bytes
    - Viewed (0)
  3. cmd/kubeadm/app/apis/kubeadm/v1beta4/types.go

    	// Default value: 8760h (365 days * 24 hours = 1 year)
    	// +optional
    	CertificateValidityPeriod *metav1.Duration `json:"certificateValidityPeriod,omitempty"`
    
    	// CACertificateValidityPeriod specifies the validity period for a CA certificate generated by kubeadm.
    	// Default value: 87600h (365 days * 24 hours * 10 = 10 years)
    	// +optional
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri May 17 03:12:52 UTC 2024
    - 34.5K bytes
    - Viewed (0)
  4. cmd/kube-controller-manager/app/options/options_test.go

    	"--leader-elect-lease-duration=30s",
    	"--leader-elect-renew-deadline=15s",
    	"--leader-elect-resource-lock=configmap",
    	"--leader-elect-retry-period=5s",
    	"--legacy-service-account-token-clean-up-period=8760h",
    	"--master=192.168.4.20",
    	"--max-endpoints-per-slice=200",
    	"--min-resync-period=8h",
    	"--mirroring-concurrent-service-endpoint-syncs=2",
    	"--mirroring-max-endpoints-per-subset=1000",
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Mon May 27 02:59:09 UTC 2024
    - 55.1K bytes
    - Viewed (0)
Back to top