Andreas Fritzler

Results 29 comments of Andreas Fritzler

I would recommend to update the worker/master flavors via the `terraform.tfvars` file ``` master = { count=3 flavor_name="medium_4_8" } worker = { count=3 flavor_name="medium_2_4" } ``` We also have a...

Did somebody manage to run kine stable on cockroachDB? If so what version were you using?

Ok it looks like this is the root cause of the compaction not working. https://github.com/cockroachdb/cockroach/issues/40963

So for me using the compaction query from the sqlite driver did the trick: https://github.com/afritzler/kine/commit/f3130cc9b3cf15a8dc69efc5b877177665012d96

Running `make test` on the kubebuilder project itself on my Apple M1 (darwin/arm64) results in this: ``` Running kubebuilder integration tests Building kubebuilder Installing e2e tools with setup-envtest unable to...

@pfandzelter since I want to run nebula in my Kubernetes cluster, I would like to have a proper OS in my container so I can `exec` into it. Regarding the...

I hope I will find some time soon to include a proper `entrypoint.sh` with the changes proposed by @toonsevrin .

Ok, I added the suggested `entrypoint.sh` to the Dockerfile now.

Any chance this PR gets merged anytime soon?

@yankcrime thanks a lot for the link!