Search Options

Results per page
Sort
Preferred Languages
Advance

Results 21 - 30 of 30 for alternate (0.4 sec)

  1. CHANGELOG/CHANGELOG-1.11.md

    ### SIG Network
    
    The main milestones for SIG Network this release are the graduation of IPVS-based load balancing and CoreDNS to general availability.
    
    IPVS is an alternative approach to in-cluster load balancing that uses in-kernel hash tables rather than the previous iptables approach, while CoreDNS is a replacement for kube-dns for service discovery.
    
    ### SIG Node
    
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu Feb 06 06:04:15 UTC 2020
    - 328.4K bytes
    - Viewed (0)
  2. staging/src/k8s.io/apiextensions-apiserver/pkg/apis/apiextensions/validation/validation_test.go

    			expectedErrors: []validationMatch{
    				// Invalid value: "null": must be object at the root
    				unsupported("spec.validation.openAPIV3Schema.type"),
    				// Forbidden: type cannot be set to null, use nullable as an alternative
    				forbidden("spec.validation.openAPIV3Schema.type"),
    				// Unsupported value: "null": supported values: "array", "boolean", "integer", "number", "object", "string"
    				invalid("spec.validation.openAPIV3Schema.type"),
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri May 10 22:07:40 UTC 2024
    - 349.4K bytes
    - Viewed (0)
  3. CHANGELOG/CHANGELOG-1.23.md

    The code which implements them will be removed in a future release, so users of those need to start replacing the deprecated flags with some alternative solutions.
    
    ### Software Supply Chain SLSA Level 1 Compliance in the Kubernetes Release Process
    
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue Feb 28 21:06:52 UTC 2023
    - 424.5K bytes
    - Viewed (0)
  4. CHANGELOG/CHANGELOG-1.22.md

    - New metrics: `apiserver_kube_aggregator_x509_missing_san_total` and `apiserver_webhooks_x509_missing_san_total`. This metric measures a number of connections to webhooks/aggregated API servers that use certificates without Subject Alternative Names. It being non-zero is a warning sign that these connections will stop functioning in the future since Golang is going to deprecate x509 certificate subject Common Names for server hostname verification. ([#95396](https://github.com/kubern...
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue Dec 13 12:43:45 UTC 2022
    - 454.1K bytes
    - Viewed (0)
  5. CHANGELOG/CHANGELOG-1.24.md

    - Remove the deprecated flag `--experimental-check-node-capabilities-before-mount`. With CSI now GA, there is a better alternative. Remove any use of  `--experimental-check-node-capabilities-before-mount` from your kubelet scripts or manifests. ([#104732](https://github.com/kubernetes/kubernetes/pull/104732), [@mengjiao-liu](https://github.com/mengjiao-liu))
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu Aug 24 00:02:43 UTC 2023
    - 473.4K bytes
    - Viewed (0)
  6. pkg/apis/core/types.go

    	// service.spec.ipFamilies was not provided then it will be assigned according to how they are
    	// configured on the cluster. If service.spec.ipFamilies has only one entry then the alternative
    	// IPFamily will be added by apiserver
    	IPFamilyPolicyRequireDualStack IPFamilyPolicy = "RequireDualStack"
    )
    
    // ServiceSpec describes the attributes that a user creates on a service
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed May 29 22:40:29 UTC 2024
    - 268.9K bytes
    - Viewed (0)
  7. fess-crawler/src/main/resources/org/codelibs/fess/crawler/mime/tika-mimetypes.xml

        <glob pattern="*.vtu"/>
      </mime-type>
    
      <mime-type type="model/vrml">
        <glob pattern="*.wrl"/>
        <glob pattern="*.vrml"/>
      </mime-type>
    
      <mime-type type="multipart/alternative"/>
    
      <mime-type type="multipart/appledouble">
        <magic priority="50">
          <match value="0x00051607" type="string" offset="0"/>
        </magic>
      </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)
  8. CHANGELOG/CHANGELOG-1.8.md

      * There are known bugs that result in errors when querying Kubelet's stats summary API. We expect to fix them in v1.8.1.
    
    #### kubelet
    
    * [alpha] Kubelet now supports alternative container-level CPU affinity policies by using the new CPU manager. ([#375](https://github.com/kubernetes/enhancements/issues/375), [@sjenning](https://github.com/sjenning), [@ConnorDoyle](https://github.com/ConnorDoyle))
    
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue Feb 20 15:45:02 UTC 2024
    - 312.2K bytes
    - Viewed (0)
  9. ChangeLog.md

    - [`KT-60821`](https://youtrack.jetbrains.com/issue/KT-60821) [KAPT4] Make sure that KAPT produces correct JCTree; if that's not possible, investigate using JavaPoet as an alternative
    - [`KT-62059`](https://youtrack.jetbrains.com/issue/KT-62059) Kapt4IT.kt18799 test fails - cannot find symbol Factory
    Registered: Wed Jun 12 09:53:16 UTC 2024
    - Last Modified: Mon May 27 17:14:23 UTC 2024
    - 292.1K bytes
    - Viewed (0)
  10. staging/src/k8s.io/api/core/v1/types.go

    	// service.spec.ipFamilies was not provided then it will be assigned according to how they are
    	// configured on the cluster. If service.spec.ipFamilies has only one entry then the alternative
    	// IPFamily will be added by apiserver
    	IPFamilyPolicyRequireDualStack IPFamilyPolicy = "RequireDualStack"
    )
    
    // for backwards compat
    // +enum
    type IPFamilyPolicyType = IPFamilyPolicy
    
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed May 29 22:40:29 UTC 2024
    - 390.8K bytes
    - Viewed (0)
Back to top