Search Options

Results per page
Sort
Preferred Languages
Advance

Results 21 - 30 of 117 for rollout (0.19 sec)

  1. staging/src/k8s.io/apiserver/pkg/util/flowcontrol/apf_controller.go

    			// --- in a way that works no matter what servers crash
    			// and restart when. If this handler reacts only to
    			// changes in Spec then we have a scenario in which the
    			// rollout leaves the old Status in place. The scenario
    			// ends with this subsequence: deploy the last new server
    			// before deleting the last old server, and in between
    			// those two operations the last old server crashes and
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Sat May 04 18:33:12 UTC 2024
    - 48.8K bytes
    - Viewed (0)
  2. CHANGELOG/CHANGELOG-1.7.md

      * `kubectl rollout` supports undo and history for DaemonSet ([#46144](https://github.com/kubernetes/kubernetes/pull/46144), [@janetkuo](https://github.com/janetkuo))
    
      * `kubectl rollout` supports status and history for StatefulSet  ([#46669](https://github.com/kubernetes/kubernetes/pull/46669), [@kow3ns](https://github.com/kow3ns)).
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu May 05 13:44:43 UTC 2022
    - 308.7K bytes
    - Viewed (0)
  3. CHANGELOG/CHANGELOG-1.15.md

    - The `kubectl top` command now includes a `--sort-by` option to sort by `memory` or `cpu`. ([#75920](https://github.com/kubernetes/kubernetes/pull/75920), [@artmello](https://github.com/artmello))
    - `kubectl rollout restart` now works for DaemonSets and StatefulSets. ([#77423](https://github.com/kubernetes/kubernetes/pull/77423), [@apelisse](https://github.com/apelisse))
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu May 05 13:44:43 UTC 2022
    - 278.9K bytes
    - Viewed (0)
  4. src/runtime/netpoll_solaris.go

    			mode += 'r'
    			clear |= _POLLIN
    		}
    		if (ev.portev_events & (_POLLOUT | _POLLHUP | _POLLERR)) != 0 {
    			mode += 'w'
    			clear |= _POLLOUT
    		}
    		// To effect edge-triggered events, we need to be sure to
    		// update our association with whatever events were not
    		// set with the event. For example if we are registered
    		// for POLLIN|POLLOUT, and we get POLLIN, besides waking
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon Mar 25 19:53:03 UTC 2024
    - 11.2K bytes
    - Viewed (0)
  5. CHANGELOG/CHANGELOG-1.8.md

      that provide new subcommands. Refer to the documentation for more information.
    
    - `kubectl rollout` and `rollback` now support StatefulSet.
    
    - `kubectl scale` now uses the Scale subresource for kinds in the apps/v1beta2 group.
    
    - `kubectl create configmap` and `kubectl create secret` subcommands now support
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue Feb 20 15:45:02 UTC 2024
    - 312.2K bytes
    - Viewed (0)
  6. CHANGELOG/CHANGELOG-1.27.md

    - Changed the error message of `kubectl rollout restart` when subsequent `kubectl rollout restart` commands are executed within a second ([#113040](https://github.com/kubernetes/kubernetes/pull/113040), [@ardaguclu](https://github.com/ardaguclu))
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue Jun 11 23:01:06 UTC 2024
    - 455.3K bytes
    - Viewed (0)
  7. src/runtime/defs_solaris.go

    	MAXHOSTNAMELEN = C.MAXHOSTNAMELEN
    
    	O_WRONLY   = C.O_WRONLY
    	O_NONBLOCK = C.O_NONBLOCK
    	O_CREAT    = C.O_CREAT
    	O_TRUNC    = C.O_TRUNC
    	O_CLOEXEC  = C.O_CLOEXEC
    
    	POLLIN  = C.POLLIN
    	POLLOUT = C.POLLOUT
    	POLLHUP = C.POLLHUP
    	POLLERR = C.POLLERR
    
    	PORT_SOURCE_FD    = C.PORT_SOURCE_FD
    	PORT_SOURCE_ALERT = C.PORT_SOURCE_ALERT
    	PORT_ALERT_UPDATE = C.PORT_ALERT_UPDATE
    )
    
    type SemT C.sem_t
    
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Aug 24 17:47:39 UTC 2023
    - 3.3K bytes
    - Viewed (0)
  8. pkg/version/stats.go

    	istioBuildTag   = monitoring.NewGauge(
    		"istio_build",
    		"Istio component build info",
    	)
    )
    
    // RecordComponentBuildTag sets the value for a metric that will be used to track component build tags for
    // tracking rollouts, etc.
    func (b BuildInfo) RecordComponentBuildTag(component string) {
    	istioBuildTag.With(gitTagKey.Value(b.GitTag), componentTagKey.Value(component)).Increment()
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Mon Jul 17 20:25:52 UTC 2023
    - 1.1K bytes
    - Viewed (0)
  9. src/runtime/netpoll_aix.go

    		pfd := &pfds[i]
    
    		var mode int32
    		if pfd.revents&(_POLLIN|_POLLHUP|_POLLERR) != 0 {
    			mode += 'r'
    			pfd.events &= ^_POLLIN
    		}
    		if pfd.revents&(_POLLOUT|_POLLHUP|_POLLERR) != 0 {
    			mode += 'w'
    			pfd.events &= ^_POLLOUT
    		}
    		if mode != 0 {
    			pds[i].setEventErr(pfd.revents == _POLLERR, 0)
    			delta += netpollready(&toRun, pds[i], mode)
    			n--
    		}
    	}
    	unlock(&mtxset)
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon Mar 25 19:53:03 UTC 2024
    - 5.1K bytes
    - Viewed (0)
  10. src/main/webapp/WEB-INF/view/admin/error/admin_error.jsp

                            </h1>
                        </div>
                    </div>
                </div>
            </div>
            <section class="content">
                <div class="callout callout-danger lead">
                    <p>
                        <la:errors/>
                    </p>
                </div>
    
            </section>
        </div>
    
    Registered: Wed Jun 12 13:08:18 UTC 2024
    - Last Modified: Wed Feb 12 12:21:50 UTC 2020
    - 1.4K bytes
    - Viewed (0)
Back to top