Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 10 of 32 for Mathis (0.53 sec)

  1. common-protos/k8s.io/api/core/v1/generated.proto

      // A list of DNS name server IP addresses.
      // This will be appended to the base nameservers generated from DNSPolicy.
      // Duplicated nameservers will be removed.
      // +optional
      repeated string nameservers = 1;
    
      // A list of DNS search domains for host-name lookup.
      // This will be appended to the base search paths generated from DNSPolicy.
      // Duplicated search paths will be removed.
      // +optional
    Plain Text
    - Registered: Wed Apr 24 22:53:08 GMT 2024
    - Last Modified: Mon Mar 11 18:43:24 GMT 2024
    - 255.8K bytes
    - Viewed (0)
  2. CHANGELOG/CHANGELOG-1.11.md

    Kubernetes 1.8 caused the API server to accept a request with incorrect case and coerce it to correct case, but this behaviour has been fixed in 1.11 and the API server will once again be enforcing the correct case. It’s worth noting that during this time, the `kubectl` tool continued to enforce case-sensitive keys, so users that strictly manage resources with `kubectl` will be unaffected by this change. ([#65034](https://github.com/kubernetes/kubernetes/pull/65034), [@caesarxuchao](https://github.com/caesarxuchao))...
    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)
  3. CHANGELOG/CHANGELOG-1.23.md

    - kubelet v1.23.0 - v1.23.10
    - kubelet v1.24.0 - v1.24.4
    
    **How do I mitigate this vulnerability?**
    
    There are no known mitigations to this vulnerability.
    
    **Fixed Versions**:
    
    - kubelet v1.22.14
    - kubelet v1.23.11
    - kubelet v1.24.5
    - kubelet v1.25.0
    
    
    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)
  4. CHANGELOG/CHANGELOG-1.12.md

    - The alpha `Initializers` admission plugin is no longer enabled by default. This matches the off-by-default behavior of the alpha API which drives initializer behavior. ([#66039](https://gi...
    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)
  5. CHANGELOG/CHANGELOG-1.20.md

    ## Urgent Upgrade Notes
    
    ### (No, really, you MUST read this before you upgrade)
    
     - A bug was fixed in kubelet where exec probe timeouts were not respected. Ensure that pods relying on this behavior are updated to correctly handle probe timeouts.
      
    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)
  6. CHANGELOG/CHANGELOG-1.22.md

      Jobs that are tracked using this mechanism get the annotation `batch.kubernetes.io/job-tracking`. This is a temporary measure. Two releases after this feature graduates to beta, the annotation won't be added to Jobs anymore....
    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.13.md

    - [Kubernetes 1.13 Release Notes](#kubernetes-113-release-notes)
      - [Security Content](#security-content)
      - [Urgent Upgrade Notes](#urgent-upgrade-notes)
        - [(No, really, you MUST do this before you upgrade)](#no-really-you-must-do-this-before-you-upgrade)
      - [Known Issues](#known-issues)
      - [Deprecations](#deprecations)
      - [Major Themes](#major-themes)
        - [SIG API Machinery](#sig-api-machinery)
        - [SIG Auth](#sig-auth)
    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)
  8. src/main/webapp/js/admin/moment-with-locales.min.js

    ueOf=function(){return this._d.valueOf()-6e4*(this._offset||0)},it.creationData=function(){return{input:this._i,format:this._f,locale:this._locale,isUTC:this._isUTC,strict:this._strict}},it.year=ve,it.isLeapYear=function(){return ge(this.year())},it.weekYear=function(e){return at.call(this,e,this.week(),this.weekday(),this.localeData()._week.dow,this.localeData()._week.doy)},it.isoWeekYear=function(e){return at.call(this,e,this.isoWeek(),this.isoWeekday(),1,4)},it.quarter=it.quarters=function(e){return...
    JavaScript
    - Registered: Mon Apr 29 08:04:11 GMT 2024
    - Last Modified: Thu Jul 12 13:18:07 GMT 2018
    - 319K bytes
    - Viewed (4)
  9. CHANGELOG/CHANGELOG-1.9.md

    machines and reports it as part of node metrics to heapster. This API call fails for VMware and VirtualBox virtualization environments. This issue is not present in bare metal Windows deployments, in Hyper-V, or on some of the popular public cloud providers.
    
    *   If you run `kubectl get po` while the API server in unreachable, a misleading error is returned: `the server doesn't have a resource type "po"`. To work around this issue, specify the full resource name in the command instead...
    Plain Text
    - Registered: Fri Apr 26 09:05:10 GMT 2024
    - Last Modified: Tue Nov 16 10:46:27 GMT 2021
    - 313.7K bytes
    - Viewed (0)
  10. CHANGELOG/CHANGELOG-1.8.md

    until all results are retrieved.  The resulting list is identical to a list call that does not perform chunking, thanks to capabilities provided by etcd3.  This allows the server to use less memory and CPU when very large lists are returned. This feature is gated as APIListChunking and is not enabled by default. The 1.9 release will begin using this by default.([#48921](https://github.com/kubernetes/kubernetes/pull/48921))
    
    * Pods that are marked for deletion and have exceeded their grace...
    Plain Text
    - Registered: Fri Apr 26 09:05:10 GMT 2024
    - Last Modified: Tue Feb 20 15:45:02 GMT 2024
    - 312.2K bytes
    - Viewed (1)
Back to top