Uploaded image for project: 'Flink'
  1. Flink
  2. FLINK-31863

Add 'Hostname' enum val to k8s NodeAddress type.

    XMLWordPrintableJSON

Details

    Description

      Class io.fabric8.kubernetes.api.model.NodeAddress.type contains 'InternalIP','ExternalIP' and 'Hostname'. The InternalIP address is unavailable in the private cloud environment. But the hostname can be resolved by the DNS server. So 'org.apache.flink.kubernetes.configuration.NodePortAddressType.NodePortAddressType' should add 'Hostname' enumeration value.

      //org.apache.flink.kubernetes.configuration.NodePortAddressType.NodePortAddressType
          public enum NodePortAddressType {
              InternalIP,
              ExternalIP,
              Hostname
          } 

       

      Attachments

        Issue Links

          Activity

            People

              Unassigned Unassigned
              vince.feng Vince.Feng
              Votes:
              0 Vote for this issue
              Watchers:
              1 Start watching this issue

              Dates

                Created:
                Updated:

                Time Tracking

                  Estimated:
                  Original Estimate - 1h
                  1h
                  Remaining:
                  Remaining Estimate - 1h
                  1h
                  Logged:
                  Time Spent - Not Specified
                  Not Specified