Search Options

Results per page
Sort
Preferred Languages
Advance

Results 11 - 20 of 30 for applicationId (0.9 sec)

  1. CHANGELOG/CHANGELOG-1.10.md

    users to request exclusive CPU cores.  This helps performance in a variety of use-cases, including network latency sensitive applications, as well as applications that benefit from CPU cache residency.  Next, [Huge Pages](https://kubernetes.io/docs/tasks/manage-hugepages/scheduling-hugepages/), which allows pods to consume either 2Mi or 1Gi Huge Pages.  This benefits applications that consume large amounts of memory.  Use of Huge Pages is a common tuning recommendation for databases and JVMs.  Finally,...
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu May 05 13:44:43 UTC 2022
    - 341.8K bytes
    - Viewed (0)
  2. operator/pkg/apis/istio/v1alpha1/values_types.pb.go

    	//
    	// See https://kubernetes.io/docs/tasks/run-application/horizontal-pod-autoscale/
    	//
    	// Deprecated: Marked as deprecated in pkg/apis/istio/v1alpha1/values_types.proto.
    	Memory *TargetUtilizationConfig `protobuf:"bytes,4,opt,name=memory,proto3" json:"memory,omitempty"`
    	// K8s utilization setting for HorizontalPodAutoscaler target.
    	//
    	// See https://kubernetes.io/docs/tasks/run-application/horizontal-pod-autoscale/
    	//
    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

    }
    
    const (
    	// TerminationMessagePathDefault means the default path to capture the application termination message running in a container
    	TerminationMessagePathDefault string = "/dev/termination-log"
    )
    
    // A single application container that you want to run within a pod.
    type Container struct {
    	// Name of the container specified as a DNS_LABEL.
    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

      // +optional
      optional int32 defaultMode = 3;
    
      // optional specify whether the ConfigMap or its keys must be defined
      // +optional
      optional bool optional = 4;
    }
    
    // A single application container that you want to run within a pod.
    message Container {
      // Name of the container specified as a DNS_LABEL.
      // Each container in a pod must have a unique name (DNS_LABEL).
      // Cannot be updated.
    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

    }
    
    func (ConfigMapVolumeSource) SwaggerDoc() map[string]string {
    	return map_ConfigMapVolumeSource
    }
    
    var map_Container = map[string]string{
    	"":                         "A single application container that you want to run within a pod.",
    	"name":                     "Name of the container specified as a DNS_LABEL. Each container in a pod must have a unique name (DNS_LABEL). Cannot be updated.",
    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. staging/src/k8s.io/api/core/v1/generated.proto

      // +optional
      optional int32 defaultMode = 3;
    
      // optional specify whether the ConfigMap or its keys must be defined
      // +optional
      optional bool optional = 4;
    }
    
    // A single application container that you want to run within a pod.
    message Container {
      // Name of the container specified as a DNS_LABEL.
      // Each container in a pod must have a unique name (DNS_LABEL).
      // Cannot be updated.
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed May 29 22:40:29 UTC 2024
    - 280.3K bytes
    - Viewed (0)
  7. pkg/apis/core/types.go

    	// 'RestartContainer' means Kubernetes will resize the container in-place
    	// by stopping and starting the container when new resources are applied.
    	// This is needed for legacy applications. For e.g. java apps using the
    	// -xmxN flag which are unable to use resized memory without restarting.
    	RestartContainer ResourceResizeRestartPolicy = "RestartContainer"
    )
    
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed May 29 22:40:29 UTC 2024
    - 268.9K bytes
    - Viewed (0)
  8. CHANGELOG/CHANGELOG-1.8.md

    * Changes secret, configMap, downwardAPI and projected volumes to mount read-only, instead of allowing applications to write data and then reverting it automatically. Until version 1.11, setting the feature gate ReadOnlyAPIDataVolumes=false will preserve the old behavior. ([#58720](https://github.com/kubernetes/kubernetes/pull/58720), [@joelsmith](https://g...
    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. prow/config/calico.yaml

                  removeExternalRoutes:
                    description: Whether or not to remove device routes that have not
                      been programmed by Felix. Disabling this will allow external applications
                      to also add device routes. This is enabled by default which means
                      we will remove externally added routes.
                    type: boolean
                  reportingInterval:
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Tue May 21 18:32:01 UTC 2024
    - 246.5K bytes
    - Viewed (0)
  10. staging/src/k8s.io/apiextensions-apiserver/test/integration/ratcheting_test_cases/crds/standard-install.yaml

                                determined using the Listener protocol. \n A RouteGroupKind
                                MUST correspond to kinds of Routes that are compatible
                                with the application protocol specified in the Listener's
                                Protocol field. If an implementation does not support
                                or recognize this resource type, it MUST set the \"ResolvedRefs\"
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Oct 27 17:15:18 UTC 2023
    - 458.3K bytes
    - Viewed (0)
Back to top