Soluto / kamus

An open source, git-ops, zero-trust secret encryption and decryption solution for Kubernetes applications
https://kamus.soluto.io
Apache License 2.0
930 stars 68 forks source link

fix ci errors in circleci #657

Closed gioragutt closed 8 months ago

gioragutt commented 2 years ago

Fixes already:

Missing to make CI pass:

gioragutt commented 2 years ago

@shaikatz @omerlh sorry for the sudden ping, hope you guys see this.

The CI fails for different reasons, and most of them I fixed, but one I'm not entirely sure how to deal with properly.

In the PR description there's a point about CircleCI running docker with cgroup v2, and it's not supported by k8s v1.18, which is one of the tests in the Kamus CI.

How would you recommend dealing with that? Should we keep support for 1.18 in the CI? Is it worth the effort?

gioragutt commented 2 years ago

cc @yaron-idan