Search Options

Results per page
Sort
Preferred Languages
Advance

Results 41 - 50 of 62 for notReady (0.23 sec)

  1. src/syscall/zsysnum_openbsd_arm64.go

    	SYS_GETTHRID       = 299 // { pid_t sys_getthrid(void); }
    	SYS___THRWAKEUP    = 301 // { int sys___thrwakeup(const volatile void *ident, \
    	SYS___THREXIT      = 302 // { void sys___threxit(pid_t *notdead); }
    	SYS___THRSIGDIVERT = 303 // { int sys___thrsigdivert(sigset_t sigmask, \
    	SYS___GETCWD       = 304 // { int sys___getcwd(char *buf, size_t len); }
    	SYS_ADJFREQ        = 305 // { int sys_adjfreq(const int64_t *freq, \
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri Apr 26 17:34:54 UTC 2019
    - 14.7K bytes
    - Viewed (0)
  2. CHANGELOG/CHANGELOG-1.16.md

    - Fix the problem where couple nodes becoming NotReady at the same time could cause master instability or even complete outage in large enough clusters. ([#88959](https://github.com/kubernetes/kubernetes/pull/88959), [@mborsz](https://github.com/mborsz)) [SIG Apps]
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu Feb 11 10:00:57 UTC 2021
    - 345.2K bytes
    - Viewed (0)
  3. src/syscall/zsysnum_openbsd_amd64.go

    	SYS_GETTHRID       = 299 // { pid_t sys_getthrid(void); }
    	SYS___THRWAKEUP    = 301 // { int sys___thrwakeup(const volatile void *ident, \
    	SYS___THREXIT      = 302 // { void sys___threxit(pid_t *notdead); }
    	SYS___THRSIGDIVERT = 303 // { int sys___thrsigdivert(sigset_t sigmask, \
    	SYS___GETCWD       = 304 // { int sys___getcwd(char *buf, size_t len); }
    	SYS_ADJFREQ        = 305 // { int sys_adjfreq(const int64_t *freq, \
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Oct 28 18:17:57 UTC 2021
    - 14.2K bytes
    - Viewed (0)
  4. src/runtime/sys_openbsd_mips64.s

    	SYSCALL
    	BEQ	R7, 3(PC)
    	MOVV	$0, R2			// crash on syscall failure
    	MOVV	R2, (R2)
    	RET
    
    // func exitThread(wait *atomic.Uint32)
    TEXT runtime·exitThread(SB),NOSPLIT,$0
    	MOVV	wait+0(FP), R4		// arg 1 - notdead
    	MOVV	$302, R2		// sys___threxit
    	SYSCALL
    	MOVV	$0, R2			// crash on syscall failure
    	MOVV	R2, (R2)
    	JMP	0(PC)
    
    TEXT runtime·open(SB),NOSPLIT|NOFRAME,$0
    	MOVV	name+0(FP), R4		// arg 1 - path
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Jun 06 18:49:01 UTC 2023
    - 8.8K bytes
    - Viewed (0)
  5. src/syscall/zsysnum_openbsd_mips64.go

    	SYS_GETTHRID       = 299 // { pid_t sys_getthrid(void); }
    	SYS___THRWAKEUP    = 301 // { int sys___thrwakeup(const volatile void *ident, \
    	SYS___THREXIT      = 302 // { void sys___threxit(pid_t *notdead); }
    	SYS___THRSIGDIVERT = 303 // { int sys___thrsigdivert(sigset_t sigmask, \
    	SYS___GETCWD       = 304 // { int sys___getcwd(char *buf, size_t len); }
    	SYS_ADJFREQ        = 305 // { int sys_adjfreq(const int64_t *freq, \
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Oct 29 08:08:26 UTC 2020
    - 14.9K bytes
    - Viewed (0)
  6. src/syscall/zsysnum_openbsd_ppc64.go

    	SYS_GETTHRID       = 299 // { pid_t sys_getthrid(void); }
    	SYS___THRWAKEUP    = 301 // { int sys___thrwakeup(const volatile void *ident, \
    	SYS___THREXIT      = 302 // { void sys___threxit(pid_t *notdead); }
    	SYS___THRSIGDIVERT = 303 // { int sys___thrsigdivert(sigset_t sigmask, \
    	SYS___GETCWD       = 304 // { int sys___getcwd(char *buf, size_t len); }
    	SYS_ADJFREQ        = 305 // { int sys_adjfreq(const int64_t *freq, \
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Aug 22 03:24:15 UTC 2023
    - 15.8K bytes
    - Viewed (0)
  7. CHANGELOG/CHANGELOG-1.18.md

    - Print NotReady when pod is not ready based on its conditions. ([#88240](https://github.com/kubernetes/kubernetes/pull/88240), [@soltysh](https://github.com/soltysh)) [SIG CLI]
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Jun 16 17:18:28 UTC 2021
    - 373.2K bytes
    - Viewed (0)
  8. src/syscall/zsysnum_openbsd_riscv64.go

    	SYS_GETTHRID       = 299 // { pid_t sys_getthrid(void); }
    	SYS___THRWAKEUP    = 301 // { int sys___thrwakeup(const volatile void *ident, \
    	SYS___THREXIT      = 302 // { void sys___threxit(pid_t *notdead); }
    	SYS___THRSIGDIVERT = 303 // { int sys___thrsigdivert(sigset_t sigmask, \
    	SYS___GETCWD       = 304 // { int sys___getcwd(char *buf, size_t len); }
    	SYS_ADJFREQ        = 305 // { int sys_adjfreq(const int64_t *freq, \
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed Oct 04 02:55:38 UTC 2023
    - 15.7K bytes
    - Viewed (0)
  9. src/cmd/vendor/golang.org/x/sys/unix/zsysnum_openbsd_riscv64.go

    	SYS_GETTHRID       = 299 // { pid_t sys_getthrid(void); }
    	SYS___THRWAKEUP    = 301 // { int sys___thrwakeup(const volatile void *ident, int n); }
    	SYS___THREXIT      = 302 // { void sys___threxit(pid_t *notdead); }
    	SYS___THRSIGDIVERT = 303 // { int sys___thrsigdivert(sigset_t sigmask, siginfo_t *info, const struct timespec *timeout); }
    	SYS___GETCWD       = 304 // { int sys___getcwd(char *buf, size_t len); }
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Oct 19 23:33:33 UTC 2023
    - 17.8K bytes
    - Viewed (0)
  10. src/cmd/vendor/golang.org/x/sys/unix/zsysnum_openbsd_386.go

    	SYS_GETTHRID       = 299 // { pid_t sys_getthrid(void); }
    	SYS___THRWAKEUP    = 301 // { int sys___thrwakeup(const volatile void *ident, int n); }
    	SYS___THREXIT      = 302 // { void sys___threxit(pid_t *notdead); }
    	SYS___THRSIGDIVERT = 303 // { int sys___thrsigdivert(sigset_t sigmask, siginfo_t *info, const struct timespec *timeout); }
    	SYS___GETCWD       = 304 // { int sys___getcwd(char *buf, size_t len); }
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Oct 19 23:33:33 UTC 2023
    - 17.9K bytes
    - Viewed (0)
Back to top