Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 10 of 29 for Configurer (0.17 sec)

  1. prow/config/calico.yaml

    ---
    # Source: calico/templates/calico-config.yaml
    # This ConfigMap is used to configure a self-hosted Calico installation.
    kind: ConfigMap
    apiVersion: v1
    metadata:
      name: calico-config
      namespace: kube-system
    data:
      # Typha is disabled.
      typha_service_name: "none"
      # Configure the backend to use.
      calico_backend: "bird"
    
      # Configure the MTU to use for workload interfaces and tunnels.
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Tue May 21 18:32:01 UTC 2024
    - 246.5K bytes
    - Viewed (0)
  2. operator/pkg/apis/istio/v1alpha1/values_types.pb.go

    	// The control plane has different scopes depending on component, but can configure default log level across all components
    	// If empty, default scope and level will be used as configured in code
    	Level string `protobuf:"bytes,1,opt,name=level,proto3" json:"level,omitempty"`
    }
    
    func (x *GlobalLoggingConfig) Reset() {
    	*x = GlobalLoggingConfig{}
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Mon Jun 03 01:55:05 UTC 2024
    - 329.6K bytes
    - Viewed (0)
  3. staging/src/k8s.io/api/core/v1/types.go

    	// IPFamilyPolicyPreferDualStack indicates that this service prefers dual-stack when
    	// the cluster is configured for dual-stack. If the cluster is not configured
    	// for dual-stack the service will be assigned a single IPFamily. If the IPFamily is not
    	// set in service.spec.ipFamilies then the service will be assigned the default IPFamily
    	// configured on the cluster
    	IPFamilyPolicyPreferDualStack IPFamilyPolicy = "PreferDualStack"
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed May 29 22:40:29 UTC 2024
    - 390.8K bytes
    - Viewed (0)
  4. common-protos/k8s.io/api/core/v1/generated.proto

      // to SingleStack. Services can be "SingleStack" (a single IP family),
      // "PreferDualStack" (two IP families on dual-stack configured clusters or
      // a single IP family on single-stack clusters), or "RequireDualStack"
      // (two IP families on dual-stack configured clusters, otherwise fail). The
      // ipFamilies and clusterIPs fields depend on the value of this field. This
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Mon Mar 11 18:43:24 UTC 2024
    - 255.8K bytes
    - Viewed (0)
  5. staging/src/k8s.io/api/core/v1/types_swagger_doc_generated.go

    	"al...
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed May 29 22:40:29 UTC 2024
    - 254.8K bytes
    - Viewed (0)
  6. pkg/apis/core/types.go

    	// IPFamilyPolicyPreferDualStack indicates that this service prefers dual-stack when
    	// the cluster is configured for dual-stack. If the cluster is not configured
    	// for dual-stack the service will be assigned a single IPFamily. If the IPFamily is not
    	// set in service.spec.ipFamilies then the service will be assigned the default IPFamily
    	// configured on the cluster
    	IPFamilyPolicyPreferDualStack IPFamilyPolicy = "PreferDualStack"
    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. staging/src/k8s.io/api/core/v1/generated.proto

      // to SingleStack. Services can be "SingleStack" (a single IP family),
      // "PreferDualStack" (two IP families on dual-stack configured clusters or
      // a single IP family on single-stack clusters), or "RequireDualStack"
      // (two IP families on dual-stack configured clusters, otherwise fail). The
      // ipFamilies and clusterIPs fields depend on the value of this field. This
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed May 29 22:40:29 UTC 2024
    - 280.3K bytes
    - Viewed (0)
  8. CHANGELOG/CHANGELOG-1.22.md

     - Kubeadm: the flag `--cri-socket` is no longer allowed in a mixture with the...
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue Dec 13 12:43:45 UTC 2022
    - 454.1K bytes
    - Viewed (0)
  9. CHANGELOG/CHANGELOG-1.8.md

    - Removed deprecated command `kubectl stop`.
    
    - Kubectl can now use http caching for the OpenAPI schema. The cache
      directory can be configured by passing the `--cache-dir` command line flag to kubectl.
      If set to an empty string, caching is disabled.
    
    - Kubectl now performs validation against OpenAPI schema instead of Swagger 1.2. If
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue Feb 20 15:45:02 UTC 2024
    - 312.2K bytes
    - Viewed (0)
  10. CHANGELOG/CHANGELOG-1.30.md

    - Kubeadm: during kubelet health checks, respect the healthz address:port configured in the KubeletConfiguration instead of hardcoding localhost:10248. ([#125286](https://github.com/kubernetes/kubernetes/pull/125286), [@neolit123](https://github.com/neolit123)) [SIG Cluster Lifecycle]
    
    ## Dependencies
    
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Jun 12 04:05:28 UTC 2024
    - 253.2K bytes
    - Viewed (0)
Back to top