Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 4 of 4 for pubs (0.04 sec)

  1. CHANGELOG/CHANGELOG-1.28.md

      - If all QueueingHintFn return QueueSkip, it puts this pod back to the unschedulable pod pool
      
      Having appropriate QueueingHintFn contributes to reducing useless retries and thus improves the overall scheduler's performance.
      
      **How can I migrate?**
      
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue Jun 11 23:47:59 UTC 2024
    - 408.3K bytes
    - Viewed (1)
  2. src/cmd/compile/internal/ssagen/ssa.go

    				if base.Ctxt.PosTable.Pos(p.Pos).Base().InliningIndex() >= 0 {
    					// Make a real (not 0-sized) nop.
    					nop := Arch.Ginsnop(s.pp)
    					nop.Pos = e.curfn.Pos().WithIsStmt()
    
    					// Unfortunately, Ginsnop puts the instruction at the
    					// end of the list. Move it up to just before p.
    
    					// Unlink from the current list.
    					for x := s.pp.Text; x != nil; x = x.Link {
    						if x.Link == nop {
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon Jun 10 19:44:43 UTC 2024
    - 284.9K bytes
    - Viewed (0)
  3. CHANGELOG/CHANGELOG-1.8.md

    * Implement kubectl rollout undo and history for DaemonSet ([#46144](https://github.com/kubernetes/kubernetes/pull/46144), [@janetkuo](https://github.com/janetkuo))
    * Respect PDBs during node upgrades and add test coverage to the ServiceTest upgrade test. ([#45748](https://github.com/kubernetes/kubernetes/pull/45748), [@mml](https://github.com/mml))
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue Feb 20 15:45:02 UTC 2024
    - 312.2K bytes
    - Viewed (0)
  4. CHANGELOG/CHANGELOG-1.25.md

    
    ### Windows support improved
    
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Mon May 06 09:23:20 UTC 2024
    - 419.1K bytes
    - Viewed (0)
Back to top