Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 6 of 6 for hostMap (0.2 sec)

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

      // Defaults to "TCP".
      // +optional
      // +default="TCP"
      optional string protocol = 4;
    
      // What host IP to bind the external port to.
      // +optional
      optional string hostIP = 5;
    }
    
    // ContainerResizePolicy represents resource resize policy for the container.
    message ContainerResizePolicy {
      // Name of the resource to which this resource resize policy applies.
    Plain Text
    - Registered: Wed May 08 22:53:08 GMT 2024
    - Last Modified: Mon Mar 11 18:43:24 GMT 2024
    - 255.8K bytes
    - Viewed (0)
  2. CHANGELOG/CHANGELOG-1.21.md

    ### Failing Test
    
    - Kubelet: the HostPort implementation in dockershim was not taking into consideration the HostIP field, causing that the same HostPort can not be used with different IP addresses.
    Plain Text
    - Registered: Fri May 03 09:05:14 GMT 2024
    - Last Modified: Fri Oct 14 07:03:14 GMT 2022
    - 367.3K bytes
    - Viewed (4)
  3. CHANGELOG/CHANGELOG-1.20.md

    ### Failing Test
    
    - Kubelet: the HostPort implementation in dockershim was not taking into consideration the HostIP field, causing that the same HostPort can not be used with different IP addresses.
    Plain Text
    - Registered: Fri May 03 09:05:14 GMT 2024
    - Last Modified: Wed Jan 19 21:05:45 GMT 2022
    - 409K bytes
    - Viewed (0)
  4. api/go1.13.txt

    pkg syscall (netbsd-arm64-cgo), const IFT_HIPPIINTERFACE = 57
    pkg syscall (netbsd-arm64-cgo), const IFT_HIPPIINTERFACE ideal-int
    pkg syscall (netbsd-arm64-cgo), const IFT_HOSTPAD = 90
    pkg syscall (netbsd-arm64-cgo), const IFT_HOSTPAD ideal-int
    pkg syscall (netbsd-arm64-cgo), const IFT_HSSI = 46
    pkg syscall (netbsd-arm64-cgo), const IFT_HSSI ideal-int
    pkg syscall (netbsd-arm64-cgo), const IFT_HY = 14
    Plain Text
    - Registered: Tue May 07 11:14:38 GMT 2024
    - Last Modified: Thu Aug 08 18:44:16 GMT 2019
    - 452.6K bytes
    - Viewed (0)
  5. CHANGELOG/CHANGELOG-1.7.md

      * Disk Pressure triggers the deletion of terminated containers on the node. ([#45896](https://github.com/kubernetes/kubernetes/pull/45896), [@dashpole](https://github.com/dashpole))
    
      * Support status.hostIP in downward API ([#42717](https://github.com/kubernetes/kubernetes/pull/42717), [@andrewsykim](https://github.com/andrewsykim))
    
      * Upgrade Node Problem Detector to v0.4.1. New features added:
    
    Plain Text
    - Registered: Fri May 03 09:05:14 GMT 2024
    - Last Modified: Thu May 05 13:44:43 GMT 2022
    - 308.7K bytes
    - Viewed (1)
  6. CHANGELOG/CHANGELOG-1.9.md

    * add hostIP and protocol to the original hostport predicates procedure in scheduler. ([#52421](https://github.com/kubernetes/kubernetes/pull/52421), [@WIZARD-CXY](https://github.com/WIZARD-CXY))
    
    
    
    # v1.9.0-alpha.3
    
    Plain Text
    - Registered: Fri May 03 09:05:14 GMT 2024
    - Last Modified: Tue Nov 16 10:46:27 GMT 2021
    - 313.7K bytes
    - Viewed (0)
Back to top