You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Install golang on controller before deploying watcher
When we run make watcher_deploy on controller in uni jobs. It
fails with 'make: go: No such file or directory'.
go was not installed on the controller leading to watcher service
deploy failure.
Running make download_tools install golang and fixes the issue.
Signed-off-by: Chandan Kumar (raukadah) <[email protected]>
Depends-On: openstack-k8s-operators/ci-framework#3063
0 commit comments