Search Options

Results per page
Sort
Preferred Languages
Advance

Results 91 - 100 of 431 for container1 (0.18 sec)

  1. pkg/registry/apps/statefulset/strategy_test.go

    			ObjectMeta: metav1.ObjectMeta{
    				Labels: validSelector,
    			},
    			Spec: api.PodSpec{
    				RestartPolicy: api.RestartPolicyAlways,
    				DNSPolicy:     api.DNSClusterFirst,
    				Containers:    []api.Container{{Name: "abc", Image: "image", ImagePullPolicy: "IfNotPresent"}},
    			},
    		},
    	}
    	ps := &apps.StatefulSet{
    		ObjectMeta: metav1.ObjectMeta{Name: "abc", Namespace: metav1.NamespaceDefault},
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Apr 24 18:25:29 UTC 2024
    - 22.1K bytes
    - Viewed (0)
  2. pkg/volume/emptydir/empty_dir.go

    		if err != nil {
    			return "", err
    		}
    	}
    
    	// In some rare cases init containers can also consume Huge pages
    	for _, container := range append(pod.Spec.Containers, pod.Spec.InitContainers...) {
    		// We can take request because limit and requests must match.
    		for requestName := range container.Resources.Requests {
    			if !v1helper.IsHugePageResourceName(requestName) {
    				continue
    			}
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue May 21 10:18:16 UTC 2024
    - 19K bytes
    - Viewed (0)
  3. pkg/api/pod/warnings.go

    		}
    		return true
    	})
    
    	type portBlock struct {
    		field *field.Path
    		port  api.ContainerPort
    	}
    
    	// Accumulate ports across all containers
    	allPorts := map[string][]portBlock{}
    	pods.VisitContainersWithPath(podSpec, fieldPath.Child("spec"), func(c *api.Container, fldPath *field.Path) bool {
    		for i, port := range c.Ports {
    			if port.HostIP != "" && port.HostPort == 0 {
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu Mar 07 17:51:48 UTC 2024
    - 16.6K bytes
    - Viewed (0)
  4. cluster/gce/config-default.sh

    export KUBELET_TEST_ARGS=${KUBE_KUBELET_EXTRA_ARGS:-}
    
    export CONTAINER_RUNTIME_ENDPOINT=${KUBE_CONTAINER_RUNTIME_ENDPOINT:-unix:///run/containerd/containerd.sock}
    export CONTAINER_RUNTIME_NAME=${KUBE_CONTAINER_RUNTIME_NAME:-containerd}
    export LOG_DUMP_SYSTEMD_SERVICES=${LOG_DUMP_SYSTEMD_SERVICES:-containerd}
    export LOAD_IMAGE_COMMAND=${KUBE_LOAD_IMAGE_COMMAND:-ctr -n=k8s.io images import}
    
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Sat Mar 16 20:16:32 UTC 2024
    - 26.9K bytes
    - Viewed (0)
  5. testing/performance/src/templates/native-dependents-resources/googleTest/libs/googleTest/1.7.0/include/gtest/gtest-printers.h

    //
    // The print primitives print the elements of an STL-style container
    // using the compiler-inferred type of *iter where iter is a
    // const_iterator of the container.  When const_iterator is an input
    // iterator but not a forward iterator, this inferred type may not
    // match value_type, and the print output may be incorrect.  In
    // practice, this is rarely a problem as for most containers
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Thu Apr 04 07:21:38 UTC 2024
    - 30.9K bytes
    - Viewed (0)
  6. pkg/kubelet/cm/qos_container_manager_linux.go

    	cm := m.cgroupManager
    	rootContainer := m.cgroupRoot
    
    	if err := cm.Validate(rootContainer); err != nil {
    		return fmt.Errorf("error validating root container %v : %w", rootContainer, err)
    	}
    
    	// Top level for Qos containers are created only for Burstable
    	// and Best Effort classes
    	qosClasses := map[v1.PodQOSClass]CgroupName{
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue Jun 11 20:42:59 UTC 2024
    - 13.3K bytes
    - Viewed (0)
  7. pkg/kubelet/volumemanager/populator/desired_state_of_world_populator.go

    		// it immediately from volume manager. Instead, check the kubelet
    		// pod state provider to verify that all containers in the pod have been
    		// terminated.
    		if !dswp.podStateProvider.ShouldPodRuntimeBeRemoved(volumeToMount.Pod.UID) {
    			klog.V(4).InfoS("Pod still has one or more containers in the non-exited state and will not be removed from desired state", "pod", klog.KObj(volumeToMount.Pod))
    			continue
    		}
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Sat May 11 09:02:45 UTC 2024
    - 23.8K bytes
    - Viewed (0)
  8. staging/src/k8s.io/apiserver/pkg/endpoints/handlers/fieldmanager/node.yaml

        ephemeral-storage: 202086868Ki
        hugepages-2Mi: "0"
        memory: 15399364Ki
        pods: "110"
      conditions:
      - lastHeartbeatTime: "2019-09-20T19:32:08Z"
        lastTransitionTime: "2019-07-09T16:22:08Z"
        message: containerd is functioning properly
        reason: FrequentContainerdRestart
        status: "False"
        type: FrequentContainerdRestart
      - lastHeartbeatTime: "2019-09-20T19:32:08Z"
        lastTransitionTime: "2019-07-09T16:22:06Z"
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue Mar 05 20:22:50 UTC 2024
    - 10.8K bytes
    - Viewed (0)
  9. staging/src/k8s.io/apimachinery/pkg/util/managedfields/node.yaml

        ephemeral-storage: 202086868Ki
        hugepages-2Mi: "0"
        memory: 15399364Ki
        pods: "110"
      conditions:
      - lastHeartbeatTime: "2019-09-20T19:32:08Z"
        lastTransitionTime: "2019-07-09T16:22:08Z"
        message: containerd is functioning properly
        reason: FrequentContainerdRestart
        status: "False"
        type: FrequentContainerdRestart
      - lastHeartbeatTime: "2019-09-20T19:32:08Z"
        lastTransitionTime: "2019-07-09T16:22:06Z"
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue Mar 05 20:22:50 UTC 2024
    - 10.8K bytes
    - Viewed (0)
  10. subprojects/core/src/test/groovy/org/gradle/api/internal/plugins/DefaultPluginContainerTest.groovy

            when:
            def plugin = container.apply(plugin1Class)
    
            then:
            plugin.is(container.apply("plugin"))
            plugin.is(container.apply(plugin1Class))
    
            plugin.is(container.findPlugin(plugin1Class))
            plugin.is(container.findPlugin("plugin"))
    
            !container.findPlugin(UnknownPlugin)
            !container.findPlugin("unknown")
    
            container.hasPlugin("plugin")
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Mon May 13 21:54:27 UTC 2024
    - 10.4K bytes
    - Viewed (0)
Back to top