Search Options

Results per page
Sort
Preferred Languages
Advance

Results 61 - 70 of 492 for kubetest (0.14 sec)

  1. pkg/kubelet/cm/container_manager_linux.go

    	cmutil "k8s.io/kubernetes/pkg/kubelet/cm/util"
    	"k8s.io/kubernetes/pkg/kubelet/config"
    	kubecontainer "k8s.io/kubernetes/pkg/kubelet/container"
    	"k8s.io/kubernetes/pkg/kubelet/events"
    	"k8s.io/kubernetes/pkg/kubelet/lifecycle"
    	"k8s.io/kubernetes/pkg/kubelet/pluginmanager/cache"
    	"k8s.io/kubernetes/pkg/kubelet/stats/pidlimit"
    	"k8s.io/kubernetes/pkg/kubelet/status"
    	"k8s.io/kubernetes/pkg/kubelet/userns/inuserns"
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue May 21 10:18:16 UTC 2024
    - 35.1K bytes
    - Viewed (0)
  2. cmd/kubeadm/app/cmd/upgrade/plan_test.go

    			expectedBytes: []byte(`Components that must be upgraded manually after you have upgraded the control plane with 'kubeadm upgrade apply':
    COMPONENT   NODE      CURRENT   TARGET
    kubelet     node1     v1.19.2   v1.19.3
    kubelet     node2     v1.19.3   v1.19.3
    kubelet     node3     v1.19.3   v1.19.3
    
    Upgrade to the latest version in the v1.19 series:
    
    COMPONENT                 NODE      CURRENT   TARGET
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Sun Mar 03 03:03:29 UTC 2024
    - 27.3K bytes
    - Viewed (0)
  3. cmd/kubeadm/app/phases/upgrade/compute_test.go

    }
    
    // KubeletVersions should return a map with a version and a list of node names that describes how many kubelets there are for that version
    func (f *fakeVersionGetter) KubeletVersions() (map[string][]string, error) {
    	if f.kubeletVersion == "" {
    		return nil, errors.New("get kubelet version failed")
    	}
    	return map[string][]string{
    		f.kubeletVersion: {"node1"},
    	}, nil
    }
    
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri May 31 08:39:51 UTC 2024
    - 34.1K bytes
    - Viewed (0)
  4. pkg/kubelet/types/pod_status_test.go

    		if !PodConditionByKubelet(tc) {
    			t.Errorf("Expect %q to be condition owned by kubelet.", tc)
    		}
    	}
    
    	falseCases := []v1.PodConditionType{
    		v1.PodConditionType("abcd"),
    		v1.PodConditionType(v1.PodReasonUnschedulable),
    	}
    
    	for _, tc := range falseCases {
    		if PodConditionByKubelet(tc) {
    			t.Errorf("Expect %q NOT to be condition owned by kubelet.", tc)
    		}
    	}
    }
    
    func TestPodConditionSharedByKubelet(t *testing.T) {
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Apr 24 18:25:29 UTC 2024
    - 2.2K bytes
    - Viewed (0)
  5. cmd/kubeadm/app/cmd/phases/reset/cleanupnode.go

    			if err := initSystem.ServiceStop("kubelet"); err != nil {
    				klog.Warningf("[reset] The kubelet service could not be stopped by kubeadm: [%v]\n", err)
    				klog.Warningln("[reset] Please ensure kubelet is stopped manually")
    			}
    		} else {
    			fmt.Println("[reset] Would stop the kubelet service")
    		}
    	}
    
    	if !r.DryRun() {
    		// In case KubeletRunDirectory holds a symbolic link, evaluate it.
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed May 29 06:58:01 UTC 2024
    - 7.1K bytes
    - Viewed (0)
  6. pkg/kubelet/metrics/metrics.go

    	utilfeature "k8s.io/apiserver/pkg/util/feature"
    	"k8s.io/kubernetes/pkg/features"
    )
    
    // This const block defines the metric names for the kubelet metrics.
    const (
    	FirstNetworkPodStartSLIDurationKey = "first_network_pod_start_sli_duration_seconds"
    	KubeletSubsystem                   = "kubelet"
    	NodeNameKey                        = "node_name"
    	NodeLabelKey                       = "node"
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu Feb 22 15:13:25 UTC 2024
    - 45.6K bytes
    - Viewed (0)
  7. pkg/kubelet/volumemanager/cache/desired_state_of_wold_selinux_metrics.go

    	seLinuxContainerContextErrors = compbasemetrics.NewGaugeVec(
    		&compbasemetrics.GaugeOpts{
    			Name:           "volume_manager_selinux_container_errors_total",
    			Help:           "Number of errors when kubelet cannot compute SELinux context for a container. Kubelet can't start such a Pod then and it will retry, therefore value of this metric may not represent the actual nr. of containers.",
    			StabilityLevel: compbasemetrics.ALPHA,
    		},
    		[]string{"access_mode"},
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Mon Mar 04 12:16:56 UTC 2024
    - 4.6K bytes
    - Viewed (0)
  8. cmd/kubeadm/app/cmd/phases/init/waitcontrolplane.go

    		{{ .Error }}
    
    	This error is likely caused by:
    		- The kubelet is not running
    		- The kubelet is unhealthy due to a misconfiguration of the node in some way (required cgroups disabled)
    
    	If you are on a systemd-powered system, you can try to troubleshoot the error with the following commands:
    		- 'systemctl status kubelet'
    		- 'journalctl -xeu kubelet'
    
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Sat Jun 01 07:10:31 UTC 2024
    - 5K bytes
    - Viewed (0)
  9. cluster/gce/config-common.sh

    # Path for kubelet config file on Windows nodes.
    export WINDOWS_KUBELET_CONFIG_FILE="${WINDOWS_K8S_DIR}\kubelet-config.yaml"
    # Path for kubeconfig file on Windows nodes.
    export WINDOWS_KUBECONFIG_FILE="${WINDOWS_K8S_DIR}\kubelet.kubeconfig"
    # Path for bootstrap kubeconfig file on Windows nodes.
    export WINDOWS_BOOTSTRAP_KUBECONFIG_FILE="${WINDOWS_K8S_DIR}\kubelet.bootstrap-kubeconfig"
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed May 29 20:06:08 UTC 2024
    - 6.9K bytes
    - Viewed (0)
  10. api/api-rules/violation_exceptions.list

    API rule violation: list_type_missing,k8s.io/kubelet/config/v1,CredentialProvider,Args
    API rule violation: list_type_missing,k8s.io/kubelet/config/v1,CredentialProvider,Env
    API rule violation: list_type_missing,k8s.io/kubelet/config/v1,CredentialProvider,MatchImages
    API rule violation: list_type_missing,k8s.io/kubelet/config/v1,CredentialProviderConfig,Providers
    API rule violation: list_type_missing,k8s.io/kubelet/config/v1alpha1,CredentialProvider,Args
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Mon May 27 02:59:09 UTC 2024
    - 29.9K bytes
    - Viewed (0)
Back to top