Skip to content

Releases: gkarthiks/container-resource-exporter

0.2.1

16 Aug 17:32
8596efb
Compare
Choose a tag to compare
  • fix for handling namespaces
  • upgraded the k8s-discovery to v0.18.4

0.2.0

09 Aug 17:22
a4a0909
Compare
Choose a tag to compare
  • Added multiple selective namespace watch capabilities
  • Migrated from client-go to discovery-k8s

The CRE can also take multiple namespace in a comma separated list. Like the below. Note that the namespaces should be added as the comma separated string and not individual strings by themselves.

- env:
    - name: WATCH_NAMESPACE
      value: "default, kube-system, reporting"

Minor documentation

12 Mar 14:52
Compare
Choose a tag to compare
refactor(): refactoring with details

Signed-off-by: gkarthiks <[email protected]>

0.1.0 Stable Release

09 Mar 05:34
Compare
Choose a tag to compare

0.1.0

Changes:

  • Adding map mutex for synchronized read/writes
  • Refactoring code

Initial Release

09 Mar 04:26
dc81fc8
Compare
Choose a tag to compare
0.0.1

doc(): adding docker labels