jpbetz / auger

Directly access data objects stored in etcd by kubernetes.
Apache License 2.0
392 stars 62 forks source link

Use with Openshift ? #10

Closed stujb closed 5 years ago

stujb commented 6 years ago

Would it be possible to use auger on Openshift objects such as Builds, BuildConfigs, DeploymentConfigs etc ?

If I try to decode I get the following error: cat test.data | auger decode Error: error decoding from application/vnd.kubernetes.storagebinary: no kind "Build" is registered for version "v1"

jpbetz commented 5 years ago

No plans to add direct support for openshift. But there is a --rawflag (auger extract -f <db-file> --key <desired-key> --raw) that could be used go get the data value out. This could then be passed into a openshift specific tool to decode or interpret further.