Skip to content

rjchicago/lok8

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

LoK8

LoK8 will copy node topology labels to pods running on each node.

Modes

Global Mode

Global Mode is disabled by default. Run LoK8 in Global Mode by setting environment variable GLOBAL_MODE=true.

Global Mode Example

  env:
    - name: GLOBAL_MODE
      value: "true"

Pod Mode

Enable LoK8 at the Pod level by applying the LoK8 annotation on each Pod individually or by using the Pod Template.

Pod Mode Example

  template:
    metadata:
      annotations:
        lok8.io/enabled: 'true'

Related

Related Kubernetes features:

About

LoK8 applies node topology labels to pods

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published