Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 7 of 7 for deflated (0.06 sec)

  1. CHANGELOG/CHANGELOG-1.29.md

    - Fixed an issue related to not draining all the pods in a namespace when an empty selector, i.e.,...
    Registered: 2025-05-30 09:05
    - Last Modified: 2025-03-12 00:36
    - 429.6K bytes
    - Viewed (1)
  2. doc/go_spec.html

    Every identifier in a program must be declared.
    No identifier may be declared twice in the same block, and
    no identifier may be declared in both the file and package block.
    </p>
    
    <p>
    The <a href="#Blank_identifier">blank identifier</a> may be used like any other identifier
    in a declaration, but it does not introduce a binding and thus is not declared.
    Registered: 2025-05-27 11:13
    - Last Modified: 2025-05-06 19:12
    - 286.2K bytes
    - Viewed (0)
  3. CHANGELOG/CHANGELOG-1.32.md

    - Fixed a bug where `podCIDR` was released before node was deleted. ([#128305](https://github.com/kubernetes/kubernetes/pull/128305), [@adrianmoisey](https://github.com/adrianmoisey)) [SIG Apps and Network]
    - Fixed a bug where the kubelet ephemerally failed with `failed to initialize top level QOS containers: root container [kubepods] doesn't exist`, due to the cpuset cgroup being deleted on cgroup v2 with systemd cgroup manager.
    Registered: 2025-05-30 09:05
    - Last Modified: 2025-05-15 17:51
    - 375.9K bytes
    - Viewed (0)
  4. CHANGELOG/CHANGELOG-1.31.md

    - Fixes a kubelet and kube-apiserver memory leak in default 1.29 configurations related to tracing. ([#126983](https://github.com/kubernetes/kubernetes/pull/126983), [@dashpole](https://github.com/dashpole)) [SIG API Machinery and Node]
    - Fixes a regression introduced in 1.29 where conntrack entries for UDP connections
      to deleted pods did not get cleaned up correctly, which could (among other things)
    Registered: 2025-05-30 09:05
    - Last Modified: 2025-05-15 17:52
    - 395.6K bytes
    - Viewed (0)
  5. CHANGELOG/CHANGELOG-1.30.md

    - Fixes a kubelet and kube-apiserver memory leak in default 1.29 configurations related to tracing. ([#126984](https://github.com/kubernetes/kubernetes/pull/126984), [@dashpole](https://github.com/dashpole)) [SIG API Machinery and Node]
    - Fixes a regression introduced in 1.29 where conntrack entries for UDP connections
      to deleted pods did not get cleaned up correctly, which could (among other things)
    Registered: 2025-05-30 09:05
    - Last Modified: 2025-05-15 17:56
    - 387.4K bytes
    - Viewed (0)
  6. CHANGELOG/CHANGELOG-1.33.md

    - Disable reading of disk geometry before calling expansion for ext and xfs filesystems ([#131636](https://github.com/kubernetes/kubernetes/pull/131636), [@gnufied](https://github.com/gnufied)) [SIG Storage]
    - Fixed a panic issue related to kubectl revision history kubernetes/kubectl#1724 ([#131496](https://github.com/kubernetes/kubernetes/pull/131496), [@tahacodes](https://github.com/tahacodes)) [SIG CLI]
    Registered: 2025-05-30 09:05
    - Last Modified: 2025-05-15 17:48
    - 257.3K bytes
    - Viewed (0)
  7. fess-crawler/src/main/resources/org/codelibs/fess/crawler/mime/tika-mimetypes.xml

          <match value="PK\x07\x08" type="string" offset="0"/>
        </magic>
        <glob pattern="*.zip"/>
      </mime-type>
    
      <mime-type type="application/zlib">
        <alias type="application/x-deflate"/>
        <_comment>ZLIB Compressed Data Format</_comment>
        <tika:link>http://tools.ietf.org/html/rfc1950</tika:link>
        <magic priority="45">
          <!-- Low/No compression -->
    Registered: 2025-05-25 03:50
    - Last Modified: 2025-03-13 08:18
    - 320.1K bytes
    - Viewed (1)
Back to top