You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Though I can tweak the kubelet service file and use volume/mount to drop in the system's jq, it would be nice if this was supported natively within the image for FlexVolume usage.
CoreOS Version
1185.5.0 (bare-metal)
quay.io/coreos/hyperkube:v1.4.6_coreos.0
When parsing JSON data passed in via Kubernetes FlexVolume, I quickly found that
jqis not included in the above image.ref: lizardfs/lizardfs#486 (comment)
An example of what I'm using it for:
/etc/kubernetes/volume-plugins/fq~lizardfs
Though I can tweak the kubelet service file and use volume/mount to drop in the system's jq, it would be nice if this was supported natively within the image for FlexVolume usage.
Also, jq is referenced in the Kubernetes repo for FlexVolume usage:
https://github.com/kubernetes/kubernetes/blob/master/examples/volumes/flexvolume/lvm#L72