Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 10 of 23 for stopped_ (0.19 sec)

  1. CHANGELOG/CHANGELOG-1.9.md

    * Add automatic etcd 3.2->3.1 and 3.1->3.0 minor version rollback support to gcr.io/google_container/etcd images. For HA clusters, all members must be stopped before performing a rollback. ([#59298](https://github.com/kubernetes/kubernetes/pull/59298), [@jpbetz](https://github.com/jpbetz))
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue Nov 16 10:46:27 UTC 2021
    - 313.7K bytes
    - Viewed (0)
  2. src/cmd/vendor/golang.org/x/sys/unix/ztypes_linux.go

    	TASKSTATS_CMD_ATTR_REGISTER_CPUMASK   = 0x3
    	TASKSTATS_CMD_ATTR_DEREGISTER_CPUMASK = 0x4
    )
    
    type CGroupStats struct {
    	Sleeping        uint64
    	Running         uint64
    	Stopped         uint64
    	Uninterruptible uint64
    	Io_wait         uint64
    }
    
    const (
    	CGROUPSTATS_CMD_UNSPEC        = 0x3
    	CGROUPSTATS_CMD_GET           = 0x4
    	CGROUPSTATS_CMD_NEW           = 0x5
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Jun 04 16:19:04 UTC 2024
    - 251K bytes
    - Viewed (0)
  3. CHANGELOG/CHANGELOG-1.22.md

    - The pod phase lifecycle guarantees that terminal Pods, those whose states are Unready or Succeeded, can not regress and will have all container stopped. Hence, terminal Pods will never be reachable and should not publish their IP addresses on the Endpoints or EndpointSlices, independently of the Service TolerateUnready option. ([#110260](https://github.com/kubernetes/kubernetes/pull/110260), [@r...
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue Dec 13 12:43:45 UTC 2022
    - 454.1K bytes
    - Viewed (0)
  4. api/go1.13.txt

    pkg syscall (netbsd-arm64-cgo), const WOPTSCHECKED = 262144
    pkg syscall (netbsd-arm64-cgo), const WOPTSCHECKED ideal-int
    pkg syscall (netbsd-arm64-cgo), const WSTOPPED = 127
    pkg syscall (netbsd-arm64-cgo), const WSTOPPED ideal-int
    pkg syscall (netbsd-arm64-cgo), const WUNTRACED = 2
    pkg syscall (netbsd-arm64-cgo), const WUNTRACED ideal-int
    pkg syscall (netbsd-arm64-cgo), func Accept4(int, int) (int, Sockaddr, error)
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Aug 08 18:44:16 UTC 2019
    - 452.6K bytes
    - Viewed (0)
  5. CHANGELOG/CHANGELOG-1.15.md

    - GCE/Windows: When the service cannot be stopped Stackdriver logging processes are now force killed ([#77378](https://github.com/kubernetes/kubernetes/pull/77378), [@yujuhong](https://github.com/yujuhong))
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu May 05 13:44:43 UTC 2022
    - 278.9K bytes
    - Viewed (0)
  6. api/go1.16.txt

    pkg syscall (darwin-arm64), const WNOWAIT ideal-int
    pkg syscall (darwin-arm64), const WORDSIZE = 64
    pkg syscall (darwin-arm64), const WORDSIZE ideal-int
    pkg syscall (darwin-arm64), const WSTOPPED = 8
    pkg syscall (darwin-arm64), const WSTOPPED ideal-int
    pkg syscall (darwin-arm64), const WUNTRACED = 2
    pkg syscall (darwin-arm64), const WUNTRACED ideal-int
    pkg syscall (darwin-arm64), func Accept(int) (int, Sockaddr, error)
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri Dec 02 16:30:41 UTC 2022
    - 479.2K bytes
    - Viewed (0)
  7. CHANGELOG/CHANGELOG-1.24.md

    - The pod phase lifecycle guarantees that terminal Pods, those whose states are Unready or Succeeded, can not regress and will have all container stopped. Hence, terminal Pods will never be reachable and should not publish their IP addresses on the Endpoints or EndpointSlices, independently of the Service TolerateUnready option. ([#110258](https://github.com/kubernetes/kubernetes/pull/110258), [@r...
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu Aug 24 00:02:43 UTC 2023
    - 473.4K bytes
    - Viewed (0)
  8. CHANGELOG/CHANGELOG-1.10.md

    * Add automatic etcd 3.2->3.1 and 3.1->3.0 minor version rollback support to gcr.io/google_container/etcd images. For HA clusters, all members must be stopped before performing a rollback. ([#59298](https://github.com/kubernetes/kubernetes/pull/59298), [@jpbetz](https://github.com/jpbetz))
    
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu May 05 13:44:43 UTC 2022
    - 341.8K bytes
    - Viewed (0)
  9. CHANGELOG/CHANGELOG-1.25.md

    - The pod phase lifecycle guarantees that terminal Pods, those whose states are `Unready` or `Succeeded`, can not regress and will have all container stopped. Hence, terminal Pods will never be reachable and should not publish their IP addresses on the `Endpoints` or `EndpointSlices`, independently of the Service `TolerateUnready` option. ([#110255](https://github.com/kubernetes/kubernetes/pull/110255),...
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Mon May 06 09:23:20 UTC 2024
    - 419.1K bytes
    - Viewed (0)
  10. CHANGELOG/CHANGELOG-1.23.md

    - The pod phase lifecycle guarantees that terminal Pods, those whose states are Unready or Succeeded, can not regress and will have all container stopped. Hence, terminal Pods will never be reachable and should not publish their IP addresses on the Endpoints or EndpointSlices, independently of the Service TolerateUnready option. ([#110259](https://github.com/kubernetes/kubernetes/pull/110259), [@r...
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue Feb 28 21:06:52 UTC 2023
    - 424.5K bytes
    - Viewed (0)
Back to top