Merge pull request #38793 from euank/hyperkube-jq

Automatic merge from submit-queue (batch tested with PRs 37190, 38793)

cluster/images/hyperkube: add jq for some volume plugins

**What this PR does / why we need it**:

Some flexvolume plugins use jq. See also https://github.com/coreos/bugs/issues/1706

It weighs in at about 400kb, so seems sane to include.

**Release note**:
```release-note
NONE
```

cc @luxas @pbx0
pull/6/head
Kubernetes Submit Queue 2016-12-14 23:39:51 -08:00 committed by GitHub
commit d9aed2c5ab
1 changed files with 1 additions and 0 deletions

View File

@ -28,6 +28,7 @@ RUN DEBIAN_FRONTEND=noninteractive apt-get update -y \
util-linux \
socat \
git \
jq \
nfs-common \
glusterfs-client \
cifs-utils \