Details
-
Sub-task
-
Status: Closed
-
Major
-
Resolution: Fixed
-
None
-
None
Description
Navigate to Kubernetes doc for more information.
public static final ConfigOption<String> JOB_MANAGER_USER_LABELS = key("kubernetes.jobmanager.labels") .noDefaultValue() .withDescription("The labels to be set for JobManager replica controller, service and pods. " + "Specified as key:value pairs separated by commas. such as version:alphav1,deploy:test."); public static final ConfigOption<String> TASK_MANAGER_USER_LABELS = key("kubernetes.taskmanager.labels") .noDefaultValue() .withDescription("The labels to be set for TaskManager pods. " + "Specified as key:value pairs separated by commas. such as version:alphav1,deploy:test.");
Attachments
Issue Links
- links to