Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 10 of 29 for notes (0.21 sec)

  1. docs/en/docs/release-notes.md

    participant dep as Dep with yield
    participant operation as Path Operation
    participant tasks as Background tasks
    
        Note over client,tasks: Can raise exception for dependency, handled after response is sent
        Note over client,operation: Can raise HTTPException and can change the response
        client ->> dep: Start request
        Note over dep: Run code up to yield
        opt raise
            dep -->> handler: Raise HTTPException
    Plain Text
    - Registered: Sun Apr 21 07:19:11 GMT 2024
    - Last Modified: Fri Apr 19 19:30:49 GMT 2024
    - 384.6K bytes
    - Viewed (1)
  2. CHANGELOG/CHANGELOG-1.21.md

    ## Urgent Upgrade Notes 
    
    ### (No, really, you MUST read this before you upgrade)
    
    Plain Text
    - Registered: Fri Apr 26 09:05:10 GMT 2024
    - Last Modified: Fri Oct 14 07:03:14 GMT 2022
    - 367.3K bytes
    - Viewed (4)
  3. CHANGELOG/CHANGELOG-1.16.md

        - [Node Binaries](#node-binaries-16)
    - [Kubernetes v1.16.0 Release Notes](#kubernetes-v1160-release-notes)
      - [What’s New (Major Themes)](#what’s-new-major-themes)
        - [Additional Notable Feature Updates](#additional-notable-feature-updates)
      - [Known Issues](#known-issues)
      - [Urgent Upgrade Notes](#urgent-upgrade-notes-1)
    Plain Text
    - Registered: Fri Apr 26 09:05:10 GMT 2024
    - Last Modified: Thu Feb 11 10:00:57 GMT 2021
    - 345.2K bytes
    - Viewed (0)
  4. CHANGELOG/CHANGELOG-1.11.md

        * or grant self-deletion permission explicitly:
            * `kubectl create clusterrole self-deleting-nodes --verb=delete --resource=nodes`
            * `kubectl create clusterrolebinding self-deleting-nodes --clusterrole=self-deleting-nodes --group=system:nodes`
    Plain Text
    - Registered: Fri Apr 26 09:05:10 GMT 2024
    - Last Modified: Thu Feb 06 06:04:15 GMT 2020
    - 328.4K bytes
    - Viewed (0)
  5. CHANGELOG/CHANGELOG-1.13.md

        * `kubectl delete node/<nodeName>`
        * or grant self-deletion permission explicitly:
            * `kubectl create clusterrole self-deleting-nodes --verb=delete --resource=nodes`
            * `kubectl create clusterrolebinding self-deleting-nodes --clusterrole=self-deleting-nodes --group=system:nodes`
    Plain Text
    - Registered: Fri Apr 26 09:05:10 GMT 2024
    - Last Modified: Thu May 05 13:44:43 GMT 2022
    - 273.1K bytes
    - Viewed (0)
  6. CHANGELOG/CHANGELOG-1.22.md

        - [Workloads that saturate nodes with pods may see pods that fail due to node admission](#workloads-that-saturate-nodes-with-pods-may-see-pods-that-fail-due-to-node-admission)
        - [Etcd v3.5.[0-2] data corruption](#etcd-v350-2-data-corruption)
      - [Urgent Upgrade Notes](#urgent-upgrade-notes)
    Plain Text
    - Registered: Fri Apr 26 09:05:10 GMT 2024
    - Last Modified: Tue Dec 13 12:43:45 GMT 2022
    - 454.1K bytes
    - Viewed (1)
  7. CHANGELOG/CHANGELOG-1.18.md

    - Bind metadata-agent containers to linux nodes to avoid Windows scheduling on kubernetes cluster includes linux nodes and windows nodes ([#83363](https://github.com/kubernetes/kubernetes/pull/83363), [@wawa0210](https://github.com/wawa0210)) [SIG Cluster Lifecycle, Instrumentation and Windows]
    Plain Text
    - Registered: Fri Apr 26 09:05:10 GMT 2024
    - Last Modified: Wed Jun 16 17:18:28 GMT 2021
    - 373.2K bytes
    - Viewed (0)
  8. CHANGELOG/CHANGELOG-1.20.md

      - Speed up binpacking by reducing the number of PreFilter calls (call once per pod instead of #pods*#nodes times)
      - Speed up finding unneeded nodes by 5x+ in very large clusters by reducing the number of PreFilter calls
      - Expose `--max-nodes-total` as a metric
      - Errors in `IncreaseSize` changed from type `apiError` to `cloudProviderError`
    Plain Text
    - Registered: Fri Apr 26 09:05:10 GMT 2024
    - Last Modified: Wed Jan 19 21:05:45 GMT 2022
    - 409K bytes
    - Viewed (0)
  9. CHANGELOG/CHANGELOG-1.12.md

    - TaintNodeByCondition has been moved to Beta and is enabled by default.
    - Scheduler throughput has been improved by ~50% in large clusters (>2000 nodes).
    
    ### SIG-service-catalog
    Plain Text
    - Registered: Fri Apr 26 09:05:10 GMT 2024
    - Last Modified: Thu Feb 06 06:04:15 GMT 2020
    - 293.8K bytes
    - Viewed (1)
  10. CHANGELOG/CHANGELOG-1.23.md

    more. While Kubernetes already validates the proxying address for Nodes, a bug in kube-apiserver made it possible to bypass this validation. Bypassing this validation could allow authenticated requests destined for Nodes to be redirected to the API Server through its private network.
    
    The merged fix enforces validation against the proxying address for a Node. In some cases, the fix can break clients that depend on the `nodes/proxy` subresource, specifically if a kubelet advertises a localhost...
    Plain Text
    - Registered: Fri Apr 26 09:05:10 GMT 2024
    - Last Modified: Tue Feb 28 21:06:52 GMT 2023
    - 424.5K bytes
    - Viewed (0)
Back to top