-
Hello
my configmap:
---
apiVersion: v1
kind: ConfigMap
metadata:
name: kube-consul-register
namespace: default
data:
consul_address: "consul-agent.cluster.local"
consul_port:…
-
Thank you for building this wonderful tool.
A Helm chart would make kube-consul-register setup easier. So I have created a chart in the [Helm charts repository](https://github.com/helm/charts/). He…
-
# Problem
It seems on the first event emitted when Kubernetes is adding or removing (could be pods, service, deployment configs, not sure yet) when used as a in-cluster Replicaset is crashing `kube-…
-
### Overview of the Issue
We have a consul cluster running with the following prepared_query:
```
{
"Name": "",
"Session": "",
"Token": "",
"Template": {
"Type": "name_prefix_mat…
-
https://github.com/tczekajlo/kube-consul-register/blob/ad71b04c861bc3431d93dce7b70ade594a0bce57/controller/services/controller.go#L453
it should be ClusterIP and not NodePort
-
#### Question
I am using the `consul-k8s` to sync services from k8s to consul. From the docs it is not clear when and how this sync is happening. After carefully reading the code, the comments say …
-
Current catalog sync behavior at bootstrap is to de-register and than register service in Consul.
This is tremendous dangerous because will make endpoints unavailable for a short period of time.
her…
-
We (Invoca) started upgrading to `0.15.0` and are still seeing behavior that matches what is described in https://github.com/hashicorp/consul-k8s/pull/208.
If we delete the pod running `consul-k8s …
-
**Edit (July 11, 2022): now that we have tproxy, we should default to the `targetPort` of the kube service instead of looking at the pod ports array**
If a pod doesn't have a port set, e.g.
``…
-
Hello,
I have installed the helm chart successfully, and trying to use the connect-inject as clarified here:
https://www.consul.io/docs/k8s/connect#installation-and-configuration
Using these valu…