-
Type:
Bug
-
Status: Closed
-
Priority:
Major
-
Resolution: Fixed
-
Affects Version/s: 1.10.0
-
Component/s: Deployment / Kubernetes
-
Labels:
The Kubernetes deployment usesĀ `kubernetes.taskmanager.cpu` for configuring TM cpu cores, and will fallback to number-of-slots if not specified.
FLINK-14188 introduced a common option `taskmanager.cpu.cores` (ATM not exposed to users and for internal usage only). A common logic is to decide the TM cpu cores following the fallback order of "common option -> K8s/Yarn/Mesos specific option -> numberOfSlot".
The above fallback rules are not respected by the Kubernetes deployment.
- relates to
-
FLINK-9953 Active Kubernetes integration
-
- Closed
-
- links to