Search Options

Results per page
Sort
Preferred Languages
Advance

Results 21 - 30 of 38 for notReady (0.14 sec)

  1. CHANGELOG/CHANGELOG-1.25.md

    LBs with externalTrafficPolicy=Local when node readiness changes (https://github.com/kubernetes/kubernetes/issues/111539). The service controller (in cloud-controller-manager) will avoid resyncing nodes which are transitioning between `Ready` / `NotReady` (only for ETP=Local Services).  The LBs used for these services will solely rely on the health check probe defined by the `healthCheckNodePort` to determine if a particular node is to be used for traffic load balancing. ([#109706](https://githu...
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Mon May 06 09:23:20 UTC 2024
    - 419.1K bytes
    - Viewed (0)
  2. src/cmd/vendor/golang.org/x/sys/unix/zerrors_aix_ppc64.go

    	ENOSYS          = syscall.Errno(0x6d)
    	ENOTBLK         = syscall.Errno(0xf)
    	ENOTCONN        = syscall.Errno(0x4c)
    	ENOTDIR         = syscall.Errno(0x14)
    	ENOTEMPTY       = syscall.Errno(0x11)
    	ENOTREADY       = syscall.Errno(0x2e)
    	ENOTRECOVERABLE = syscall.Errno(0x5e)
    	ENOTRUST        = syscall.Errno(0x72)
    	ENOTSOCK        = syscall.Errno(0x39)
    	ENOTSUP         = syscall.Errno(0x7c)
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Oct 19 23:33:33 UTC 2023
    - 52.7K bytes
    - Viewed (0)
  3. src/cmd/vendor/golang.org/x/sys/unix/zerrors_aix_ppc.go

    	ENOSYS          = syscall.Errno(0x6d)
    	ENOTBLK         = syscall.Errno(0xf)
    	ENOTCONN        = syscall.Errno(0x4c)
    	ENOTDIR         = syscall.Errno(0x14)
    	ENOTEMPTY       = syscall.Errno(0x11)
    	ENOTREADY       = syscall.Errno(0x2e)
    	ENOTRECOVERABLE = syscall.Errno(0x5e)
    	ENOTRUST        = syscall.Errno(0x72)
    	ENOTSOCK        = syscall.Errno(0x39)
    	ENOTSUP         = syscall.Errno(0x7c)
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Oct 19 23:33:33 UTC 2023
    - 52.4K bytes
    - Viewed (0)
  4. 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)
  5. 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)
  6. 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)
  7. 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)
  8. 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)
  9. src/cmd/vendor/golang.org/x/sys/unix/zsysnum_openbsd_arm.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)
  10. src/cmd/vendor/golang.org/x/sys/unix/zsysnum_openbsd_mips64.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
    - 18K bytes
    - Viewed (0)
Back to top