Search Options

Results per page
Sort
Preferred Languages
Advance

Results 41 - 50 of 52 for nodeStage (0.32 sec)

  1. pkg/kubelet/cm/memorymanager/policy_static.go

    				for _, nodeID := range b.NUMAAffinity {
    					nodeState, ok := expectedMachineState[nodeID]
    					if !ok {
    						return fmt.Errorf("[memorymanager] (pod: %s, container: %s) the memory assignment uses the NUMA that does not exist", pod, containerName)
    					}
    
    					nodeState.NumberOfAssignments++
    					nodeState.Cells = b.NUMAAffinity
    
    					memoryState, ok := nodeState.MemoryMap[b.Type]
    					if !ok {
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Sun Nov 12 07:34:55 UTC 2023
    - 34K bytes
    - Viewed (0)
  2. hack/ginkgo-e2e.sh

      --repo-root="${KUBE_ROOT}" \
      --node-instance-group="${NODE_INSTANCE_GROUP:-}" \
      --prefix="${KUBE_GCE_INSTANCE_PREFIX:-e2e}" \
      --network="${KUBE_GCE_NETWORK:-${KUBE_GKE_NETWORK:-e2e}}" \
      --node-tag="${NODE_TAG:-}" \
      --master-tag="${MASTER_TAG:-}" \
      --docker-config-file="${DOCKER_CONFIG_FILE:-}" \
      --dns-domain="${KUBE_DNS_DOMAIN:-cluster.local}" \
      --prepull-images="${PREPULL_IMAGES:-false}" \
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Mon May 27 13:25:50 UTC 2024
    - 8.6K bytes
    - Viewed (0)
  3. api/openapi-spec/v3/apis__storage.k8s.io__v1_openapi.json

    all volumes provided by this CSI driver can be mounted separately with different `-o context` options. This is typical for storage backends that provide volumes as filesystems on block devices or as independent shared volumes. Kubernetes will call NodeStage / NodePublish with \"-o context=xyz\" mount option when mounting a ReadWriteOncePod volume used in Pod that has explicitly set SELinux context. In the future, it may be expanded to other volume AccessModes. In any case, Kubernetes will ensure that...
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Mar 08 04:18:56 UTC 2024
    - 481.9K bytes
    - Viewed (0)
  4. cluster/gce/gci/configure-helper.sh

        use_cloud_config="true"
        if [[ -n "${NODE_TAGS:-}" ]]; then
          # split NODE_TAGS into an array by comma.
          IFS=',' read -r -a node_tags <<< "${NODE_TAGS}"
        else
          local -r node_tags=("${NODE_INSTANCE_PREFIX}")
        fi
        cat <<EOF >>/etc/gce.conf
    node-instance-prefix = ${NODE_INSTANCE_PREFIX}
    EOF
        for tag in "${node_tags[@]}"; do
          cat <<EOF >>/etc/gce.conf
    node-tags = ${tag}
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Mon Jun 10 22:07:47 UTC 2024
    - 141.1K bytes
    - Viewed (0)
  5. cluster/gce/config-default.sh

    MASTER_NAME="${INSTANCE_PREFIX}-master"
    export AGGREGATOR_MASTER_NAME="${INSTANCE_PREFIX}-aggregator"
    export INITIAL_ETCD_CLUSTER="${MASTER_NAME}"
    export MASTER_TAG="${INSTANCE_PREFIX}-master"
    export NODE_TAG="${INSTANCE_PREFIX}-minion"
    
    CLUSTER_IP_RANGE="${CLUSTER_IP_RANGE:-$(get-cluster-ip-range)}"
    MASTER_IP_RANGE="${MASTER_IP_RANGE:-10.246.0.0/24}"
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Sat Mar 16 20:16:32 UTC 2024
    - 26.9K bytes
    - Viewed (0)
  6. cluster/gce/config-test.sh

    MASTER_NAME="${INSTANCE_PREFIX}-master"
    export AGGREGATOR_MASTER_NAME="${INSTANCE_PREFIX}-aggregator"
    export INITIAL_ETCD_CLUSTER=${MASTER_NAME}
    export MASTER_TAG="${INSTANCE_PREFIX}-master"
    export NODE_TAG="${INSTANCE_PREFIX}-minion"
    
    CLUSTER_IP_RANGE=${CLUSTER_IP_RANGE:-$(get-cluster-ip-range)}
    MASTER_IP_RANGE=${MASTER_IP_RANGE:-10.246.0.0/24}
    # NODE_IP_RANGE is used when ENABLE_IP_ALIASES=true or CREATE_CUSTOM_NETWORK=true.
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu Apr 18 17:20:24 UTC 2024
    - 29.8K bytes
    - Viewed (0)
  7. CHANGELOG/CHANGELOG-1.19.md

    - Ensure that volume capability and staging target fields are present in nodeExpansion CSI calls
    
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Jan 05 05:42:32 UTC 2022
    - 489.7K bytes
    - Viewed (0)
  8. pkg/generated/openapi/zz_generated.openapi.go

    all volumes provided by this CSI driver can be mounted separately with different `-o context` options. This is typical for storage backends that provide volumes as filesystems on block devices or as independent shared volumes. Kubernetes will call NodeStage / NodePublish with \"-o context=xyz\" mount option when mounting a ReadWriteOncePod volume used in Pod that has explicitly set SELinux context. In the future, it may be expanded to other volume AccessModes. In any case, Kubernetes will ensure that...
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Jun 05 18:37:07 UTC 2024
    - 3M bytes
    - Viewed (0)
  9. CHANGELOG/CHANGELOG-1.3.md

    * Don't delete affinity when endpoints are empty ([#28655](https://github.com/kubernetes/kubernetes/pull/28655), [@freehan](https://github.com/freehan))
    * GCE bring-up: Differentiate NODE_TAGS from NODE_INSTANCE_PREFIX ([#29141](https://github.com/kubernetes/kubernetes/pull/29141), [@zmerlynn](https://github.com/zmerlynn))
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu Dec 24 02:28:26 UTC 2020
    - 84K bytes
    - Viewed (0)
  10. staging/src/k8s.io/cli-runtime/artifacts/openapi/swagger-with-shared-parameters.json

    all volumes provided by this CSI driver can be mounted separately with different `-o context` options. This is typical for storage backends that provide volumes as filesystems on block devices or as independent shared volumes. Kubernetes will call NodeStage / NodePublish with \"-o context=xyz\" mount option when mounting a ReadWriteOncePod volume used in Pod that has explicitly set SELinux context. In the future, it may be expanded to other volume AccessModes. In any case, Kubernetes will ensure that...
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue Feb 20 15:45:02 UTC 2024
    - 2.3M bytes
    - Viewed (0)
Back to top