Luke Kysow

Results 124 comments of Luke Kysow

Hi, I'm looking into this through the Consul side of things. I see the same problems with the spans not being nested properly. I'm wondering how zipkin could possibly work...

Hi @vladimir-shopov, we spent a lot of time looking into this and the problem with the Helm "way" is that it doesn't allow you to update those CRDs when you...

Currently I don't think this is supported.

I think we need to do something similar to ECS: https://www.consul.io/docs/ecs/architecture#task-shutdown where we deregister the service immediately but keep Envoy running until the application container shuts down.

Hi @shixuyue yes that sound like what could be happening. We'd be happy to review a PR that adds annotation support for the acl cleanup job!

@webdog this issue still exists. The root cause is that on uninstall, k8s marks all the CRDs and CRs for deletion. It can't actually delete them though because the consul...

Hi @aufarg can you show the yaml of your serviceintentions? I can't repro this with: ``` apiVersion: consul.hashicorp.com/v1alpha1 kind: ServiceIntentions metadata: name: api spec: destination: name: api sources: - name:...

@kholisrag re https://github.com/hashicorp/consul-k8s/issues/951#issuecomment-1081491351 let's use this ticket to discuss. > can be advertised using their Public IP Address The `{{ GetPublicIP }}` works by golang looking at the host information...

Hey Jamie, yeah we need to document this better. For now this file has the policies we use for everything: https://github.com/hashicorp/consul-k8s/blob/master/subcommand/server-acl-init/rules.go

The services should be cleaned up by the catalog sync process. If they're not being cleaned up that sounds like a bug. Can you provide us with a way to...