Nils

Results 28 comments of Nils

Running Rubocop with autofix is a core part of how this Gem resolves the schema.rb conflicts. Not every project uses RuboCop. And not every project that does use RuboCop has...

We experienced conflicts that went beyond the ordering. I assume that's why the Gem uses Rubocop with autofix. Why do you have to run your own Rubocop after a migration?...

Why would you have to run Rubocop again? I also use Rubocop enforced single quotes for simple strings in all of my projects but I do not enforce my style...

Having the `.rubocop.yml` supplied by the bundling project is a good idea. However, `fix-db-schema-conflicts` shouldn't use the default config of the bundling project since it is often incompatible with the...

Ran into the same issue. DynamoDB storage backend with IAM role bindings to service accounts.

> > the user has to copy the CA cert manually from Vault and paste it into the Helm values file which makes it impossible to set up a cluster...

> 1. We do not want to support a "dynamic" trust root. There are a number of operational/security issues with making it possible to change trust roots at runtime without...

I'm facing the same problem with 2.12.0. I see errors in the Prometheus logs though when clicking on `Tap` in the dashboard. ``` INFO ThreadId(01) inbound:server{port=9090}: linkerd_app_inbound::policy::tcp: Connection denied server.group=policy.linkerd.io...

The original issue of this ticket has not been resolved. https://github.com/linkerd/linkerd2/issues/9310#issuecomment-1247201646 describes a separate issue that only has the same symptoms.

``` ❯ kubectl get endpointslices NAME ADDRESSTYPE PORTS ENDPOINTS AGE kubernetes IPv4 443 10.20.232.7 38d ``` Output is what I'd expect. It's a vanilla AKS setup with Calico.