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/lib | |
| 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/lib')
| -rwxr-xr-x | hack/lib/golang.sh | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/hack/lib/golang.sh b/hack/lib/golang.sh index 7d4717050..deda28e7d 100755 --- a/hack/lib/golang.sh +++ b/hack/lib/golang.sh @@ -174,6 +174,7 @@ ALL_BINARIES_AND_TARGETS=( csidriver:cloud/cmd/csidriver iptablesmanager:cloud/cmd/iptablesmanager edgemark:edge/cmd/edgemark + controllermanager:cloud/cmd/controllermanager ) kubeedge::golang::get_target_by_binary() { |
