diff --git a/cluster/images/hyperkube/Makefile b/cluster/images/hyperkube/Makefile index 72ad1879fbd..36bcb0f162d 100644 --- a/cluster/images/hyperkube/Makefile +++ b/cluster/images/hyperkube/Makefile @@ -60,6 +60,7 @@ ifndef VERSION $(error VERSION is undefined) endif cp -r ./* ${TEMP_DIR} + mkdir -p ${TEMP_DIR}/cni-bin cp ../../../_output/dockerized/bin/linux/${ARCH}/hyperkube ${TEMP_DIR} chmod a+rx ${TEMP_DIR}/hyperkube