Travis Raines

Results 166 comments of Travis Raines

There's not any particularly straightforward way to deal with these. The easiest option is probably using the same set of installed custom plugins on all Kong instances within a cluster....

Per the latest comment upstream, Kong 2.4 will fix this. We may be a bit stuck though, since removing the workaround would break 2.3 compatibility, and it seems a bit...

Somehow, we still experience this even with versions that should include the fix in https://trac.nginx.org/nginx/ticket/753 aka https://github.com/nginx/nginx/commit/9c3ac44de268f0cf057bc5dd67929e74c9bbc3e3: newer versions will fail without the workaround. Not sure why sockets are still...

Do you think there'd be a need for it? We do populate tags in the default values.yaml, and Helm will use those if you don't provide any value of your...

What would be your end workflow? Would you need to remove the existing default? We'd prefer to keep the defaults in values.yaml. We can't rely entirely on `appVersion`--there's only one...

User-supplied values work as overlays: when you `helm install myname kong/kong -f myvalues.yaml`, Helm effectively starts with the chart's default values.yaml (https://github.com/Kong/charts/blob/main/charts/kong/values.yaml) and replaces values there with values from your...

So far as we know now, yeah. It seems the only one likely due to its (I think) unique "primary key is the one and only value" situation, though we...

Some sort of nonsense apparently means the test... passes? but then leaves some of its resources around, furthermore preventing the test suite from finishing :( Ed: I am an idiot...

As an alternative to local clusters, we may want to consider automating our current cloud platform cluster setup/teardown with Terraform. https://github.com/llomgui/terraform-provider-openshift does not look official, unfortunately, but we should be...

This issue affects any resource that uses the current Programmed condition code (I did not exhaustively review to confirm, but AFAIK we copy/paste the same code for all resources that...