Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 10 of 30 for assignTo (0.06 sec)

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

      // reports this record in Assigned. Assigned only updates in the status after
      // the record has been checkpointed to disk. When the Kubelet is restarted,
      // it tries to make the Assigned config the Active config by loading and
      // validating the checkpointed payload identified by Assigned.
      // +optional
      optional NodeConfigSource assigned = 1;
    
    Registered: 2025-05-28 22:53
    - Last Modified: 2024-03-11 18:43
    - 255.8K bytes
    - Viewed (0)
  2. doc/go_spec.html

    <p>
    In assignments, each value must be <a href="#Assignability">assignable</a>
    to the type of the operand to which it is assigned, with the following special cases:
    </p>
    
    <ol>
    <li>
    	Any typed value may be assigned to the blank identifier.
    </li>
    
    <li>
    	If an untyped constant
    	is assigned to a variable of interface type or the blank identifier,
    Registered: 2025-05-27 11:13
    - Last Modified: 2025-05-06 19:12
    - 286.2K bytes
    - Viewed (0)
  3. operator/cmd/mesh/testdata/manifest-generate/data-snapshot.tar.gz

    The filter name to match on. type: string subFilter: description: The next level filter within this filter to match upon. properties: name: description: The filter name to match on. type: string type: object type: object name: description: The name assigned to the filter chain. type: string sni: description: The SNI value used by a filter chain's match condition. type: string transportProtocol: description: Applies only to `SIDECAR_INBOUND` context. type: string type: object listenerFilter: description:...
    Registered: 2025-05-28 22:53
    - Last Modified: 2024-08-12 20:50
    - 266.2K bytes
    - Viewed (0)
  4. CHANGELOG/CHANGELOG-1.27.md

    - Give terminal phase correctly to all pods that will not be restarted. 
    
      In particular, assign Failed phase to pods which are deleted while pending. Also, assign a terminal 
      phase (Succeeded or Failed, depending on the exit statuses of the pod containers) to pods which
      are deleted while running.
      
    Registered: 2025-05-30 09:05
    - Last Modified: 2024-07-17 07:48
    - 466.3K bytes
    - Viewed (2)
  5. CHANGELOG/CHANGELOG-1.6.md

      * [Nodes](https://kubernetes.io/docs/concepts/configuration/assign-pod-node/#node-affinity-beta-feature) and [pods](https://kubernetes.io/docs/concepts/configuration/assign-pod-node/#inter-pod-affinity-and-anti-affinity-beta-feature) now support affinity and anti-affinity
      * Advanced scheduling can be performed with [taints and tolerations](https://kubernetes.io/docs/concepts/configuration/assign-pod-node/#taints-and-tolerations-beta-feature)
    Registered: 2025-05-30 09:05
    - Last Modified: 2020-12-24 02:28
    - 304K bytes
    - Viewed (0)
  6. CHANGELOG/CHANGELOG-1.18.md

      
      $ kubectl describe pod xxx
      ......
      Events:
        Type    Reason     Age        From               Message
        ----    ------     ----       ----               -------
        Normal  Scheduled  <unknown>  default-scheduler  Successfully assigned default/nginx-6c975b59f8-gvmjr to minikube
      ......
    Registered: 2025-05-30 09:05
    - Last Modified: 2021-06-16 17:18
    - 373.2K bytes
    - Viewed (0)
  7. CHANGELOG/CHANGELOG-1.29.md

    - Empty values are no longer assigned to undefined resources (CPU or memory) when storing the resources allocated to the pod in checkpoint. ([#117615](https://github.com/kubernetes/kubernetes/pull/117615), [@aheng-ch](https://github.com/aheng-ch))
    Registered: 2025-05-30 09:05
    - Last Modified: 2025-03-12 00:36
    - 429.6K bytes
    - Viewed (1)
  8. CHANGELOG/CHANGELOG-1.7.md

        * Openstack cinder v1/v2/auto API support ([#40423](https://github.com/kubernetes/kubernetes/pull/40423), [@mkutsevol](https://github.com/mkutsevol))
    
    Registered: 2025-05-30 09:05
    - Last Modified: 2022-05-05 13:44
    - 308.7K bytes
    - Viewed (1)
  9. CHANGELOG/CHANGELOG-1.11.md

    * You can...
    Registered: 2025-05-30 09:05
    - Last Modified: 2020-02-06 06:04
    - 328.4K bytes
    - Viewed (0)
  10. CHANGELOG/CHANGELOG-1.33.md

    copy `topology.k8s.io/zone`, `topology.k8s.io/region` and `kubernetes.io/hostname` labels from Node objects to Pods when they are scheduled to a node (via the `pods/binding` endpoint) to allow applications that need to be explicitly aware of their assigned node topology to access this information via the downward API, rather than requiring permission to `get node` objects (exposing the entire API surface of the Node object to otherwise unprivileged workloads). ([#127092](https://github.com/kuberne...
    Registered: 2025-05-30 09:05
    - Last Modified: 2025-05-15 17:48
    - 257.3K bytes
    - Viewed (0)
Back to top