Search Options

Results per page
Sort
Preferred Languages
Advance

Results 11 - 20 of 23 for kubelet_ (0.28 sec)

  1. CHANGELOG/CHANGELOG-1.29.md

    - `kubeadm`: will now allow deploying a kubelet that is 3 versions older than the version of `kubeadm` (N-3). This aligns with the recent change made by SIG Architecture that extends the support skew between the control plane and kubelets. Tolerate this new kubelet skew for the commands `init`, `join` and `upgrade`. Note that if the `kubeadm` user applies a control plane version that is older than the...
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Jun 12 03:42:38 UTC 2024
    - 324.5K bytes
    - Viewed (0)
  2. CHANGELOG/CHANGELOG-1.28.md

    **Affected Versions**:
      - kubelet <= v1.28.0
      - kubelet <= v1.27.4
      - kubelet <= v1.26.7
      - kubelet <= v1.25.12
      - kubelet <= v1.24.16
    
    **Fixed Versions**:
      - kubelet v1.28.1
      - kubelet v1.27.5
      - kubelet v1.26.8
      - kubelet v1.25.13
      - kubelet v1.24.17
    
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue Jun 11 23:47:59 UTC 2024
    - 408.3K bytes
    - Viewed (0)
  3. go.mod

    	k8s.io/kube-proxy => ./staging/src/k8s.io/kube-proxy
    	k8s.io/kube-scheduler => ./staging/src/k8s.io/kube-scheduler
    	k8s.io/kubectl => ./staging/src/k8s.io/kubectl
    	k8s.io/kubelet => ./staging/src/k8s.io/kubelet
    	k8s.io/metrics => ./staging/src/k8s.io/metrics
    	k8s.io/mount-utils => ./staging/src/k8s.io/mount-utils
    	k8s.io/pod-security-admission => ./staging/src/k8s.io/pod-security-admission
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Jun 12 21:47:11 UTC 2024
    - 11.8K bytes
    - Viewed (0)
  4. tests/integration/telemetry/api/dashboard_test.go

    			// In default install, we have no proxy
    			"istio-proxy",
    			// We do not simulate validation failed
    			"galley_validation_failed",
    			// cAdvisor does not expose this metrics, and we don't have kubelet in kind
    			"container_fs_usage_bytes",
    			// flakes: https://github.com/istio/istio/issues/29871
    			"container_memory_working_set_bytes",
    			"container_cpu_usage_seconds_total",
    		},
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Wed Jun 12 20:46:28 UTC 2024
    - 11.4K bytes
    - Viewed (0)
  5. pkg/printers/internalversion/printers_test.go

    			expected: []metav1.TableRow{{Cells: []interface{}{"2d", "Warning", "Event Reason", "deployment/Deployment Name", "spec.containers{foo}", "kubelet, Node1", "Message Data", "3d", int64(6), "event2"}}},
    		},
    		// Basic event, w/o FirstTimestamp set
    		{
    			event: api.Event{
    				Source: api.EventSource{
    					Component: "kubelet",
    					Host:      "Node1",
    				},
    				InvolvedObject: api.ObjectReference{
    					Kind:      "Deployment",
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue Jun 11 14:04:15 UTC 2024
    - 218.6K bytes
    - Viewed (0)
  6. pkg/scheduler/framework/plugins/noderesources/fit.go

    		// Scheduler will calculate resources usage for a Pod containing
    		// restartable init containers that will be equal or more than kubelet will
    		// require to run the Pod. So there will be no overbooking. However, to
    		// avoid the inconsistency in resource calculation between the scheduler
    		// and the older (before v1.28) kubelet, make the Pod unschedulable.
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Jun 12 13:26:09 UTC 2024
    - 20.2K bytes
    - Viewed (0)
  7. hack/unwanted-dependencies.json

            "k8s.io/apiserver",
            "k8s.io/client-go",
            "k8s.io/code-generator",
            "k8s.io/cri-api",
            "k8s.io/kms",
            "k8s.io/kube-aggregator",
            "k8s.io/kubelet",
            "k8s.io/kubernetes",
            "k8s.io/metrics"
          ],
          "github.com/google/gofuzz": [
            "github.com/json-iterator/go",
            "k8s.io/apiextensions-apiserver",
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu Jun 13 12:31:38 UTC 2024
    - 9.8K bytes
    - Viewed (0)
  8. cni/pkg/plugin/plugin.go

    	loggingOptions := log.DefaultOptions()
    	loggingOptions.OutputPaths = []string{"stderr"}
    	loggingOptions.JSONEncoding = true
    	if cfg != nil {
    		// Tee all logs to UDS. Stdout will go to kubelet (hard to access, UDS will be read by the CNI DaemonSet and exposed
    		// by normal `kubectl logs`
    		if cfg.LogUDSAddress != "" {
    			loggingOptions.WithTeeToUDS(cfg.LogUDSAddress, constants.UDSLogPath)
    		}
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Wed Jun 12 16:26:35 UTC 2024
    - 10.7K bytes
    - Viewed (0)
  9. pkg/security/security.go

    // Both are critical.
    var (
    	// Require3PToken disables the use of K8S 1P tokens. Note that 1P tokens can be used to request
    	// 3P TOKENS. A 1P token is the token automatically mounted by Kubelet and used for authentication with
    	// the Apiserver.
    	Require3PToken = env.Register("REQUIRE_3P_TOKEN", false,
    		"Reject k8s default tokens, without audience. If false, default K8S token will be accepted")
    
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Thu Jun 13 17:48:28 UTC 2024
    - 19.1K bytes
    - Viewed (0)
  10. pkg/kubelet/kuberuntime/kuberuntime_manager_test.go

    	podutil "k8s.io/kubernetes/pkg/api/v1/pod"
    	"k8s.io/kubernetes/pkg/credentialprovider"
    	"k8s.io/kubernetes/pkg/features"
    	kubecontainer "k8s.io/kubernetes/pkg/kubelet/container"
    	containertest "k8s.io/kubernetes/pkg/kubelet/container/testing"
    	proberesults "k8s.io/kubernetes/pkg/kubelet/prober/results"
    )
    
    var (
    	fakeCreatedAt                int64 = 1
    	containerRestartPolicyAlways       = v1.ContainerRestartPolicyAlways
    )
    
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Jun 14 16:09:17 UTC 2024
    - 96K bytes
    - Viewed (0)
Back to top