Sebastian Florek
Sebastian Florek
You can just set it to 0 and disable auto refresh. API server heavily throttles requests with such a big amount of data.
> Can't able to set 0 to disable auto refresh, if we save by keeping zero, it getting revert to default 10 again That's a bug then. We will fix...
Could you try overriding "kong.env.dns_order" value to "A,CNAME,LAST,SRV" and see if it improves anything? I have also noticed some latency issues with kong, but it usually worked better on subsequent...
Closing in favor of #8835 /close
Quite relevant. This requires some backend changes though.
@toschneck the sensitive data is intentionally stripped from the internal cluster object in our API for security reasons. It's not really secure to send things like credentials back and forth...
PTAL @DavidSpek @michaeljguarino
The [latest releases](https://github.com/pluralsh/plural-cli/releases) now contain a new asset [plural-cli_console_0.6.24_Linux_amd64.tar.gz](https://github.com/pluralsh/plural-cli/releases/download/v0.6.24/plural-cli_console_0.6.24_Linux_amd64.tar.gz) that does not have the embedded UI and does not require any additional dependencies. @NicolasGuary @snikch try using this one in...
@DavidSpek is it expected for the docker builds to fail? Any known issue or just GitHub flakiness?
That's not something we'd want to support directly. The reason is that ingress has its limitations and can't support multiple backend protocols in a single ingress instance, i.e. gRPC and...