caleygoff-invitae

Results 9 comments of caleygoff-invitae

same same. I tried using this with an appmesh config_dump no dice here the config_dump that didn't display anything: ``` { "configs": [ { "@type": "type.googleapis.com/envoy.admin.v3.BootstrapConfigDump", "bootstrap": { "node": {...

Hi @peter-evans thanks for the response! > I've unsure as to exactly what the problem is that you are experiencing. Are you saying that it raises a PR, but the...

> The "history" you are seeing is just GitHub's event history telling you that the pull request branch was force updated. If you were to close the PR and let...

This is in particular an issue when istiod is using revisioned gateways. The mesh names that are available to the mgmt plane are names with isito revisions in them. This...

sure This is the `Gateway` ``` apiVersion: networking.istio.io/v1beta1 kind: Gateway metadata: annotations: external-dns.alpha.kubernetes.io/target: "${istio_internal_nlb_dns_name}" 👈 name: default-http-https-ingressgateway namespace: istio-gateway-ingress spec: selector: istio: ingressgateway app: istio-ingressgateway servers: - port: number: 80...

yes please. we install these components into a namespace called `cert-manager`.

bump watching this -- locking versions until an alternative is available

@cgchinmay correct, using a custom image for the VirtualNodes would be interesting to allow so that workloads behind the VirtualNodes could continue uninterrupted. Supposing that a workload might be using...

@CrawX @danielpops Thanks for pointing this out. I am also going down the route myself of trying to put Envoy with an opa sidecar in an Appmesh mutated podspec to...