🚚 Move tap directory to kubeshark/worker and use kubeshark/worker Docker image instead (#1248)

* Remove `tap` directory

* Fix the depedencies and build errors

* Fix the linter errors

* Use `kubeshark/worker` image as tapper

* Arrange the pod prefixes and suffixes

* Don't install any dependencies in the CI

* Remove `devops` directory

* Don't generate eBPF object files in the CI

* Fix `Makefile`

* Update `Dockerfile`
This commit is contained in:
M. Mert Yildiran
2022-11-24 09:21:30 -08:00
committed by GitHub
parent 8c97c4a120
commit 8868a4c979
177 changed files with 180 additions and 302650 deletions

View File

@@ -24,7 +24,7 @@ import (
"github.com/kubeshark/kubeshark/logger"
"github.com/kubeshark/kubeshark/shared"
"github.com/kubeshark/kubeshark/shared/kubernetes"
"github.com/kubeshark/kubeshark/tap/api"
"github.com/kubeshark/worker/api"
)
const cleanupTimeout = time.Minute