Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 10 of 88 for pdkill (0.21 sec)

  1. hack/local-up-cluster.sh

      if [[ -n "${KUBELET_PID-}" ]] && ! sudo kill -0 "${KUBELET_PID}" 2>/dev/null; then
        warning_log "kubelet terminated unexpectedly, see ${KUBELET_LOG}"
        KUBELET_PID=
      fi
    
      if [[ -n "${PROXY_PID-}" ]] && ! sudo kill -0 "${PROXY_PID}" 2>/dev/null; then
        warning_log "kube-proxy terminated unexpectedly, see ${PROXY_LOG}"
        PROXY_PID=
      fi
    
      if [[ -n "${SCHEDULER_PID-}" ]] && ! sudo kill -0 "${SCHEDULER_PID}" 2>/dev/null; then
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Sat May 25 02:33:52 UTC 2024
    - 53.3K bytes
    - Viewed (0)
  2. pkg/kubelet/kuberuntime/kuberuntime_manager_test.go

    		{name: containers[1].Name, attempt: 0, state: runtimeapi.ContainerState_CONTAINER_EXITED},
    	}
    	verifyContainerStatuses(t, fakeRuntime, expected, "kill all app containers, purge the existing init container, and restart a new one")
    }
    
    // A helper function to get a basic pod and its status assuming all sandbox and
    // containers are running and ready.
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Jun 14 16:09:17 UTC 2024
    - 96K bytes
    - Viewed (0)
  3. pkg/kubelet/kuberuntime/kuberuntime_manager.go

    			// If the container failed the liveness probe, we should kill it.
    			message = fmt.Sprintf("Container %s failed liveness probe", container.Name)
    			reason = reasonLivenessProbe
    		} else if startup, found := m.startupManager.Get(containerStatus.ID); found && startup == proberesults.Failure {
    			// If the container failed the startup probe, we should kill it.
    			message = fmt.Sprintf("Container %s failed startup probe", container.Name)
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed May 22 02:01:31 UTC 2024
    - 64.7K bytes
    - Viewed (0)
  4. src/syscall/zerrors_darwin_arm64.go

    	PT_CONTINUE                       = 0x7
    	PT_DENY_ATTACH                    = 0x1f
    	PT_DETACH                         = 0xb
    	PT_FIRSTMACH                      = 0x20
    	PT_FORCEQUOTA                     = 0x1e
    	PT_KILL                           = 0x8
    	PT_READ_D                         = 0x2
    	PT_READ_I                         = 0x1
    	PT_READ_U                         = 0x3
    	PT_SIGEXC                         = 0xc
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Oct 28 18:17:57 UTC 2021
    - 55.8K bytes
    - Viewed (0)
  5. pkg/kubelet/pod_workers.go

    type PodStatusFunc func(podStatus *v1.PodStatus)
    
    // KillPodOptions are options when performing a pod update whose update type is kill.
    type KillPodOptions struct {
    	// CompletedCh is closed when the kill request completes (syncTerminatingPod has completed
    	// without error) or if the pod does not exist, or if the pod has already terminated. This
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue Apr 02 13:22:37 UTC 2024
    - 74.8K bytes
    - Viewed (0)
  6. src/syscall/zerrors_darwin_amd64.go

    	PT_CONTINUE                       = 0x7
    	PT_DENY_ATTACH                    = 0x1f
    	PT_DETACH                         = 0xb
    	PT_FIRSTMACH                      = 0x20
    	PT_FORCEQUOTA                     = 0x1e
    	PT_KILL                           = 0x8
    	PT_READ_D                         = 0x2
    	PT_READ_I                         = 0x1
    	PT_READ_U                         = 0x3
    	PT_SIGEXC                         = 0xc
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Oct 28 18:17:57 UTC 2021
    - 55.3K bytes
    - Viewed (0)
  7. pkg/kubelet/pod_workers_test.go

    		return
    	}
    	for i := 0; i < numPods; i++ {
    		uid := types.UID(strconv.Itoa(i))
    		// each pod should be processed two or three times (kill,terminate or create,kill,terminate) because
    		// we buffer pending updates and the pod worker may compress the create and kill
    		syncPodRecords := processed[uid]
    		var match bool
    		grace := int64(30)
    		for _, possible := range [][]syncPodRecord{
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue Jun 04 06:25:43 UTC 2024
    - 75.6K bytes
    - Viewed (0)
  8. src/cmd/vendor/golang.org/x/sys/unix/zerrors_darwin_amd64.go

    	PT_DENY_ATTACH                          = 0x1f
    	PT_DETACH                               = 0xb
    	PT_FIRSTMACH                            = 0x20
    	PT_FORCEQUOTA                           = 0x1e
    	PT_KILL                                 = 0x8
    	PT_READ_D                               = 0x2
    	PT_READ_I                               = 0x1
    	PT_READ_U                               = 0x3
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Oct 19 23:33:33 UTC 2023
    - 87.5K bytes
    - Viewed (0)
  9. src/cmd/vendor/golang.org/x/sys/unix/zerrors_darwin_arm64.go

    	PT_DENY_ATTACH                          = 0x1f
    	PT_DETACH                               = 0xb
    	PT_FIRSTMACH                            = 0x20
    	PT_FORCEQUOTA                           = 0x1e
    	PT_KILL                                 = 0x8
    	PT_READ_D                               = 0x2
    	PT_READ_I                               = 0x1
    	PT_READ_U                               = 0x3
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Oct 19 23:33:33 UTC 2023
    - 87.5K bytes
    - Viewed (0)
  10. src/cmd/vendor/golang.org/x/sys/unix/zerrors_freebsd_arm.go

    	PT_GETVFPREGS                  = 0x40
    	PT_GET_EVENT_MASK              = 0x19
    	PT_GET_SC_ARGS                 = 0x1b
    	PT_GET_SC_RET                  = 0x1c
    	PT_IO                          = 0xc
    	PT_KILL                        = 0x8
    	PT_LWPINFO                     = 0xd
    	PT_LWP_EVENTS                  = 0x18
    	PT_READ_D                      = 0x2
    	PT_READ_I                      = 0x1
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Oct 19 23:33:33 UTC 2023
    - 79.2K bytes
    - Viewed (0)
Back to top