Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 10 of 10 for Tipling (0.28 sec)

  1. CHANGELOG/CHANGELOG-1.21.md

    - FieldManager no longer owns fields that get reset before the object is persisted (e.g. "status wiping"). ([#99661](https://github.com/kubernetes/kubernetes/pull/99661), [@kevindelgado](https://github.com/kevindelgado)) [SIG API Machinery, Auth and Testing]
    Plain Text
    - Registered: Fri May 03 09:05:14 GMT 2024
    - Last Modified: Fri Oct 14 07:03:14 GMT 2022
    - 367.3K bytes
    - Viewed (4)
  2. CHANGELOG/CHANGELOG-1.29.md

    - cloud.google.com/go/batch: v0.7.0 → v1.3.1
    - cloud.google.com/go/beyondcorp: v0.5.0 → v1.0.0
    - cloud.google.com/go/bigquery: v1.50.0 → v1.53.0
    - cloud.google.com/go/billing: v1.13.0 → v1.16.0
    - cloud.google.com/go/binaryauthorization: v1.5.0 → v1.6.1
    - cloud.google.com/go/certificatemanager: v1.6.0 → v1.7.1
    - cloud.google.com/go/channel: v1.12.0 → v1.16.0
    Plain Text
    - Registered: Fri May 03 09:05:14 GMT 2024
    - Last Modified: Tue Apr 16 21:41:06 GMT 2024
    - 299.9K bytes
    - Viewed (1)
  3. CHANGELOG/CHANGELOG-1.28.md

    - cloud.google.com/go/automl: v1.12.0
    - cloud.google.com/go/baremetalsolution: v0.5.0
    - cloud.google.com/go/batch: v0.7.0
    - cloud.google.com/go/beyondcorp: v0.5.0
    - cloud.google.com/go/billing: v1.13.0
    - cloud.google.com/go/binaryauthorization: v1.5.0
    - cloud.google.com/go/certificatemanager: v1.6.0
    - cloud.google.com/go/channel: v1.12.0
    - cloud.google.com/go/cloudbuild: v1.9.0
    Plain Text
    - Registered: Fri May 03 09:05:14 GMT 2024
    - Last Modified: Tue Apr 16 20:44:48 GMT 2024
    - 385.1K bytes
    - Viewed (0)
  4. CHANGELOG/CHANGELOG-1.23.md

    - `client-go`, using log level 9, traces the following events of a HTTP request:
          - DNS lookup
          - TCP dialing
          - TLS handshake
          - Time to get a connection from the pool
          - Time to process a request ([#105156](https://github.com/kubernetes/kubernetes/pull/105156), [@aojea](https://github.com/aojea))
    
    Plain Text
    - Registered: Fri May 03 09:05:14 GMT 2024
    - Last Modified: Tue Feb 28 21:06:52 GMT 2023
    - 424.5K bytes
    - Viewed (0)
  5. CHANGELOG/CHANGELOG-1.8.md

    * Fix Audit-ID header key ([#48492](https://github.com/kubernetes/kubernetes/pull/48492), [@CaoShuFeng](https://github.com/CaoShuFeng))
    * Checked container spec when killing container. ([#48194](https://github.com/kubernetes/kubernetes/pull/48194), [@k82cn](https://github.com/k82cn))
    Plain Text
    - Registered: Fri May 03 09:05:14 GMT 2024
    - Last Modified: Tue Feb 20 15:45:02 GMT 2024
    - 312.2K bytes
    - Viewed (1)
  6. CHANGELOG/CHANGELOG-1.16.md

        * The apiserver also now takes an optional flag "--maximum-startup-sequence-duration". This allows you...
    Plain Text
    - Registered: Fri May 03 09:05:14 GMT 2024
    - Last Modified: Thu Feb 11 10:00:57 GMT 2021
    - 345.2K bytes
    - Viewed (0)
  7. CHANGELOG/CHANGELOG-1.27.md

    - cloud.google.com/go/automl: v1.12.0
    - cloud.google.com/go/baremetalsolution: v0.5.0
    - cloud.google.com/go/batch: v0.7.0
    - cloud.google.com/go/beyondcorp: v0.5.0
    - cloud.google.com/go/billing: v1.13.0
    - cloud.google.com/go/binaryauthorization: v1.5.0
    - cloud.google.com/go/certificatemanager: v1.6.0
    - cloud.google.com/go/channel: v1.12.0
    - cloud.google.com/go/cloudbuild: v1.9.0
    Plain Text
    - Registered: Fri May 03 09:05:14 GMT 2024
    - Last Modified: Tue Apr 16 15:20:21 GMT 2024
    - 434.3K bytes
    - Viewed (3)
  8. CHANGELOG/CHANGELOG-1.13.md

    ### SIG Service Catalog
    
    The Service Plan Defaults feature is still under active development.
    We continue to improve the UX for the svcat CLI, specifically filling in gaps for the new Namespaced Service Broker feature.
    
    ### SIG Storage
    
    Plain Text
    - Registered: Fri May 03 09:05:14 GMT 2024
    - Last Modified: Thu May 05 13:44:43 GMT 2022
    - 273.1K bytes
    - Viewed (0)
  9. CHANGELOG/CHANGELOG-1.26.md

    - cloud.google.com/go/automl: v1.12.0
    - cloud.google.com/go/baremetalsolution: v0.5.0
    - cloud.google.com/go/batch: v0.7.0
    - cloud.google.com/go/beyondcorp: v0.5.0
    - cloud.google.com/go/billing: v1.13.0
    - cloud.google.com/go/binaryauthorization: v1.5.0
    - cloud.google.com/go/certificatemanager: v1.6.0
    - cloud.google.com/go/channel: v1.12.0
    - cloud.google.com/go/cloudbuild: v1.9.0
    Plain Text
    - Registered: Fri May 03 09:05:14 GMT 2024
    - Last Modified: Thu Mar 14 16:24:51 GMT 2024
    - 425.7K bytes
    - Viewed (0)
  10. CHANGELOG/CHANGELOG-1.22.md

    design, the QoS class for a pod only applied to CPU resources (such as `cpu_shares`). The Kubernetes cgroup manager uses `memory.limit_in_bytes` in v1 cgroups to limit the memory capacity for a container, and uses `oom_scores` to recommend an order for killing container processes if an out-of-memory event occurs. This implementation has shortcomings: for `Guaranteed` pods, memory can not be fully reserved, and the page cache is at risk of being recycled. For `Burstable` pods, overcommitting memory (setting...
    Plain Text
    - Registered: Fri May 03 09:05:14 GMT 2024
    - Last Modified: Tue Dec 13 12:43:45 GMT 2022
    - 454.1K bytes
    - Viewed (1)
Back to top