Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 10 of 20 for tracking (0.26 sec)

  1. CHANGELOG/CHANGELOG-1.29.md

    - Added `apiextensions_apiserver_update_ratcheting_time` metric for tracking time taken during requests by feature `CRDValidationRatcheting`. ([#121462](https://github.com/kubernetes/kubernetes/pull/121462), [@alexzielenski](https://github.com/alexzielenski))
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Jun 12 03:42:38 UTC 2024
    - 324.5K bytes
    - Viewed (0)
  2. CHANGELOG/CHANGELOG-1.28.md

    - Removed tracking annotation from validation and defaulting. ([#117633](https://github.com/kubernetes/kubernetes/pull/117633), [@kannon92](https://github.com/kannon92))
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue Jun 11 23:47:59 UTC 2024
    - 408.3K bytes
    - Viewed (0)
  3. prow/config/calico.yaml

                      in this policy should go through the data plane's connection tracking,
                      such as Linux conntrack.  If True, the rules in this policy are
                      applied before any data plane connection tracking, and packets allowed
                      by this policy are marked as not to be tracked.
                    type: boolean
                  egress:
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Tue May 21 18:32:01 UTC 2024
    - 246.5K bytes
    - Viewed (0)
  4. CHANGELOG/CHANGELOG-1.27.md

    with lower latency than before (2s vs 4s, on average) and rapid updates to pod configuration should take effect sooner.
      
      A new metric `kubelet_known_pods` has been added at ALPHA stability to report the number of pods a Kubelet is tracking in a number of internal states.  Operators may use the metrics to track an excess of pods in the orphaned state that may not be completing. ([#113145](https://github.com/kubernetes/kubernetes/pull/113145), [@smarterclayton](https://github.com/smarterclayton))...
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue Jun 11 23:01:06 UTC 2024
    - 455.3K bytes
    - Viewed (0)
  5. src/net/http/h2_bundle.go

    			return mh, http2ConnectionError(http2ErrCodeProtocol)
    		}
    
    		// Also close the connection after any CONTINUATION frame following an
    		// invalid header, since we stop tracking the size of the headers after
    		// an invalid one.
    		if invalid != nil {
    			if http2VerboseLogs {
    				log.Printf("http2: invalid header: %v", invalid)
    			}
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Jun 04 16:19:04 UTC 2024
    - 364.1K bytes
    - Viewed (0)
  6. staging/src/k8s.io/api/core/v1/generated.proto

      // and deleted when the pod is removed.
      //
      // Use this if:
      // a) the volume is only needed while the pod runs,
      // b) features of normal volumes like restoring from snapshot or capacity
      //    tracking are needed,
      // c) the storage driver is specified through a storage class, and
      // d) the storage driver supports dynamic volume provisioning through
      //    a PersistentVolumeClaim (see EphemeralVolumeSource for more
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed May 29 22:40:29 UTC 2024
    - 280.3K bytes
    - Viewed (0)
  7. pkg/apis/core/types.go

    	// and deleted when the pod is removed.
    	//
    	// Use this if:
    	// a) the volume is only needed while the pod runs,
    	// b) features of normal volumes like restoring from snapshot or capacity
    	//    tracking are needed,
    	// c) the storage driver is specified through a storage class, and
    	// d) the storage driver supports dynamic volume provisioning through
    	//    a PersistentVolumeClaim (see EphemeralVolumeSource for more
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed May 29 22:40:29 UTC 2024
    - 268.9K bytes
    - Viewed (0)
  8. staging/src/k8s.io/api/core/v1/types_swagger_doc_generated.go

    to the pod that defines it - it will be created before the pod starts, and deleted when the pod is removed.\n\nUse this if: a) the volume is only needed while the pod runs, b) features of normal volumes like restoring from snapshot or capacity\n   tracking are needed,\nc) the storage driver is specified through a storage class, and d) the storage driver supports dynamic volume provisioning through\n   a PersistentVolumeClaim (see EphemeralVolumeSource for more\n   information on the connection between...
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed May 29 22:40:29 UTC 2024
    - 254.8K bytes
    - Viewed (0)
  9. src/cmd/compile/internal/ssagen/ssa.go

    	config *ssa.Config
    
    	// function we're building
    	f *ssa.Func
    
    	// Node for function
    	curfn *ir.Func
    
    	// labels in f
    	labels map[string]*ssaLabel
    
    	// unlabeled break and continue statement tracking
    	breakTo    *ssa.Block // current target for plain break statement
    	continueTo *ssa.Block // current target for plain continue statement
    
    	// current location where we're interpreting the AST
    	curBlock *ssa.Block
    
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon Jun 10 19:44:43 UTC 2024
    - 284.9K bytes
    - Viewed (0)
  10. ChangeLog.md

    - [`KT-45687`](https://youtrack.jetbrains.com/issue/KT-45687) Contract doesn't allow smart cast when implicit receiver and inference target is `this`
    - [`KT-62137`](https://youtrack.jetbrains.com/issue/KT-62137) Compiler fails on null tracking (inference) for safe call
    - [`KT-36976`](https://youtrack.jetbrains.com/issue/KT-36976) FIR: Provide exact smart casting type
    - [`KT-60004`](https://youtrack.jetbrains.com/issue/KT-60004) K2: Disappeared CONTRACT_NOT_ALLOWED
    Registered: Wed Jun 12 09:53:16 UTC 2024
    - Last Modified: Mon May 27 17:14:23 UTC 2024
    - 292.1K bytes
    - Viewed (0)
Back to top