LoK8 will copy node topology labels to pods running on each node.
Global Mode is disabled by default. Run LoK8 in Global Mode by setting environment variable GLOBAL_MODE=true.
env:
- name: GLOBAL_MODE
value: "true"
Enable LoK8 at the Pod level by applying the LoK8 annotation on each Pod individually or by using the Pod Template.
template:
metadata:
annotations:
lok8.io/enabled: 'true'Related Kubernetes features: