diff options
| author | Congrool <chpzhangyifei@qq.com> | 2022-04-05 17:14:20 +0800 |
|---|---|---|
| committer | Congrool <chpzhangyifei@zju.edu.cn> | 2022-05-19 17:08:58 +0800 |
| commit | 60e540a47345585110706ff0c27e1b0ad4f1b9e4 (patch) | |
| tree | 049da8b4dde6fc836c3368b4f1b20e34fec37fcf /hack/make-rules | |
| parent | init edgeapplication (diff) | |
| download | kubeedge-60e540a47345585110706ff0c27e1b0ad4f1b9e4.tar.gz | |
controller manager fix
Signed-off-by: Congrool <chpzhangyifei@qq.com>
Signed-off-by: Congrool <chpzhangyifei@zju.edu.cn>
Diffstat (limited to 'hack/make-rules')
| -rwxr-xr-x | hack/make-rules/image.sh | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/hack/make-rules/image.sh b/hack/make-rules/image.sh index f93d5c6f3..275a55dbc 100755 --- a/hack/make-rules/image.sh +++ b/hack/make-rules/image.sh @@ -32,6 +32,7 @@ ALL_IMAGES_AND_TARGETS=( csidriver:csidriver:build/csidriver/Dockerfile iptablesmanager:iptables-manager:build/iptablesmanager/Dockerfile edgemark:edgemark:build/edgemark/Dockerfile + controllermanager:controller-manager:build/controllermanager/Dockerfile installation-package:installation-package:build/docker/installation-package/installation-package.dockerfile ) |
