Details

    Description

      The node-selector is a collection of key/value pairs to constrain a pod to only be able to run on particular node(s). Since affinity and anti-affinity are uncommon use case for Flink, so we leave the support in pod template.

       

      public static final ConfigOption<Map<String, String>> JOB_MANAGER_NODE_SELECTOR =
       key("kubernetes.jobmanager.node-selector")
       .mapType()
       .noDefaultValue()
       .withDescription("The node selector to be set for JobManager pod. Specified as key:value pairs separated by " +
        "commas. For example, environment:production,disk:ssd.");
      
      public static final ConfigOption<Map<String, String>> TASK_MANAGER_NODE_SELECTOR =
       key("kubernetes.taskmanager.node-selector")
       .mapType()
       .noDefaultValue()
       .withDescription("The node selector to be set for TaskManager pods. Specified as key:value pairs separated by " +
        "commas. For example, environment:production,disk:ssd.");
      

      Attachments

        Issue Links

          Activity

            People

              wangyang0918 Yang Wang
              wangyang0918 Yang Wang
              Votes:
              0 Vote for this issue
              Watchers:
              2 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved:

                Time Tracking

                  Estimated:
                  Original Estimate - Not Specified
                  Not Specified
                  Remaining:
                  Remaining Estimate - 0h
                  0h
                  Logged:
                  Time Spent - 20m
                  20m