Michael Kaplan
Michael Kaplan
@bephinix I finally have more time for this, so I'll try to redo this PR, so we can merge it.
@bephinix @kke I have used your reference and updated it to the spec so we can finally merge this. Please check it after me, as I haven't tested this yet(will...
forgot to import errors there(should be fixed now)
> Looks fine to me, I assume you've used it succesfully? Yes, I have successfully deployed a simple cluster with it.
I should be able to test it a bit tomorrow, I'll report back how it went.
Hey @nbrownus, took a little longer to get to it. I can confirm the routes are picked up by nebula, but traffic can't actually flow through them. `level=debug msg="dropping outbound...
I think that is caused by the chart setting the security context similar to this. ```yaml securityContext: runAsUser: 1001 ``` but the container does not have a user with uid...
Not sure yet, I gave up on it(due to the missing configs, and just went with a pg_dump) I'm not sure if you change the postgres users uid, that it...
> What do you mean by fixing tests @jitendk? I don't know how they work. When searching for the `minScanInterval` text in the repo, I found the file I adjusted...