mirror of
https://github.com/k3s-io/kubernetes.git
synced 2026-01-13 11:25:19 +00:00
Add safe_format_and_mount to hyperkube image.
* Add volume format script into hyperkube image. * Fix issue with format script on non-redhat platforms.
This commit is contained in:
@@ -8,3 +8,5 @@ RUN chmod a+rx /hyperkube
|
||||
|
||||
COPY master-multi.json /etc/kubernetes/manifests-multi/master.json
|
||||
COPY master.json /etc/kubernetes/manifests/master.json
|
||||
COPY safe_format_and_mount /usr/share/google/safe_format_and_mount
|
||||
RUN chmod a+rx /usr/share/google/safe_format_and_mount
|
||||
|
||||
Reference in New Issue
Block a user