mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-07-25 04:33:26 +00:00
Merge pull request #32686 from fangyuanziti/add_glusterfs_client
Automatic merge from submit-queue Add glusterfs-client in hyperkube image. When we run kubernete in a docker container, the glusterfs volume doesn't work. This PR add glusterfs-client package in hyperkube image to fix the bug.
This commit is contained in:
commit
d1256498ff
@ -29,6 +29,7 @@ RUN DEBIAN_FRONTEND=noninteractive apt-get update -y \
|
||||
socat \
|
||||
git \
|
||||
nfs-common \
|
||||
glusterfs-client \
|
||||
&& DEBIAN_FRONTEND=noninteractive apt-get upgrade -y \
|
||||
&& DEBIAN_FRONTEND=noninteractive apt-get autoremove -y \
|
||||
&& DEBIAN_FRONTEND=noninteractive apt-get clean && rm -rf /var/lib/apt/lists/* /tmp/* /var/tmp/*
|
||||
|
Loading…
Reference in New Issue
Block a user