summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorzhu733756 <zhu733756@kubesphere.io>2021-11-19 21:40:21 +0800
committerzhu733756 <zhu733756@kubesphere.io>2021-11-23 21:00:11 +0800
commitdee189af385a1938c827b264aa665dba50f9433d (patch)
tree49f8387625b16570c4d5f984abe106880c0997a2 /Makefile
parentmake iptablesmgr node affinity to the master node (diff)
downloadkubeedge-dee189af385a1938c827b264aa665dba50f9433d.tar.gz
Optimize startup configuration
Signed-off-by: zhu733756 <zhu733756@kubesphere.io>
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 2db9a59a9..6688d2e62 100644
--- a/Makefile
+++ b/Makefile
@@ -305,7 +305,7 @@ csidriverimage:
.PHONY: iptablesmgrimage
iptablesmgrimage:
- docker build --build-arg GO_LDFLAGS=${GO_LDFLAGS} -t kubeedge/iptables-manager:${IMAGE_TAG} -f build/iptablesManager/Dockerfile .
+ docker build --build-arg GO_LDFLAGS=${GO_LDFLAGS} -t kubeedge/iptables-manager:${IMAGE_TAG} -f build/iptablesmanager/Dockerfile .
.PHONY: edgeimage
edgeimage: