Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 7 of 7 for GetVector (0.21 sec)

  1. CHANGELOG/CHANGELOG-1.7.md

      * Upgrade Node Problem Detector to v0.4.1. New features added:
    
        * Add /dev/kmsg support for kernel log parsing. ([#112](https://github.com/kubernetes/node-problem-detector/pull/112), [@euank](https://github.com/euank))
    
        * Add ABRT support. ([#105](https://github.com/kubernetes/node-problem-detector/pull/105), [@juliusmilan](https://github.com/juliusmilan))
    
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu May 05 13:44:43 UTC 2022
    - 308.7K bytes
    - Viewed (0)
  2. fess-crawler/src/main/resources/org/codelibs/fess/crawler/mime/tika-mimetypes.xml

        <root-XML localName="PremiereData"/>
        <sub-class-of type="application/xml"/>
      </mime-type>
    
      <mime-type type="image/vnd.cns.inf2"/>
    
      <!-- credit: peeveen's tika-dgn-detector https://github.com/peeveen/tika-dgn-detector/ -->
      <mime-type type="image/vnd.dgn">
        <glob pattern="*.dgn" />
        <glob pattern="*.dgnlib" />
        <glob pattern="*.cel" />
      </mime-type>
    Registered: Wed Jun 12 15:17:51 UTC 2024
    - Last Modified: Thu Sep 21 06:46:43 UTC 2023
    - 298.5K bytes
    - Viewed (0)
  3. CHANGELOG/CHANGELOG-1.8.md

            - Kernel crash with Aufs storage driver on Debian Jessie
              ([#27885](https://github.com/kubernetes/kubernetes/issues/27885)).
              The issue can be identified by using the node problem detector.
    
            - File descriptor leak on init/control.
              ([#275](https://github.com/containerd/containerd/issues/275))
    
            - Additional memory overhead per container.
    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. src/cmd/compile/internal/ssagen/ssa.go

    		s.hasOpenDefers = false
    	}
    	if s.hasOpenDefers && s.instrumentEnterExit {
    		// Skip doing open defers if we need to instrument function
    		// returns for the race detector, since we will not generate that
    		// code in the case of the extra deferreturn/ret segment.
    		s.hasOpenDefers = false
    	}
    	if s.hasOpenDefers {
    		// Similarly, skip if there are any heap-allocated result
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon Jun 10 19:44:43 UTC 2024
    - 284.9K bytes
    - Viewed (0)
  5. CHANGELOG/CHANGELOG-1.20.md

      
      After:
      `FROM --platform=linux/${arch} ${base_image}` ([#94552](https://github.com/kubernetes/kubernetes/pull/94552), [@justaugustus](https://github.com/justaugustus)) [SIG Release]
    - Bump node-problem-detector version to v0.8.5 to fix OOM detection in with Linux kernels 5.1+ ([#96716](https://github.com/kubernetes/kubernetes/pull/96716), [@tosi3k](https://github.com/tosi3k)) [SIG Cloud Provider, Scalability and Testing]
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Jan 19 21:05:45 UTC 2022
    - 409K bytes
    - Viewed (0)
  6. CHANGELOG/CHANGELOG-1.13.md

        * [fluentd-gcp addon] Bump prometheus-to-sd to v0.5.0 to pick up security fixes.
        * [metatada-proxy addon] Bump prometheus-to-sd v0.5.0 to pick up security fixes.
    * Node-Problem-Detector configuration is now decoupled from the Kubernetes release on GKE/GCE. ([#73288](https://github.com/kubernetes/kubernetes/pull/73288), [@wangzhen127](https://github.com/wangzhen127))
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu May 05 13:44:43 UTC 2022
    - 273.1K bytes
    - Viewed (0)
  7. CHANGELOG/CHANGELOG-1.22.md

    - Node Problem Detector is now available for GCE Windows nodes. ([#101539](https://github.com/kubernetes/kubernetes/pull/101539), [@jeremyje](https://github.com/jeremyje)) [SIG Cloud Provider, Node and Windows]
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue Dec 13 12:43:45 UTC 2022
    - 454.1K bytes
    - Viewed (0)
Back to top