Search Options

Results per page
Sort
Preferred Languages
Advance

Results 51 - 60 of 82 for Pid (0.02 sec)

  1. cmd/kubelet/app/options/options.go

    	fs.Var(cliflag.NewMapStringString(&c.SystemReserved), "system-reserved", "A set of ResourceName=ResourceQuantity (e.g. cpu=200m,memory=500Mi,ephemeral-storage=1Gi,pid=1000) pairs that describe resources reserved for non-kubernetes components. Currently only cpu, memory, pid and local ephemeral storage for root file system are supported. See https://kubernetes.io/docs/concepts/configuration/manage-resources-containers/ for more detail. [default=none]")
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu Apr 18 07:00:05 UTC 2024
    - 41.6K bytes
    - Viewed (0)
  2. pkg/kubelet/nodestatus/setters.go

    		// condition.Status != v1.ConditionFalse in the conditions below depending on whether
    		// the kubelet is under PID pressure or not.
    		if pressureFunc() {
    			if condition.Status != v1.ConditionTrue {
    				condition.Status = v1.ConditionTrue
    				condition.Reason = "KubeletHasInsufficientPID"
    				condition.Message = "kubelet has insufficient PID available"
    				condition.LastTransitionTime = currentTime
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu Apr 25 12:12:04 UTC 2024
    - 30.5K bytes
    - Viewed (0)
  3. staging/src/k8s.io/apimachinery/pkg/util/managedfields/node.yaml

        reason: KubeletHasNoDiskPressure
        status: "False"
        type: DiskPressure
      - lastHeartbeatTime: "2019-09-20T19:32:50Z"
        lastTransitionTime: "2019-07-09T16:17:29Z"
        message: kubelet has sufficient PID available
        reason: KubeletHasSufficientPID
        status: "False"
        type: PIDPressure
      - lastHeartbeatTime: "2019-09-20T19:32:50Z"
        lastTransitionTime: "2019-07-09T16:17:49Z"
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue Mar 05 20:22:50 UTC 2024
    - 10.8K bytes
    - Viewed (0)
  4. staging/src/k8s.io/apiserver/pkg/endpoints/handlers/fieldmanager/node.yaml

        reason: KubeletHasNoDiskPressure
        status: "False"
        type: DiskPressure
      - lastHeartbeatTime: "2019-09-20T19:32:50Z"
        lastTransitionTime: "2019-07-09T16:17:29Z"
        message: kubelet has sufficient PID available
        reason: KubeletHasSufficientPID
        status: "False"
        type: PIDPressure
      - lastHeartbeatTime: "2019-09-20T19:32:50Z"
        lastTransitionTime: "2019-07-09T16:17:49Z"
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue Mar 05 20:22:50 UTC 2024
    - 10.8K bytes
    - Viewed (0)
  5. platforms/ide/tooling-api/src/testFixtures/groovy/org/gradle/integtests/tooling/fixture/ToolingApi.groovy

            }
            if (requireIsolatedDaemons) {
                try {
                    getDaemons().killAll()
                } catch (RuntimeException ex) {
                    //TODO once we figured out why pid from logfile can be null we should remove this again
                    LOGGER.warn("Unable to kill daemon(s)", ex)
                }
            }
            if (gradleUserHomeDir != context.gradleUserHomeDir) {
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Tue May 14 10:07:23 UTC 2024
    - 12K bytes
    - Viewed (0)
  6. platforms/core-execution/persistent-cache/src/integTest/groovy/org/gradle/cache/internal/DefaultFileLockManagerContentionIntegrationTest.groovy

                    return addressFactory.communicationAddresses
                }
            })
            def fileLockManager = new DefaultFileLockManager(new ProcessMetaDataProvider() {
                String getProcessIdentifier() { return "pid" }
                String getProcessDisplayName() { return "process" }
            }, receivingFileLockContentionHandler)
            receivingSocket = receivingFileLockContentionHandler.communicator.socket
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Tue Jun 11 09:51:15 UTC 2024
    - 15.1K bytes
    - Viewed (0)
  7. src/cmd/vendor/golang.org/x/sys/unix/ztypes_linux_ppc.go

    	Off    int64
    	Reclen uint16
    	Type   uint8
    	Name   [256]uint8
    	_      [5]byte
    }
    
    type Flock_t struct {
    	Type   int16
    	Whence int16
    	_      [4]byte
    	Start  int64
    	Len    int64
    	Pid    int32
    	_      [4]byte
    }
    
    type DmNameList struct {
    	Dev  uint64
    	Next uint32
    	Name [0]byte
    	_    [4]byte
    }
    
    const (
    	FADV_DONTNEED = 0x4
    	FADV_NOREUSE  = 0x5
    )
    
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed May 08 16:12:58 UTC 2024
    - 12.4K bytes
    - Viewed (0)
  8. src/cmd/vendor/golang.org/x/sys/unix/ztypes_linux_ppc64.go

    	Ino    uint64
    	Off    int64
    	Reclen uint16
    	Type   uint8
    	Name   [256]uint8
    	_      [5]byte
    }
    
    type Flock_t struct {
    	Type   int16
    	Whence int16
    	Start  int64
    	Len    int64
    	Pid    int32
    	_      [4]byte
    }
    
    type DmNameList struct {
    	Dev  uint64
    	Next uint32
    	Name [0]byte
    	_    [4]byte
    }
    
    const (
    	FADV_DONTNEED = 0x4
    	FADV_NOREUSE  = 0x5
    )
    
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed May 08 16:12:58 UTC 2024
    - 12.3K bytes
    - Viewed (0)
  9. src/cmd/vendor/golang.org/x/sys/unix/ztypes_linux_riscv64.go

    	Ino    uint64
    	Off    int64
    	Reclen uint16
    	Type   uint8
    	Name   [256]uint8
    	_      [5]byte
    }
    
    type Flock_t struct {
    	Type   int16
    	Whence int16
    	Start  int64
    	Len    int64
    	Pid    int32
    	_      [4]byte
    }
    
    type DmNameList struct {
    	Dev  uint64
    	Next uint32
    	Name [0]byte
    	_    [4]byte
    }
    
    const (
    	FADV_DONTNEED = 0x4
    	FADV_NOREUSE  = 0x5
    )
    
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed May 08 16:12:58 UTC 2024
    - 13.3K bytes
    - Viewed (0)
  10. src/cmd/vendor/golang.org/x/sys/unix/ztypes_linux_arm.go

    	Off    int64
    	Reclen uint16
    	Type   uint8
    	Name   [256]uint8
    	_      [5]byte
    }
    
    type Flock_t struct {
    	Type   int16
    	Whence int16
    	_      [4]byte
    	Start  int64
    	Len    int64
    	Pid    int32
    	_      [4]byte
    }
    
    type DmNameList struct {
    	Dev  uint64
    	Next uint32
    	Name [0]byte
    	_    [4]byte
    }
    
    const (
    	FADV_DONTNEED = 0x4
    	FADV_NOREUSE  = 0x5
    )
    
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed May 08 16:12:58 UTC 2024
    - 12.2K bytes
    - Viewed (0)
Back to top